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:
74a785a
)
fix typo in error message
author
Hans-Christoph Steiner
<hans@eds.org>
Wed, 7 Jan 2015 18:57:15 +0000
(19:57 +0100)
committer
Hans-Christoph Steiner
<hans@eds.org>
Mon, 12 Jan 2015 09:46:04 +0000
(10:46 +0100)
fdroidserver/publish.py
patch
|
blob
|
history
diff --git
a/fdroidserver/publish.py
b/fdroidserver/publish.py
index fc54ee4fc5ae9e12f473ddc49b6ea660db2c0140..b5ea2a755b3ca687a1a7615c7e9652f545067493 100644
(file)
--- a/
fdroidserver/publish.py
+++ b/
fdroidserver/publish.py
@@
-153,7
+153,7
@@
def main():
# Compare our unsigned one with the downloaded one...
compare_result = common.compare_apks(srcapk, apkfile, tmp_dir)
if compare_result:
- logging.error("...verfication failed - publish skipped : "
+ logging.error("...ver
i
fication failed - publish skipped : "
+ compare_result)
continue