summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authormo khan <mo.khan@gmail.com>2020-06-19 20:51:24 -0600
committermo khan <mo.khan@gmail.com>2020-06-19 20:51:24 -0600
commit5dfaf8f34f0d967ee443e40daeb4f7ed043993d3 (patch)
treeac443e2c3e876fe1d53abb8df236d82594855f60 /config
parent4b1c9d818fec3bf7f4d7eb91fd77dab8794edd05 (diff)
Split mono and ruby jobs
Diffstat (limited to 'config')
-rw-r--r--config/projects/asdf-mono.rb20
-rw-r--r--config/projects/asdf-ruby.rb (renamed from config/projects/asdf.rb)9
2 files changed, 21 insertions, 8 deletions
diff --git a/config/projects/asdf-mono.rb b/config/projects/asdf-mono.rb
new file mode 100644
index 0000000..647dbd2
--- /dev/null
+++ b/config/projects/asdf-mono.rb
@@ -0,0 +1,20 @@
+asdf "name-mono"
+maintainer "mkhan@gitlab.com"
+homepage "https://gitlab.com/xlgmokha/omnibus-asdf"
+
+# Defaults to C:/asdf on Windows
+# and /opt/asdf on all other platforms
+install_dir "/opt/asdf"
+
+build_version "0.1.0"
+build_iteration 1
+
+# Creates required build directories
+dependency "preparation"
+dependency "asdf-mono-6-8-0-123"
+
+# asdf dependencies/components
+# dependency "somedep"
+
+#exclude "**/.git"
+#exclude "**/bundler/git"
diff --git a/config/projects/asdf.rb b/config/projects/asdf-ruby.rb
index 903df5b..a1cdd33 100644
--- a/config/projects/asdf.rb
+++ b/config/projects/asdf-ruby.rb
@@ -1,10 +1,4 @@
-#
-# Copyright 2020 Mo Khan
-#
-# All Rights Reserved.
-#
-
-name "asdf"
+name "asdf-ruby"
maintainer "mkhan@gitlab.com"
homepage "https://gitlab.com/xlgmokha/omnibus-asdf"
@@ -29,7 +23,6 @@ dependency "asdf-ruby-2-6-5"
dependency "asdf-ruby-2-6-6"
dependency "asdf-ruby-2-7-0"
dependency "asdf-ruby-2-7-1"
-dependency "asdf-mono-6-8-0-123"
# asdf dependencies/components
# dependency "somedep"