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:
48e5f61
)
Fix mistake in 08287a1f
author
Ciaran Gultnieks
<ciaran@ciarang.com>
Thu, 31 Oct 2013 16:42:42 +0000
(16:42 +0000)
committer
Ciaran Gultnieks
<ciaran@ciarang.com>
Thu, 31 Oct 2013 16:42:42 +0000
(16:42 +0000)
fdroidserver/update.py
patch
|
blob
|
history
diff --git
a/fdroidserver/update.py
b/fdroidserver/update.py
index 273f1d37a7cf2cefb64f67c26798116b19d0eac3..45566d7917541afb8ff73f0852b97a9512bed259 100644
(file)
--- a/
fdroidserver/update.py
+++ b/
fdroidserver/update.py
@@
-611,7
+611,7
@@
def make_index(apps, apks, repodir, archive, categories):
if not options.quiet:
print "Creating signed index."
- print "Key fingerprint:",
config['repo_pubkey_fingerprint']
+ print "Key fingerprint:",
repo_pubkey_fingerprint
#Create a jar of the index...
p = subprocess.Popen(['jar', 'cf', 'index.jar', 'index.xml'],