From: Daniel Martí Date: Mon, 28 Apr 2014 22:00:40 +0000 (+0200) Subject: Revert "Don't auto update apps with the latest build disabled" X-Git-Tag: 0.2~105 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;h=bb4211b0be48eaa6b58a2d6bf365b14b248ab03e;p=fdroidserver.git Revert "Don't auto update apps with the latest build disabled" This reverts commit 32ae8bc565fefe985c2ea1cdd831c2c5efc0932d. --- diff --git a/fdroidserver/checkupdates.py b/fdroidserver/checkupdates.py index 9eaf61f1..c56dc7ff 100644 --- a/fdroidserver/checkupdates.py +++ b/fdroidserver/checkupdates.py @@ -479,9 +479,7 @@ def main(): if not latest or int(build['vercode']) > int(latest['vercode']): latest = build - if 'disable' in latest: - logging.warn('Not auto-updating %s since the latest build is disabled' % app['id']) - elif not gotcur: + if not gotcur: newbuild = latest.copy() if 'origlines' in newbuild: del newbuild['origlines']