mirror of
https://gitlab.com/fdroid/fdroidserver.git
synced 2024-11-13 02:30:11 +01:00
Include bugsense in scanner
This commit is contained in:
parent
715035a707
commit
67021f8760
@ -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(';')]
|
||||
|
Loading…
Reference in New Issue
Block a user