From 9e794539646d3e7b392c197faf14ae80acd3160f Mon Sep 17 00:00:00 2001 From: rhatto Date: Tue, 6 Feb 2007 16:58:48 +0000 Subject: new config variable STORE_ROOT_PATCHES_ON_PATCHES_DIR git-svn-id: svn+slack://slack.fluxo.info/var/svn/simplepkg@151 04377dda-e619-0410-9926-eae83683ac58 --- conf/simplepkg.conf.new | 28 +++++++++++++++++++--------- 1 file changed, 19 insertions(+), 9 deletions(-) (limited to 'conf') diff --git a/conf/simplepkg.conf.new b/conf/simplepkg.conf.new index bf62450..51187ef 100644 --- a/conf/simplepkg.conf.new +++ b/conf/simplepkg.conf.new @@ -65,14 +65,24 @@ ROOT_PRIORITY="patches slackware extra testing pasture" # to keep local copies of all needed patches for your system DOWNLOAD_EVEN_APPLIED_PATCHES="0" -# 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 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. -# Also, this option can be very slow. +# Enabling this option (i.e, setting to "1" or "yes"), simplaret 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 applied; if in doubt, just say no or leave blank. Otherwise set it +# either to "yes" or "1" and remember that if enabling this feature can +# cause problems if you use more than one REPOS definition for each +# ARCH and VERSION. Also, this option can be very slow. CONSIDER_ALL_PACKAGES_AS_PATCHES="0" +# Enabling this option (i.e, setting to "1" or "yes"), simplaret will +# store patches it finds on ROOT repositories on +# +# $PATCHES_DIR/$ARCH/$VERSION/root-$repository_name. +# +# By default this option is turned off because it breaks the standard +# way to store packages and can cause some confusion, but its an useful +# feature if you like to see all patches apart from common packages and/or +# stored in the same tree. +STORE_ROOT_PATCHES_ON_PATCHES_DIR="0" + -- cgit v1.2.3