mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-09-15 23:42:37 +03:00
Fix --auto for the new BV syntax
This commit is contained in:
parent
08b24b7ad2
commit
341fc6657a
1 changed files with 2 additions and 1 deletions
|
@ -424,7 +424,8 @@ def main():
|
||||||
latest = build
|
latest = build
|
||||||
if not gotcur:
|
if not gotcur:
|
||||||
newbuild = latest.copy()
|
newbuild = latest.copy()
|
||||||
del newbuild['origlines']
|
if 'origlines' in newbuild:
|
||||||
|
del newbuild['origlines']
|
||||||
newbuild['vercode'] = app['Current Version Code']
|
newbuild['vercode'] = app['Current Version Code']
|
||||||
newbuild['version'] = app['Current Version'] + suffix
|
newbuild['version'] = app['Current Version'] + suffix
|
||||||
print "...auto-generating build for " + newbuild['version']
|
print "...auto-generating build for " + newbuild['version']
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue