]> git.ipfire.org Git - people/ms/pakfire.git/blob - examples/builder.conf
Mount /tmp as a tmpfs into the build environment.
[people/ms/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 #use_ccache = true
13
14 # Use icecream in order to speed up builds.
15 #use_icecream = false
16
17 # Create build environments in a tmpfs.
18 # This requires a lot of RAM.
19 # Only enable if you know what your are doing.
20 #use_tmpfs = false
21
22 # Create loop devices in build environment.
23 #use_loop_devices = true