mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-09-13 22:42:29 +03:00
For convenience - source-built app with missing current versions gives source link, not web link
This commit is contained in:
parent
635555827d
commit
bbe4f83d30
1 changed files with 5 additions and 1 deletions
|
@ -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'] + ") " + app['web']
|
||||
print " (" + app['id'] + ") " + addr
|
||||
warnings += 1
|
||||
if options.verbose:
|
||||
# A bit of extra debug info, basically for diagnosing
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue