mirror of
https://gitlab.com/fdroid/fdroidserver.git
synced 2024-11-09 00:40:11 +01:00
A little bit of extra checkupdates diagnostics
This commit is contained in:
parent
5947c55b00
commit
2ac595e4ec
@ -114,6 +114,8 @@ def check_tags(app):
|
||||
hcode = "0"
|
||||
|
||||
for tag in vcs.gettags():
|
||||
if options.verbose:
|
||||
print "Check tag: '{0}'".format(tag)
|
||||
vcs.gotorevision(tag)
|
||||
|
||||
# Only process tags where the manifest exists...
|
||||
|
Loading…
Reference in New Issue
Block a user