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:
e415db9
)
Do not say "manifest exists" if that's not the case
author
Daniel Martí
<mvdan@mvdan.cc>
Thu, 15 Aug 2013 10:22:49 +0000
(12:22 +0200)
committer
Daniel Martí
<mvdan@mvdan.cc>
Thu, 15 Aug 2013 10:22:49 +0000
(12:22 +0200)
fdroidserver/checkupdates.py
patch
|
blob
|
history
diff --git
a/fdroidserver/checkupdates.py
b/fdroidserver/checkupdates.py
index 452a83db3e065440c6067cf15af3e7f5225e6c61..1fcb023b9b58a5118e659039f9f66791e3c27006 100644
(file)
--- a/
fdroidserver/checkupdates.py
+++ b/
fdroidserver/checkupdates.py
@@
-77,8
+77,8
@@
def check_tags(app, sdk_path):
# Only process tags where the manifest exists...
paths = common.manifest_paths(build_dir, flavour)
version, vercode, package = common.parse_androidmanifests(paths)
- print "Manifest exists. Found version %s" % version
if package and package == app['id'] and version and vercode:
+ print "Manifest exists. Found version %s" % version
if int(vercode) > int(hcode):
hcode = str(int(vercode))
hver = version