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