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

Disabled should be first

This commit is contained in:
Ciaran Gultnieks 2013-10-27 14:36:25 +00:00
parent 945f99e4ca
commit 075551b715

View File

@ -757,7 +757,7 @@ def write_metadata(dest, app, verbose=False):
# This defines the preferred order for the build items - as in the
# manual, they're roughly in order of application.
keyorder = ['disable', 'commit', 'subdir', 'submodules', 'init',
keyorder = ['disabled', 'commit', 'subdir', 'submodules', 'init',
'oldsdkloc', 'target', 'compilesdk', 'update',
'encoding', 'forceversion', 'forcevercode', 'rm',
'fixtrans', 'fixapos', 'extlibs', 'srclibs',