mirror of
https://gitlab.com/fdroid/fdroidserver.git
synced 2024-11-04 14:30:11 +01:00
Do not say "manifest exists" if that's not the case
This commit is contained in:
parent
e415db9d2c
commit
a0d3c2c80d
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user