chiark / gitweb /
Disabled should be first
authorCiaran Gultnieks <ciaran@ciarang.com>
Sun, 27 Oct 2013 14:36:25 +0000 (14:36 +0000)
committerCiaran Gultnieks <ciaran@ciarang.com>
Sun, 27 Oct 2013 14:36:25 +0000 (14:36 +0000)
fdroidserver/common.py

index fb9d734be860b49e1410ec5ddf371f5daba2086c..22dc70c338f7a5540d18c4efe0fd031a05f6d87f 100644 (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',