aboutsummaryrefslogtreecommitdiff
path: root/conf
diff options
context:
space:
mode:
authorrhatto <rhatto@04377dda-e619-0410-9926-eae83683ac58>2006-12-08 00:23:15 +0000
committerrhatto <rhatto@04377dda-e619-0410-9926-eae83683ac58>2006-12-08 00:23:15 +0000
commita45b78131f8d14d100665363fdf2cc2b797314c1 (patch)
tree5aba25b768a82663844761365a786152d478bcbc /conf
parent74e061ef1cd9c369a9dafd2f984b088124a0d2d1 (diff)
downloadsimplepkg-a45b78131f8d14d100665363fdf2cc2b797314c1.tar.gz
simplepkg-a45b78131f8d14d100665363fdf2cc2b797314c1.tar.bz2
simplaret: converted some functions to the new format
git-svn-id: svn+slack://slack.fluxo.info/var/svn/simplepkg@41 04377dda-e619-0410-9926-eae83683ac58
Diffstat (limited to 'conf')
-rw-r--r--conf/repos.conf.new1
-rw-r--r--conf/simplepkg.conf.new7
2 files changed, 6 insertions, 2 deletions
diff --git a/conf/repos.conf.new b/conf/repos.conf.new
index 9da9f67..9ecfab9 100644
--- a/conf/repos.conf.new
+++ b/conf/repos.conf.new
@@ -5,6 +5,7 @@
# root repositories
ROOT-i386="tds%http://slackware.mirrors.tds.net/pub/slackware/"
ROOT-i386="sarava%http://slack.sarava.org/slackware/"
+ROOT-x86_64="sarava%http://slack.sarava.org/slamd64/"
ROOT-x86_64="slackadelic%http://mirror1.slackadelic.com/slamd64/"
ROOT-x86_64="heanet%http://ftp.heanet.ie/pub/slamd64/"
diff --git a/conf/simplepkg.conf.new b/conf/simplepkg.conf.new
index 50db875..5d01f59 100644
--- a/conf/simplepkg.conf.new
+++ b/conf/simplepkg.conf.new
@@ -11,12 +11,15 @@ DEFAULT_ARCH="i386"
DEFAULT_VERSION="10.2"
STORAGE="/var/simplaret/packages"
PASSIVE_FTP="1"
+ROOT_PRIORITY="patches slackware extra testing pasture" # ROOT repository package priority
# Enabling this option, jail-upgrade will look at your
# standard repositories for new packages; if it find a package
# with different version of your current installed package and
# also this package isnt in the packages folder, then the new
-# package is apllied; if in doubt, just say no or leave blank.
-# Otherwise set it either to "yes" or "1"
+# package is applied; if in doubt, just say no or leave blank.
+# Otherwise set it either to "yes" or "1" and remember that if
+# enables this feature can cause problems if you use more than
+# one REPOS definition for each ARCH and VERSION.
CONSIDER_ALL_PACKAGES_AS_PATCHES="0"