~cjwatson/charms/quantal/sbuild/cross

« back to all changes in this revision

Viewing changes to hooks/package-builder-relation-changed

  • Committer: Colin Watson
  • Date: 2013-02-06 02:34:18 UTC
  • Revision ID: cjwatson@canonical.com-20130206023418-0l08sko0jip6kfcb
set new $max_sbuild_fails buildd configuration option to 100; cross-builders fail to install build-dependencies a lot

Show diffs side-by-side

added added

removed removed

Lines of Context:
48
48
 
49
49
\$idle_sleep_time = 30;
50
50
 
 
51
\$max_sbuild_fails = 100;
 
52
 
51
53
\$wanna_build_built_architecture = '$arch';
52
54
\$wanna_build_db_user = 'buildd_$(hostname -s)';
53
55
\$wanna_build_ssh_host = '$wbhost';