diff options
author | rhatto <rhatto@04377dda-e619-0410-9926-eae83683ac58> | 2007-02-06 16:58:48 +0000 |
---|---|---|
committer | rhatto <rhatto@04377dda-e619-0410-9926-eae83683ac58> | 2007-02-06 16:58:48 +0000 |
commit | 9e794539646d3e7b392c197faf14ae80acd3160f (patch) | |
tree | 854b73ec95bdffd498f36499dfb4fd89dfd28f8f /conf | |
parent | e6fd9b6006b6efd60a937c9302995fe4bd50c39a (diff) | |
download | simplepkg-9e794539646d3e7b392c197faf14ae80acd3160f.tar.gz simplepkg-9e794539646d3e7b392c197faf14ae80acd3160f.tar.bz2 |
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
Diffstat (limited to 'conf')
-rw-r--r-- | conf/simplepkg.conf.new | 28 |
1 files changed, 19 insertions, 9 deletions
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" + |