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:
996f141
)
Fix checkupdates (broken since 996f14)
author
Ciaran Gultnieks
<ciaran@ciarang.com>
Wed, 4 Dec 2013 14:23:26 +0000
(14:23 +0000)
committer
Ciaran Gultnieks
<ciaran@ciarang.com>
Wed, 4 Dec 2013 14:23:26 +0000
(14:23 +0000)
fdroidserver/checkupdates.py
patch
|
blob
|
history
diff --git
a/fdroidserver/checkupdates.py
b/fdroidserver/checkupdates.py
index 120569e2341aeec4de6d644dfba5e84ecafe0b5e..e17a6209fd5a4d20802ce3104b7f666b4e065df4 100644
(file)
--- a/
fdroidserver/checkupdates.py
+++ b/
fdroidserver/checkupdates.py
@@
-409,9
+409,9
@@
def main():
print "ERROR: Auto Name or Current Version failed for %s due to exception: %s" % (app['id'], traceback.format_exc())
if updating:
- print '...updating to version %s' % ver
name = common.getappname(app)
ver = common.getcvname(app)
+ print '...updating to version %s' % ver
logmsg = 'Update CV of %s to %s' % (name, ver)
if options.auto: