chiark / gitweb /
Add config entry for optional gpg key
authorCiaran Gultnieks <ciaran@ciarang.com>
Mon, 28 Apr 2014 20:32:00 +0000 (21:32 +0100)
committerCiaran Gultnieks <ciaran@ciarang.com>
Mon, 28 Apr 2014 20:32:32 +0000 (21:32 +0100)
examples/config.py

index 5c489fc72e65a7402065a0cd1f85e22e9aa650d7..e04f8a933eb230166be4219d87b0a171de9dfc86 100644 (file)
@@ -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).