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:
9b853e7
)
For convenience, display the app's web URL with a don't have market version message
author
Ciaran Gultnieks
<ciaran@ciarang.com>
Wed, 29 Dec 2010 10:56:07 +0000
(10:56 +0000)
committer
Ciaran Gultnieks
<ciaran@ciarang.com>
Wed, 29 Dec 2010 10:56:07 +0000
(10:56 +0000)
update.py
patch
|
blob
|
history
diff --git
a/update.py
b/update.py
index 8c01e9f882a720079e434ea8b590fa2983a6382f..61519e2dac2d9a686ff21cc314c3a4ab7cb4d9db 100644
(file)
--- a/
update.py
+++ b/
update.py
@@
-261,7
+261,7
@@
for app in apps:
if not gotmarketver and app['marketvercode'] != '0':
print "WARNING: Don't have market version (" + app['marketversion'] + ") of " + app['name']
- print " (" + app['id'] + ")
"
+ print " (" + app['id'] + ")
" + app['web']
if options.verbose:
# A bit of extra debug info, basically for diagnosing
# app developer mistakes: