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:
6355558
)
For convenience - source-built app with missing current versions gives source link...
author
Ciaran Gultnieks
<ciaran@ciarang.com>
Thu, 27 Jan 2011 21:22:19 +0000
(21:22 +0000)
committer
Ciaran Gultnieks
<ciaran@ciarang.com>
Thu, 27 Jan 2011 21:22:19 +0000
(21:22 +0000)
update.py
patch
|
blob
|
history
diff --git
a/update.py
b/update.py
index 4a2932d40648dc84fa709483483ac16b48401225..5449e01b16c5bda82c7ce19b92856853116ccdcf 100644
(file)
--- a/
update.py
+++ b/
update.py
@@
-333,8
+333,12
@@
for app in apps:
warnings += 1
if not gotmarketver and app['marketvercode'] != '0':
+ if app['usebuilt']:
+ addr = app['source']
+ else:
+ addr = app['web']
print "WARNING: Don't have market version (" + app['marketversion'] + ") of " + app['name']
- print " (" + app['id'] + ") " + a
pp['web']
+ print " (" + app['id'] + ") " + a
ddr
warnings += 1
if options.verbose:
# A bit of extra debug info, basically for diagnosing