chiark / gitweb /
A little bit of extra checkupdates diagnostics
authorCiaran Gultnieks <ciaran@ciarang.com>
Tue, 7 Jan 2014 13:39:31 +0000 (13:39 +0000)
committerDaniel Martí <mvdan@mvdan.cc>
Thu, 9 Jan 2014 15:23:49 +0000 (16:23 +0100)
fdroidserver/checkupdates.py

index d7c89eec374ec7d532e2bc1ebbc30f0acdf0316f..00ea0146baa09f39a2b2349a62748bc1f512d81e 100644 (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...