mirror of
https://github.com/f-droid/fdroidserver.git
synced 2026-05-18 21:47:19 -04:00
[checkupdates] Warn if no version in latest tag
This commit is contained in:
@@ -202,6 +202,12 @@ def check_tags(app, pattern):
|
||||
hver = version
|
||||
|
||||
if hver:
|
||||
if htag != tags[0]:
|
||||
logging.info(
|
||||
"{appid}: latest tag {tag} does not contain highest version {version}".format(
|
||||
appid=app.id, tag=tags[0], version=hver
|
||||
)
|
||||
)
|
||||
try:
|
||||
commit = vcs.getref(htag)
|
||||
if commit:
|
||||
|
||||
Reference in New Issue
Block a user