summaryrefslogtreecommitdiff
path: root/omnibus.rb
diff options
context:
space:
mode:
authormo khan <mo.khan@gmail.com>2020-06-25 10:05:20 -0600
committermo khan <mo.khan@gmail.com>2020-06-25 10:05:20 -0600
commit9ac80fbe229ee6e6434d6b2a12f6dcbac4147d18 (patch)
tree9e20c31842757895465f550462c2f2da1ea19e4e /omnibus.rb
parentc56a674223b3279b23b66aca409dc23c4252d647 (diff)
Prepare separate projects for each tool-version
Diffstat (limited to 'omnibus.rb')
-rw-r--r--omnibus.rb14
1 files changed, 7 insertions, 7 deletions
diff --git a/omnibus.rb b/omnibus.rb
index 7cf8d0e..27ff8d3 100644
--- a/omnibus.rb
+++ b/omnibus.rb
@@ -13,16 +13,16 @@
#
# Uncomment this line to change the default base directory to "local"
# -------------------------------------------------------------------
-base_dir './local'
+base_dir './tmp'
#
# Alternatively you can tune the individual values
# ------------------------------------------------
-cache_dir './local/omnibus/cache'
-git_cache_dir './local/omnibus/cache/git_cache'
-source_dir './local/omnibus/src'
-build_dir './local/omnibus/build'
-package_dir './local/omnibus/pkg'
-package_tmp './local/omnibus/pkg-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
# Disable git caching