aboutsummaryrefslogtreecommitdiff
path: root/conf/simplepkg.conf.new
blob: 5d01f59f2099798a6ecf010821f0f242fb4a9a32 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
# /etc/simplepkg/simplepkg.conf
JAIL_ROOT="/vservers" # where jails are placed
SIMPLARET="simplaret" # package grabber program (can be swaret if you have it installed)
SIMPLARET_CLEAN="1" # clean package cache before installation
SIMPLARET_DELETE_DOWN="1" # clean package cache after the installation
SIMPLARET_UPDATE="0" # issue an simplaret --update before install the jail
SIMPLARET_PURGE_WEEKS="3" # delete packages older than N weeks from the cache
SIMPLARET_DELETE_DURING="0" # delete each package rigth after its installation
PATCHES_DIR="/var/simplaret/patches" # where patches are placed
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 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"