]> git.ipfire.org Git - people/stevee/pakfire.git/blame - examples/builder.conf
ccache optimizations: Use /tmp and enable compression.
[people/stevee/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
MT
25
26[ccache]
27# Turn on compression to get more files into the cache.
28#compress = true