1
0
mirror of https://gitlab.com/fdroid/fdroidserver.git synced 2024-09-11 15:13:27 +02:00

Include bugsense in scanner

This commit is contained in:
Ciaran Gultnieks 2013-10-26 19:30:17 +01:00
parent 715035a707
commit 67021f8760

View File

@ -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(';')]