diff options
Diffstat (limited to 'trunk/conf/simplepkg.conf.new')
-rw-r--r-- | trunk/conf/simplepkg.conf.new | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/trunk/conf/simplepkg.conf.new b/trunk/conf/simplepkg.conf.new index d524659..6a3c687 100644 --- a/trunk/conf/simplepkg.conf.new +++ b/trunk/conf/simplepkg.conf.new @@ -29,6 +29,9 @@ SIMPLARET_DELETE_DOWN="1" # to enable it, set to "1" or "yes" SIMPLARET_UPDATE="1" +# Wheter try to download from the next repository on failed download. +SIMPLARET_DOWNLOAD_FROM_NEXT_REPO="1" + # Wheter delete also patches when simplaret --purge is called; # to enable it, set to "1" or "yes" SIMPLARET_PURGE_PATCHES="0" @@ -64,6 +67,9 @@ CONNECT_TIMEOUT="20" # ROOT repository package priority ROOT_PRIORITY="patches slackware extra testing pasture" +# REPOS repository package priority +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" |