diff options
| author | mo khan <mo.khan@gmail.com> | 2020-06-25 10:05:20 -0600 |
|---|---|---|
| committer | mo khan <mo.khan@gmail.com> | 2020-06-25 10:05:20 -0600 |
| commit | 9ac80fbe229ee6e6434d6b2a12f6dcbac4147d18 (patch) | |
| tree | 9e20c31842757895465f550462c2f2da1ea19e4e /omnibus.rb | |
| parent | c56a674223b3279b23b66aca409dc23c4252d647 (diff) | |
Prepare separate projects for each tool-version
Diffstat (limited to 'omnibus.rb')
| -rw-r--r-- | omnibus.rb | 14 |
1 files changed, 7 insertions, 7 deletions
@@ -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 |
