~canonical-launchpad-branches/launchpad-buildd/trunk

« back to all changes in this revision

Viewing changes to sbuildrc

  • Committer: Martin Pool
  • Date: 2011-11-09 07:50:56 UTC
  • Revision ID: mbp@canonical.com-20111109075056-mj9ofht4vmu7lto1
Add snapshot of buildd source extracted from the Launchpad tree

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# Mail address where logs are sent to (mandatory, no default!)
 
2
$mailto = "buildd-maint@canonical.com";
 
3
 
 
4
$srcdep_lock_dir = "/home/buildd/";
 
5
 
 
6
%mailto = (
 
7
);
 
8
 
 
9
$arch="@ARCHTAG@";
 
10
 
 
11
# Maintainer name to use in .changes files (mandatory, no default!)
 
12
$maintainer_name="Ubuntu Build Daemon <buildd\@@FQDN@>";
 
13
 
 
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";
 
18
 
 
19
# Hack a "frozen" into the Distribution: line if compiling for frozen
 
20
#$hack_changes_for_frozen = 1;
 
21
 
 
22
# After that time (in minutes) of inactivity a build is terminated.
 
23
# Activity
 
24
# is measured by output to the log file.
 
25
$stalled_pkg_timeout = 150;
 
26
 
 
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 = (
 
30
#        ivtools => 600,
 
31
#        smalleiffel => 600
 
32
#);