mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-09-15 15:32:30 +03:00
Revert "Don't auto update apps with the latest build disabled"
This reverts commit 32ae8bc565
.
This commit is contained in:
parent
b2ef2b1b65
commit
bb4211b0be
1 changed files with 1 additions and 3 deletions
|
@ -479,9 +479,7 @@ def main():
|
||||||
if not latest or int(build['vercode']) > int(latest['vercode']):
|
if not latest or int(build['vercode']) > int(latest['vercode']):
|
||||||
latest = build
|
latest = build
|
||||||
|
|
||||||
if 'disable' in latest:
|
if not gotcur:
|
||||||
logging.warn('Not auto-updating %s since the latest build is disabled' % app['id'])
|
|
||||||
elif not gotcur:
|
|
||||||
newbuild = latest.copy()
|
newbuild = latest.copy()
|
||||||
if 'origlines' in newbuild:
|
if 'origlines' in newbuild:
|
||||||
del newbuild['origlines']
|
del newbuild['origlines']
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue