From a0dbddc6dac2e6a6aac6b6915eaf13b04ce5697b Mon Sep 17 00:00:00 2001 From: Ciaran Gultnieks Date: Mon, 28 Apr 2014 21:32:00 +0100 Subject: [PATCH] Add config entry for optional gpg key --- examples/config.py | 3 +++ 1 file changed, 3 insertions(+) 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). -- 2.30.2