]> git.ipfire.org Git - people/ms/pakfire.git/blame - tests/pakfire.conf
jail: Move struct declarations out of the large struct
[people/ms/pakfire.git] / tests / pakfire.conf
CommitLineData
54bf8fba 1# This is the configuration file for the test environment
f2d42abf
MT
2
3[distro]
4name = Test Distribution
5id = test
6version_id = 1
7codename = Blah
8vendor = Test Project
9slogan = Always code as if the guy who ends up maintaining your code will be a violent psychopath who knows where you live
0a1284ff
MT
10
11[build]
12
13# Guaranteed memory for the build environment
14memory_guaranteed = 256M
15
5b877e84
MT
16# Memory limit for the build environment
17memory_limit = 1G
18
0a1284ff
MT
19# PID limit for the build environment
20pid_limit = 512