summaryrefslogtreecommitdiff
path: root/omnibus.rb
blob: 7a30f95f44d189a376441055bbe6730937a6ea7e (plain)
1
2
3
4
5
6
7
8
9
10
11
# frozen_string_literal: true

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']