aboutsummaryrefslogtreecommitdiff
path: root/trunk/conf
diff options
context:
space:
mode:
authorrhatto <rhatto@04377dda-e619-0410-9926-eae83683ac58>2009-01-22 01:36:35 +0000
committerrhatto <rhatto@04377dda-e619-0410-9926-eae83683ac58>2009-01-22 01:36:35 +0000
commitc46804a91d09ae9d737715dfb14019458bceefa1 (patch)
treecaf50f898f9a3b1c1100305b35604fa3cd5a5a48 /trunk/conf
parent92159e709fb7f535bf481599fc406fde1c8ca9db (diff)
downloadsimplepkg-c46804a91d09ae9d737715dfb14019458bceefa1.tar.gz
simplepkg-c46804a91d09ae9d737715dfb14019458bceefa1.tar.bz2
initial support for #41, lots of changes
git-svn-id: svn+slack://slack.fluxo.info/var/svn/simplepkg@765 04377dda-e619-0410-9926-eae83683ac58
Diffstat (limited to 'trunk/conf')
-rw-r--r--trunk/conf/simplepkg.conf9
1 files changed, 9 insertions, 0 deletions
diff --git a/trunk/conf/simplepkg.conf b/trunk/conf/simplepkg.conf
index 003d40e..2da1116 100644
--- a/trunk/conf/simplepkg.conf
+++ b/trunk/conf/simplepkg.conf
@@ -118,6 +118,15 @@ SIGN_PACKAGES_KEYID=""
# Whether to use gpg-agent to sign packages
SIGN_PACKAGES_WITH_GPG_AGENT="off"
+# Whether mkbuild should sign Manifests.
+SIGN_MANIFESTS="off"
+
+# GPG key id used for Manifest signature, leave blank to use default key.
+SIGN_MANIFESTS_KEYID=""
+
+# Whether to use gpg-agent to sign Manifests
+SIGN_MANIFESTS_WITH_GPG_AGENT="off"
+
#---------------------------------------------------------------------
# SIMPLARET SECTION
#---------------------------------------------------------------------