mirror of
https://github.com/f-droid/fdroidserver.git
synced 2026-03-27 11:22:40 -04:00
Include bugsense in scanner
This commit is contained in:
@@ -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(';')]
|
||||
|
||||
Reference in New Issue
Block a user