From: Daniel Martí Date: Fri, 5 Jun 2015 15:15:13 +0000 (+0200) Subject: lint: Move the UCM:Tags warning out of pedantic X-Git-Tag: 0.4.0~37 X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;h=f9b7a260afb173bfc7f1f11fa0921bb1988d4920;p=fdroidserver.git lint: Move the UCM:Tags warning out of pedantic It's much more reliable now --- diff --git a/fdroidserver/lint.py b/fdroidserver/lint.py index 90c5221e..cf63cf6e 100644 --- a/fdroidserver/lint.py +++ b/fdroidserver/lint.py @@ -144,7 +144,7 @@ def main(): and not curbuild['commit'].startswith('unknown') and curbuild['vercode'] == app['Current Version Code'] and any(s in curbuild['commit'] for s in '.,_-/')): - pwarn("Last used commit '%s' looks like a tag, but Update Check Mode is '%s'" % ( + warn("Last used commit '%s' looks like a tag, but Update Check Mode is '%s'" % ( curbuild['commit'], app['Update Check Mode'])) # Dangerous auto updates