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:
9a4fe8c
)
Typo
author
Daniel Martí
<mvdan@mvdan.cc>
Mon, 3 Feb 2014 13:07:01 +0000
(14:07 +0100)
committer
Daniel Martí
<mvdan@mvdan.cc>
Mon, 3 Feb 2014 13:07:01 +0000
(14:07 +0100)
fdroidserver/update.py
patch
|
blob
|
history
diff --git
a/fdroidserver/update.py
b/fdroidserver/update.py
index 6f9e6069b4d937c5f983e80bc4f97dc6f3318306..b2c32c836acc8350e933d96b2d5d19322abd9c6d 100644
(file)
--- a/
fdroidserver/update.py
+++ b/
fdroidserver/update.py
@@
-782,7
+782,7
@@
def make_index(apps, apks, repodir, archive, categories):
if not options.quiet:
logging.info("Creating signed index.")
- logging.info("Key fingerprint:", repo_pubkey_fingerprint)
+ logging.info("Key fingerprint:
%s
", repo_pubkey_fingerprint)
#Create a jar of the index...
p = FDroidPopen(['jar', 'cf', 'index.jar', 'index.xml'], cwd=repodir)