diff options
| author | franck cuny <franck@lumberjaph.net> | 2010-10-03 11:40:37 +0200 |
|---|---|---|
| committer | franck cuny <franck@lumberjaph.net> | 2010-10-03 11:40:37 +0200 |
| commit | 6d2835f444a59a09a85866af6c9ed3f10c0e0a9b (patch) | |
| tree | 7dd7c93d0427101d254c1e9a6a8b5e4a5bbf0556 /config.yml | |
| parent | update scripts to use dbic; chmod build-failed (diff) | |
| download | jitterbug-6d2835f444a59a09a85866af6c9ed3f10c0e0a9b.tar.gz | |
update config, view, tests
Diffstat (limited to 'config.yml')
| -rw-r--r-- | config.yml | 12 |
1 files changed, 11 insertions, 1 deletions
@@ -18,4 +18,14 @@ jitterbug: dir: /tmp/build build_process: builder: ./scripts/capsule.sh - on_failure: ./scripts/on_failure.sh + on_failure: ./scripts/build-failed.sh + +plugins: + DBIC: + schema: + skip_automake: 1 + pckg: "jitterbug::Schema" + connect_info: + - dbi:SQLite:dbname=jitterbug.db + + |
