mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-11-05 06:50:29 +03:00
lint: Move the UCM:Tags warning out of pedantic
It's much more reliable now
This commit is contained in:
parent
a8ec149cd4
commit
f9b7a260af
1 changed files with 1 additions and 1 deletions
|
|
@ -144,7 +144,7 @@ def main():
|
||||||
and not curbuild['commit'].startswith('unknown')
|
and not curbuild['commit'].startswith('unknown')
|
||||||
and curbuild['vercode'] == app['Current Version Code']
|
and curbuild['vercode'] == app['Current Version Code']
|
||||||
and any(s in curbuild['commit'] for s in '.,_-/')):
|
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']))
|
curbuild['commit'], app['Update Check Mode']))
|
||||||
|
|
||||||
# Dangerous auto updates
|
# Dangerous auto updates
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue