main
1base_dir './tmp'
2cache_dir './tmp/omnibus/cache'
3git_cache_dir './tmp/omnibus/cache/git_cache'
4source_dir './tmp/omnibus/src'
5build_dir './tmp/omnibus/build'
6package_dir './tmp/omnibus/pkg'
7package_tmp './tmp/omnibus/pkg-tmp'
8
9use_git_caching true
10
11# build_retries 5
12# fetcher_read_timeout 120
13# fetcher_retries 5
14
15append_timestamp false
16software_gems ['omnibus-software']