mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-09-13 22:42:29 +03:00
make repo_keyalias like a config option: leave it commented out
Before, the code relies on repo_keyalias being None, which does not feel conffile-like. Now, its commented out if its not set.
This commit is contained in:
parent
f1ae3d3fd0
commit
0950cdac09
2 changed files with 6 additions and 5 deletions
|
@ -54,9 +54,10 @@ of applications from the main repository.
|
|||
"""
|
||||
|
||||
|
||||
#The key (from the keystore defined below) to be used for signing the
|
||||
#repository itself. Can be None for an unsigned repository.
|
||||
repo_keyalias = None
|
||||
# The key (from the keystore defined below) to be used for signing the
|
||||
# repository itself. This is the same name you would give to keytool or
|
||||
# jarsigner using -alias. (Not needed in an unsigned repository).
|
||||
#repo_keyalias = "fdroidrepo"
|
||||
|
||||
#The keystore to use for release keys when building. This needs to be
|
||||
#somewhere safe and secure, and backed up!
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue