summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Smith <tsmith84@gmail.com>2020-10-19 19:28:26 -0700
committerTim Smith <tsmith84@gmail.com>2020-10-20 13:50:01 -0700
commit5619ee427fa8bd87798939869ea255a625986b50 (patch)
tree1a3997029c84a923ecb0b9fb3b3150091cfe12fa
parent08400cd4b13699179d78217a62df48b9162d6d22 (diff)
downloadchef-small_chef.tar.gz
Build chef w/o development deps in the omnibus packagesmall_chef
This should remove a very large chunk of the deps we ship. Signed-off-by: Tim Smith <tsmith@chef.io>
-rw-r--r--omnibus/Gemfile2
-rw-r--r--omnibus/Gemfile.lock8
2 files changed, 5 insertions, 5 deletions
diff --git a/omnibus/Gemfile b/omnibus/Gemfile
index 6fca425e62..0c3d19e774 100644
--- a/omnibus/Gemfile
+++ b/omnibus/Gemfile
@@ -1,7 +1,7 @@
source "https://rubygems.org"
gem "omnibus", git: "https://github.com/chef/omnibus", branch: "master"
-gem "omnibus-software", git: "https://github.com/chef/omnibus-software", branch: "master"
+gem "omnibus-software", git: "https://github.com/chef/omnibus-software", branch: "small_chef"
gem "artifactory"
gem "pedump"
diff --git a/omnibus/Gemfile.lock b/omnibus/Gemfile.lock
index 2492852637..75f126e5ce 100644
--- a/omnibus/Gemfile.lock
+++ b/omnibus/Gemfile.lock
@@ -1,9 +1,9 @@
GIT
remote: https://github.com/chef/omnibus
- revision: 982a0530562b540698d6394545c5ba3970412130
+ revision: 222d66e53b1836c941051078e68b86048bf308a7
branch: master
specs:
- omnibus (7.0.32)
+ omnibus (7.0.33)
aws-sdk-s3 (~> 1)
chef-cleanroom (~> 1.0)
chef-sugar (>= 3.3)
@@ -18,8 +18,8 @@ GIT
GIT
remote: https://github.com/chef/omnibus-software
- revision: 9c01df0dbe8124bfbe2edbff6e93dfdf41942435
- branch: master
+ revision: 9d6a029b778d6ad8c6422b9bfe83dde5a3b9c669
+ branch: small_chef
specs:
omnibus-software (4.0.0)
omnibus (>= 5.6.1)