mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-11-05 15:00:30 +03:00
Fix nasty problem caused by 7c2e61a4
This commit is contained in:
parent
c0f026c9c4
commit
95d8f29479
1 changed files with 1 additions and 1 deletions
|
|
@ -664,7 +664,7 @@ def make_index(apps, apks, repodir, archive, categories):
|
||||||
'-alias', config['repo_keyalias'],
|
'-alias', config['repo_keyalias'],
|
||||||
'-keystore', config['keystore'],
|
'-keystore', config['keystore'],
|
||||||
'-storepass:file', config['keystorepassfile']]
|
'-storepass:file', config['keystorepassfile']]
|
||||||
+ config['smartcardoptions'])
|
+ config['smartcardoptions'], output=False)
|
||||||
if p.returncode != 0:
|
if p.returncode != 0:
|
||||||
msg = "Failed to get repo pubkey!"
|
msg = "Failed to get repo pubkey!"
|
||||||
if config['keystore'] == 'NONE':
|
if config['keystore'] == 'NONE':
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue