summaryrefslogtreecommitdiff
path: root/omnibus.rb
blob: b6e81f6578249d2dace6dbc9413ce6ec3dd8958d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
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

software_gems ['omnibus-software']