From 688b72f47b4c3a23ca042336ea6c5d1f215ec263 Mon Sep 17 00:00:00 2001 From: Lamont Granquist Date: Mon, 29 Apr 2019 15:10:36 -0700 Subject: Remove chef-* binstubs from chef gem This is for the relicensing effort. Note that this PR leaves the knife and ohai binstubs still in the gem(s) while that discussion is still ongoing. This PR extracts the binstubs to chef-binstubs gem which is not intended to be redistributed outside of the omnibus chef binaries. A blank gem for chef-binstubs has been pushed to rubygems.org for obvious security concerns and so that bundler/rubygems can resolve the gem Signed-off-by: Lamont Granquist --- .gitignore | 6 ++++++ 1 file changed, 6 insertions(+) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index 200db3afc5..d88442ba7c 100644 --- a/.gitignore +++ b/.gitignore @@ -62,3 +62,9 @@ nodes/ # chef-config chef-config/.bundle chef-config/Gemfile.lock +chef-config/pkg + +# chef-bin +chef-bin/.bundle +chef-bin/Gemfile.lock +chef-bin/pkg -- cgit v1.2.1