about summary refs log tree commit diff
path: root/t/data/test.yml
blob: 9ec509e8681080e23412a012dd1a9a5b0cc24036 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
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: STUFF=BLAH
    on_failure: ./scripts/build-failed.sh

plugins:
  DBIC:
    schema:
      skip_automake: 1
      pckg: "jitterbug::Schema"
      connect_info:
        - dbi:SQLite:dbname=t/data/jitterbug.db