1
# Mail address where logs are sent to (mandatory, no default!)
2
$mailto = "buildd-maint@canonical.com";
4
$srcdep_lock_dir = "/home/buildd/";
11
# Maintainer name to use in .changes files (mandatory, no default!)
12
$maintainer_name="Ubuntu Build Daemon <buildd\@@FQDN@>";
14
# When to purge the build directory afterwards; possible values are
15
# "never", "successful", and "always"
16
$purge_build_directory="always";
17
#$purge_build_directory="successful";
19
# Hack a "frozen" into the Distribution: line if compiling for frozen
20
#$hack_changes_for_frozen = 1;
22
# After that time (in minutes) of inactivity a build is terminated.
24
# is measured by output to the log file.
25
$stalled_pkg_timeout = 150;
27
# Some packages may exceed the general timeout (e.g. redirecting output to
28
# a file) and need a different timeout. Below are some examples.
29
#%individual_stalled_pkg_timeout = (