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

Fix the script defaults

This commit is contained in:
Daniel Martí 2014-06-01 19:11:49 +02:00
parent 9f1c075119
commit 67cbd1fba4

View File

@ -78,7 +78,7 @@ flag_defaults = OrderedDict([
('commit', None),
('subdir', None),
('submodules', False),
('init', None),
('init', ''),
('patch', []),
('gradle', False),
('maven', False),
@ -91,12 +91,12 @@ flag_defaults = OrderedDict([
('forcevercode', False),
('rm', []),
('extlibs', []),
('prebuild', []),
('prebuild', ''),
('update', ['auto']),
('target', None),
('scanignore', []),
('scandelete', []),
('build', []),
('build', ''),
('buildjni', []),
('preassemble', []),
('antcommand', None),