mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-11-06 07:20:29 +03:00
Use ordered dicts for defaults in apps and builds
This commit is contained in:
parent
c125ab9b7f
commit
3d72c30fe5
7 changed files with 141 additions and 125 deletions
|
|
@ -83,7 +83,7 @@ def main():
|
|||
|
||||
for thisbuild in app['builds']:
|
||||
|
||||
if 'disable' in thisbuild:
|
||||
if thisbuild['disable']:
|
||||
logging.info("...skipping version %s - %s" % (
|
||||
thisbuild['version'], thisbuild.get('disable', thisbuild['commit'][1:])))
|
||||
else:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue