mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-11-05 15:00:30 +03:00
Include bugsense in scanner
This commit is contained in:
parent
715035a707
commit
67021f8760
1 changed files with 2 additions and 1 deletions
|
|
@ -1590,7 +1590,8 @@ def scan_source(build_dir, root_dir, thisbuild):
|
||||||
'crittercism',
|
'crittercism',
|
||||||
'heyzap',
|
'heyzap',
|
||||||
'jpct-ae',
|
'jpct-ae',
|
||||||
'youtubeandroidplayerapi']
|
'youtubeandroidplayerapi',
|
||||||
|
'bugsense']
|
||||||
|
|
||||||
if 'scanignore' in thisbuild:
|
if 'scanignore' in thisbuild:
|
||||||
ignore = [p.strip() for p in thisbuild['scanignore'].split(';')]
|
ignore = [p.strip() for p in thisbuild['scanignore'].split(';')]
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue