diff options
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 |