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:
f1c1971
)
Use new manifest path function in checkupdates
author
Daniel Martí
<mvdan@mvdan.cc>
Sat, 3 Aug 2013 16:08:49 +0000
(18:08 +0200)
committer
Daniel Martí
<mvdan@mvdan.cc>
Sat, 3 Aug 2013 16:08:49 +0000
(18:08 +0200)
fdroidserver/checkupdates.py
patch
|
blob
|
history
diff --git
a/fdroidserver/checkupdates.py
b/fdroidserver/checkupdates.py
index d38c784df911bb54bdb31ee68d8a2f8d72f855c3..2bf685395c0f941047710666d5ab30f09b255f6d 100644
(file)
--- a/
fdroidserver/checkupdates.py
+++ b/
fdroidserver/checkupdates.py
@@
-71,7
+71,7
@@
def check_tags(app, sdk_path):
vcs.gotorevision(tag)
# Only process tags where the manifest exists...
- if os.path.exists(
os.path.join(build_dir, 'AndroidManifest.xml'
)):
+ if os.path.exists(
common.manifest_path(build_dir
)):
version, vercode, package = common.parse_androidmanifest(build_dir)
if package and package == app['id'] and version and vercode:
if int(vercode) > int(hcode):