1
0
mirror of https://gitlab.com/fdroid/fdroidserver.git synced 2024-09-17 10:40:12 +02:00
This commit is contained in:
Daniel Martí 2014-02-03 14:07:01 +01:00
parent 9a4fe8c7cd
commit 7bf74d47bb

View File

@ -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)