aboutsummaryrefslogtreecommitdiff
path: root/conf/simplepkg.conf.new
blob: 53c4d5ac0aa525bba2abbe2a0b60a9c36bca69e6 (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
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
#
# /etc/simplepkg/simplepkg.conf
#

# default architecture: set this option if you dont want simplepkg
# to use the value from /etc/slackware-version
# DEFAULT_ARCH="i386"

# default version: set this option if you dont want simplepkg
# to use the value from /etc/slackware-version
# DEFAULT_VERSION="11.0"

# where jails are placed
JAIL_ROOT="/vservers"

# package grabber program (can be swaret if you have it installed)
# just change to swaret if you know what you're doing
SIMPLARET="simplaret"

# whether mkjail should clean the package cache before installation
# to enable it, set to "1" or "yes"
SIMPLARET_CLEAN="1"

# whether mkjail should clean the package cache after the installation
# to enable it, set to "1" or "yes"
SIMPLARET_DELETE_DOWN="1"

# whether mkjail should issue a simplaret --update before install the jail
# to enable it, set to "1" or "yes"
SIMPLARET_UPDATE="1"

# wheter delete also patches when simplaret --purge is called
# to enable it, set to "1" or "yes"
SIMPLARET_PURGE_PATCHES="0"

# whether delete each package rigth after its installation
# to enable it, set to "1" or "yes"
SIMPLARET_DELETE_DURING="0"

# delete packages older than N weeks from the cache
SIMPLARET_PURGE_WEEKS="3"

# where patches are placed
PATCHES_DIR="/var/simplaret/patches"

# place to store your packages
STORAGE="/var/simplaret/packages"

# whether to use passive ftp transfers
# to enable it, set to "1" or "yes"
PASSIVE_FTP="1"

# ROOT repository package priority
ROOT_PRIORITY="patches slackware extra testing pasture"

# Enabling this option (i.e, setting to "1" or "yes"), simplaret will
# donwload even # already applied patches, a good option when you plan
# 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.
CONSIDER_ALL_PACKAGES_AS_PATCHES="0"