chiark
/
gitweb
/
~ianmdlvl
/
fdroidserver.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
945f99e
)
Disabled should be first
author
Ciaran Gultnieks
<ciaran@ciarang.com>
Sun, 27 Oct 2013 14:36:25 +0000
(14:36 +0000)
committer
Ciaran Gultnieks
<ciaran@ciarang.com>
Sun, 27 Oct 2013 14:36:25 +0000
(14:36 +0000)
fdroidserver/common.py
patch
|
blob
|
history
diff --git
a/fdroidserver/common.py
b/fdroidserver/common.py
index fb9d734be860b49e1410ec5ddf371f5daba2086c..22dc70c338f7a5540d18c4efe0fd031a05f6d87f 100644
(file)
--- a/
fdroidserver/common.py
+++ b/
fdroidserver/common.py
@@
-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 = ['disable
d
', 'commit', 'subdir', 'submodules', 'init',
'oldsdkloc', 'target', 'compilesdk', 'update',
'encoding', 'forceversion', 'forcevercode', 'rm',
'fixtrans', 'fixapos', 'extlibs', 'srclibs',