~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to lib/canonical/buildd/sbuildrc

  • Committer: Launchpad Patch Queue Manager
  • Date: 2011-11-21 04:19:35 UTC
  • mfrom: (14339.1.1 800295-delete-buildd-again)
  • Revision ID: launchpad@pqm.canonical.com-20111121041935-iwoh81iy9o5ssq09
[no-qa] [r=mbp] delete canonical.buildd,
 now it has moved to launchpad-buildd

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
 
#);