]> git.ipfire.org Git - pakfire.git/blob - examples/builder.conf
Create an extra namespace for build environments and private network.
[pakfire.git] / examples / builder.conf
1
2 [logger]
3
4 # Use a different log file for the builder stuff.
5 file = /var/log/pakfire-builder.log
6
7 [builder]
8 # Select the distribution to build for.
9 #distro = ipfire3
10
11 # Use ccache in order to build rebuilds in less time.
12 # See also the [ccache] section.
13 #use_ccache = true
14
15 # Use icecream in order to speed up builds.
16 #use_icecream = false
17
18 # Create build environments in a tmpfs.
19 # This requires a lot of RAM.
20 # Only enable if you know what your are doing.
21 #use_tmpfs = false
22
23 # Create loop devices in build environment.
24 #use_loop_devices = true
25
26 # Use private network.
27 # Setting this to true will result in the build
28 # chroot having its own network - i.e. no network connection
29 # to the outside world.
30 #private_network = false
31
32 [ccache]
33 # Turn on compression to get more files into the cache.
34 #compress = true