~ubuntu-branches/ubuntu/karmic/sbuild/karmic-proposed

« back to all changes in this revision

Viewing changes to etc/buildd.conf

  • Committer: Bazaar Package Importer
  • Author(s): Kees Cook
  • Date: 2009-05-09 16:06:44 UTC
  • mfrom: (8.1.6 upstream) (3.1.3 squeeze)
  • Revision ID: james.westby@ubuntu.com-20090509160644-9k0fgp6c2ajcu54h
Tags: 0.58.2-1ubuntu1
* Merge from debian unstable, remaining changes:
  - bin/sbuild, lib/Sbuild/{Base,Conf,Options}.pm: add --setup-hook
    to allow pre-build modifications to underlying chroots (needed
    to adjust pockets and components in sources.list).  (debian bug
    500746).

Show diffs side-by-side

added added

removed removed

Lines of Context:
17
17
#$idle_sleep_time = 5*60;
18
18
 
19
19
# min. kB to be free on build filesystem
20
 
#$min_free_space = 10*1024;
 
20
#$min_free_space = 50*1024;
21
21
 
22
22
# how long to avoid packages that have automatically been given back by sbuild
23
23
# (in minutes)
74
74
#$should_build_msgs = 1;
75
75
 
76
76
# list of distributions that buildd should take packages from
77
 
#@take_from_dists = qw(stable testing unstable);
 
77
#@take_from_dists = qw();
78
78
 
79
79
# list of packages which shouldn't be picked up by buildd
80
80
#@no_auto_build = ();