diff options
Diffstat (limited to 'conf')
-rw-r--r-- | conf/simplepkg.conf.new | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/conf/simplepkg.conf.new b/conf/simplepkg.conf.new index 51187ef..29be9fa 100644 --- a/conf/simplepkg.conf.new +++ b/conf/simplepkg.conf.new @@ -60,6 +60,14 @@ CONNECT_TIMEOUT="20" # ROOT repository package priority ROOT_PRIORITY="patches slackware extra testing pasture" +# whether to check package signatures (you should have the repository +# maintainer key on your keyring) +SIGNATURE_CHECKING="0" + +# whether simplaret will try to solve dependencies by looking +# for packages' slack-required +DEPENDENCY_CHECKING="1" + # Enabling this option (i.e, setting to "1" or "yes"), simplaret will # donwload even # already applied patches, a good option when you plan # to keep local copies of all needed patches for your system |