summaryrefslogtreecommitdiff
path: root/omnibus.rb
diff options
context:
space:
mode:
authorCan Eldem <celdem@gitlab.com>2020-07-10 16:41:15 +0000
committerCan Eldem <celdem@gitlab.com>2020-07-10 16:41:15 +0000
commitc17546f6cfccf07d27f7984321fe62a7788e8da1 (patch)
tree54093c956c0f4dcf4c2ad352847017aee9a88edc /omnibus.rb
parentc7385965b4166fb6ab2db3387c67cd54aef1b8df (diff)
parent36cdb0040abda394264455a1fdf3d6782af95ceb (diff)
Merge branch '217897-isolated-omnibus-lm' into 'master'v3.17.0
Isolate license_management ruby from project ruby See merge request gitlab-org/security-products/license-management!181
Diffstat (limited to 'omnibus.rb')
-rw-r--r--omnibus.rb9
1 files changed, 9 insertions, 0 deletions
diff --git a/omnibus.rb b/omnibus.rb
new file mode 100644
index 0000000..ecd6816
--- /dev/null
+++ b/omnibus.rb
@@ -0,0 +1,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']