mirror of
https://gitlab.com/fdroid/fdroidserver.git
synced 2024-11-13 02:30:11 +01:00
A little bit of extra checkupdates diagnostics
This commit is contained in:
parent
f1a1b553af
commit
ab1565ac02
@ -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