diff options
| author | Jonathan "Duke" Leto <jonathan@leto.net> | 2011-01-19 13:04:42 -0800 |
|---|---|---|
| committer | Jonathan "Duke" Leto <jonathan@leto.net> | 2011-01-19 13:04:42 -0800 |
| commit | 05c0a17eabb8cb52535ca1ae30fcf8ce0906f5c3 (patch) | |
| tree | 7a782c216051e366c215ad902571d34cf2939a17 /config.yml | |
| parent | Attempt to fix the mangled build failure email bug (diff) | |
| parent | Fix a jitterbug::Emailer test (diff) | |
| download | jitterbug-05c0a17eabb8cb52535ca1ae30fcf8ce0906f5c3.tar.gz | |
Merge branch 'refactor_builder'
Conflicts:
config.yml
lib/jitterbug/Builder.pm
scripts/build-failed.sh
Diffstat (limited to '')
| -rw-r--r-- | config.yml | 8 |
1 files changed, 7 insertions, 1 deletions
@@ -18,7 +18,13 @@ jitterbug: build_process: builder: ./scripts/capsule.sh on_failure: ./scripts/build-failed.sh - on_failure_email: alice@example.com + on_failure_cc_email: alice@example.com + on_failure_from_email: donotreply@example.com + on_failure_subject_prefix: "[jitterbug] FAIL " + on_failure_header: + on_failure_footer: + options: + perlbrew: 1 plugins: DBIC: |
