1
0
mirror of https://gitlab.com/fdroid/fdroidserver.git synced 2024-09-17 18:50:11 +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', '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(';')]