mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-11-05 06:50:29 +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',
|
||||
'heyzap',
|
||||
'jpct-ae',
|
||||
'youtubeandroidplayerapi']
|
||||
'youtubeandroidplayerapi',
|
||||
'bugsense']
|
||||
|
||||
if 'scanignore' in thisbuild:
|
||||
ignore = [p.strip() for p in thisbuild['scanignore'].split(';')]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue