diff options
author | rhatto <rhatto@04377dda-e619-0410-9926-eae83683ac58> | 2008-12-17 16:27:50 +0000 |
---|---|---|
committer | rhatto <rhatto@04377dda-e619-0410-9926-eae83683ac58> | 2008-12-17 16:27:50 +0000 |
commit | b9948b3ae90bc47897071afdbf48f26ef67083a7 (patch) | |
tree | 8b909c39534c3e71735a443c5c677220fcc12cfa /trunk/conf | |
parent | 535a7ebb86782ad125545d6d2595a619e1ce6ffb (diff) | |
download | simplepkg-b9948b3ae90bc47897071afdbf48f26ef67083a7.tar.gz simplepkg-b9948b3ae90bc47897071afdbf48f26ef67083a7.tar.bz2 |
createpkg: package signature; simplaret: enhanced signature checking
git-svn-id: svn+slack://slack.fluxo.info/var/svn/simplepkg@669 04377dda-e619-0410-9926-eae83683ac58
Diffstat (limited to 'trunk/conf')
-rw-r--r-- | trunk/conf/simplepkg.conf | 11 |
1 files changed, 10 insertions, 1 deletions
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 |