From db7bb6fd9eae5ea339cf07bc3a769fc11b8087b4 Mon Sep 17 00:00:00 2001 From: "Jonathan \"Duke\" Leto" Date: Wed, 27 Apr 2011 22:23:40 +0000 Subject: Add a more detailed example config file and a custom rakudo build script --- example.yml | 53 +++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 53 insertions(+) create mode 100644 example.yml (limited to 'example.yml') diff --git a/example.yml b/example.yml new file mode 100644 index 0000000..fc3f72e --- /dev/null +++ b/example.yml @@ -0,0 +1,53 @@ +layout: "main" +logger: "file" +appname: "jitterbug" + +builds_per_feed: 5 +template: "xslate" +engines: + xslate: + path: / + type: text + cache: 0 + +jitterbug: + reports: + dir: /tmp/jitterbug + build: + dir: /tmp/build + build_process: + builder: ./scripts/capsule.sh + builder_variables: "" + on_failure: "jitterbug::Emailer" + on_failure_to_email: jonathan@leto.net + on_failure_cc_email: + on_failure_from_email: jitterbug@leto.net + on_failure_subject_prefix: "[jitterbug] FAIL " + on_failure_header: "Jitterbug Web Interace : http://new.leto.net:3000\n%%PROJECT%% : http://new.leto.net:8090/project/%%PROJECT%%\nFailing Commit Diff: https://github.com/parrot/%%PROJECT%%/commit/%%SHA1%%\n\n%%SUMMARY%%\n\n" + on_failure_footer: "Sorry, but your Princess is in another castle!" + on_pass: "jitterbug::Emailer" + on_pass_to_email: + on_pass_cc_email: jonathan@leto.net + on_pass_subject_prefix: "[jitterbug] PASS " + on_pass_from_email: jitterbug@leto.net + on_pass_footer: "Amazingly, everything WORKED!" + on_pass_header: "Great job!" + reuse_repo: 1 + options: + perlbrew: 1 + email_on_pass: 0 + branches: + parrot: master|smoke-me + projects: + rakudo: + builder: ./scripts/build_rakudo_and_spectest.sh + +plugins: + DBIC: + schema: + skip_automake: 1 + pckg: "jitterbug::Schema" + connect_info: + - dbi:SQLite:dbname=jitterbug.db + + -- cgit 1.4.1