]> git.ipfire.org Git - pakfire.git/blame - examples/builder.conf
Create an extra namespace for build environments and private network.
[pakfire.git] / examples / builder.conf
CommitLineData
a6bd96bc
MT
1
2[logger]
3
4# Use a different log file for the builder stuff.
5file = /var/log/pakfire-builder.log
992b09d6
MT
6
7[builder]
901ac065
MT
8# Select the distribution to build for.
9#distro = ipfire3
10
992b09d6 11# Use ccache in order to build rebuilds in less time.
27f55929 12# See also the [ccache] section.
992b09d6
MT
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
27f55929 25
392371f7
MT
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
27f55929
MT
32[ccache]
33# Turn on compression to get more files into the cache.
34#compress = true