diff options
author | rhatto <rhatto@04377dda-e619-0410-9926-eae83683ac58> | 2007-02-06 19:33:44 +0000 |
---|---|---|
committer | rhatto <rhatto@04377dda-e619-0410-9926-eae83683ac58> | 2007-02-06 19:33:44 +0000 |
commit | 33818855de4d786155167b65e30a66c98067cd38 (patch) | |
tree | 2f879998b31529a16a05173d576187efd7895439 /conf | |
parent | 9e794539646d3e7b392c197faf14ae80acd3160f (diff) | |
download | simplepkg-33818855de4d786155167b65e30a66c98067cd38.tar.gz simplepkg-33818855de4d786155167b65e30a66c98067cd38.tar.bz2 |
simplaret: added dependency and signature checking
git-svn-id: svn+slack://slack.fluxo.info/var/svn/simplepkg@152 04377dda-e619-0410-9926-eae83683ac58
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 |