From 50b723148c7ffafe8b925516e7619408c34d574b Mon Sep 17 00:00:00 2001 From: "Jonathan \"Duke\" Leto" Date: Tue, 22 Feb 2011 02:07:26 -0800 Subject: Teach jitterbug about reusing git repos to save bandwidth --- config.yml | 1 + 1 file changed, 1 insertion(+) (limited to 'config.yml') diff --git a/config.yml b/config.yml index cb1e111..27ccb38 100644 --- a/config.yml +++ b/config.yml @@ -30,6 +30,7 @@ jitterbug: on_pass_from_email: donotreply@example.com on_pass_header: on_pass_footer: + reuse_repo: 1 options: perlbrew: 1 email_on_pass: 0 -- cgit v1.2.3 From 3527de189fc88d0fd3f2cfda153dc1d723dfa25a Mon Sep 17 00:00:00 2001 From: "Jonathan \"Duke\" Leto" Date: Wed, 23 Feb 2011 15:15:45 -0800 Subject: Add on_failure_to_email and on_pass_to_email config keys These keys can be used to override where pass/fail emails go. If they are defined, emails are sent to the specified email. If not, they go to the commit author. This feature is sponsored by IRC insultbots and the letters B, A, C, E and K. No bits where harmed in the making of this feature. --- config.yml | 2 ++ 1 file changed, 2 insertions(+) (limited to 'config.yml') diff --git a/config.yml b/config.yml index 27ccb38..53a50c1 100644 --- a/config.yml +++ b/config.yml @@ -19,12 +19,14 @@ jitterbug: builder: ./scripts/capsule.sh builder_variables: on_failure: ./scripts/build-failed.sh + on_failure_to_email: 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: on_pass: ./scripts/build-pass.sh + on_pass_to_email: on_pass_cc_email: alice@example.com on_pass_subject_prefix: "[jitterbug] PASS " on_pass_from_email: donotreply@example.com -- cgit v1.2.3