summaryrefslogtreecommitdiff
path: root/omnibus.rb
blob: ecd68162c1dc4de486ab68ebdb44ae0dcc9ef38b (plain)
1
2
3
4
5
6
7
8
9
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'
append_timestamp false
software_gems ['omnibus-software']