chiark
/
gitweb
/
~ianmdlvl
/
fdroidserver.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5947c55
)
A little bit of extra checkupdates diagnostics
author
Ciaran Gultnieks
<ciaran@ciarang.com>
Tue, 7 Jan 2014 13:39:31 +0000
(13:39 +0000)
committer
Ciaran Gultnieks
<ciaran@ciarang.com>
Tue, 7 Jan 2014 13:40:02 +0000
(13:40 +0000)
fdroidserver/checkupdates.py
patch
|
blob
|
history
diff --git
a/fdroidserver/checkupdates.py
b/fdroidserver/checkupdates.py
index d7c89eec374ec7d532e2bc1ebbc30f0acdf0316f..00ea0146baa09f39a2b2349a62748bc1f512d81e 100644
(file)
--- a/
fdroidserver/checkupdates.py
+++ b/
fdroidserver/checkupdates.py
@@
-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...