From b9948b3ae90bc47897071afdbf48f26ef67083a7 Mon Sep 17 00:00:00 2001 From: rhatto Date: Wed, 17 Dec 2008 16:27:50 +0000 Subject: createpkg: package signature; simplaret: enhanced signature checking git-svn-id: svn+slack://slack.fluxo.info/var/svn/simplepkg@669 04377dda-e619-0410-9926-eae83683ac58 --- trunk/conf/simplepkg.conf | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) (limited to 'trunk/conf') diff --git a/trunk/conf/simplepkg.conf b/trunk/conf/simplepkg.conf index 1842b77..7460707 100644 --- a/trunk/conf/simplepkg.conf +++ b/trunk/conf/simplepkg.conf @@ -100,6 +100,15 @@ MOVE_SLACK_REQUIRED="on" # characters only and no spaces. CREATEPKG_AUTHOR="" +# Whether createpkg should sign packages. +SIGN_PACKAGES="off" + +# Username used for package signatures. +SIGN_PACKAGES_USER="" + +# GPG key id used for package signature, leave blank to use default key. +SIGN_PACKAGES_KEYID="" + #--------------------------------------------------------------------- # SIMPLARET SECTION #--------------------------------------------------------------------- @@ -159,7 +168,7 @@ REPOS_PRIORITY="patches slackware extra testing pasture" # Whether to check package signatures (you should have the repository # maintainer key on your keyring) -SIGNATURE_CHECKING="0" +SIGNATURE_CHECKING="on" # Whether simplaret will try to solve dependencies by looking # for packages' slack-required -- cgit v1.2.3