summaryrefslogblamecommitdiff
path: root/config.yml
blob: c9c4b4b68580bf074962fa0ba4a926deb3847f35 (plain) (tree)
1
2
3
4
5


                    
 
                  











                       

                                 
                                         
                                       









                                        
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
    on_failure: ./scripts/build-failed.sh
    on_failure_email: alice@example.com

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