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:
8c3295b
)
It's useful to display the package ID as well for missing current apk versions
author
Ciaran Gultnieks
<ciaran@ciarang.com>
Sat, 4 Dec 2010 18:54:02 +0000
(18:54 +0000)
committer
Ciaran Gultnieks
<ciaran@ciarang.com>
Sat, 4 Dec 2010 18:54:02 +0000
(18:54 +0000)
update.py
patch
|
blob
|
history
diff --git
a/update.py
b/update.py
index 6f6f56e1cbacc006b0897a9147e426dbe6a13d32..ab048e7d800108ba99ccd76ed0de8286eecda723 100644
(file)
--- a/
update.py
+++ b/
update.py
@@
-237,6
+237,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'] + ")"
else:
apps_disabled += 1