mirror of
https://github.com/f-droid/fdroidserver.git
synced 2026-01-24 15:31:30 -05:00
Fix mistake in 08287a1f
This commit is contained in:
committed by
Daniel Martí
parent
a218d2aff0
commit
f878f55c19
@@ -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'],
|
||||
|
||||
Reference in New Issue
Block a user