mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-11-05 23:10:29 +03:00
A little bit of extra checkupdates diagnostics
This commit is contained in:
parent
f1a1b553af
commit
ab1565ac02
1 changed files with 2 additions and 0 deletions
|
|
@ -114,6 +114,8 @@ def check_tags(app):
|
||||||
hcode = "0"
|
hcode = "0"
|
||||||
|
|
||||||
for tag in vcs.gettags():
|
for tag in vcs.gettags():
|
||||||
|
if options.verbose:
|
||||||
|
print "Check tag: '{0}'".format(tag)
|
||||||
vcs.gotorevision(tag)
|
vcs.gotorevision(tag)
|
||||||
|
|
||||||
# Only process tags where the manifest exists...
|
# Only process tags where the manifest exists...
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue