1
0
mirror of https://gitlab.com/fdroid/fdroidserver.git synced 2024-09-17 10:40:12 +02:00

A little bit of extra checkupdates diagnostics

This commit is contained in:
Ciaran Gultnieks 2014-01-07 13:39:31 +00:00
parent 5947c55b00
commit 2ac595e4ec

View File

@ -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...