chiark
/
gitweb
/
~ianmdlvl
/
fdroidserver.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
715035a
)
Include bugsense in scanner
author
Ciaran Gultnieks
<ciaran@ciarang.com>
Sat, 26 Oct 2013 18:30:17 +0000
(19:30 +0100)
committer
Ciaran Gultnieks
<ciaran@ciarang.com>
Sat, 26 Oct 2013 18:30:17 +0000
(19:30 +0100)
fdroidserver/common.py
patch
|
blob
|
history
diff --git
a/fdroidserver/common.py
b/fdroidserver/common.py
index 04fa497b943f763fd1b2944f1e81ab98e02ea46e..027ff1a5afe555de28a318805c0687e03c6e3223 100644
(file)
--- a/
fdroidserver/common.py
+++ b/
fdroidserver/common.py
@@
-1590,7
+1590,8
@@
def scan_source(build_dir, root_dir, thisbuild):
'crittercism',
'heyzap',
'jpct-ae',
- 'youtubeandroidplayerapi']
+ 'youtubeandroidplayerapi',
+ 'bugsense']
if 'scanignore' in thisbuild:
ignore = [p.strip() for p in thisbuild['scanignore'].split(';')]