mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-11-05 06:50:29 +03:00
A little bit of extra checkupdates diagnostics
This commit is contained in:
parent
5947c55b00
commit
2ac595e4ec
1 changed files with 2 additions and 0 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue