mirror of
https://gitlab.com/fdroid/fdroidserver.git
synced 2024-11-14 02:50:12 +01:00
Fix --auto for the new BV syntax
This commit is contained in:
parent
08b24b7ad2
commit
341fc6657a
@ -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…
Reference in New Issue
Block a user