chiark / gitweb /
lint: Move the UCM:Tags warning out of pedantic
authorDaniel Martí <mvdan@mvdan.cc>
Fri, 5 Jun 2015 15:15:13 +0000 (17:15 +0200)
committerDaniel Martí <mvdan@mvdan.cc>
Fri, 5 Jun 2015 15:15:13 +0000 (17:15 +0200)
It's much more reliable now

fdroidserver/lint.py

index 90c5221e0896123c09ce96196480c3168111406c..cf63cf6eb214a59737703eaf9cfc0b4700f30d58 100644 (file)
@@ -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