From: Ciaran Gultnieks Date: Mon, 28 Apr 2014 20:32:00 +0000 (+0100) Subject: Add config entry for optional gpg key X-Git-Tag: 0.2~108 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;h=a0dbddc6dac2e6a6aac6b6915eaf13b04ce5697b;p=fdroidserver.git Add config entry for optional gpg key --- diff --git a/examples/config.py b/examples/config.py index 5c489fc7..e04f8a93 100644 --- a/examples/config.py +++ b/examples/config.py @@ -54,6 +54,9 @@ of applications from the main repository. """ +# The ID of a GPG key for making detached signatures for apks. Optional. +#gpgkey = '1DBA2E89' + # 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).