summaryrefslogtreecommitdiff
path: root/omnibus/README.md
diff options
context:
space:
mode:
authorjayashri garud <jgarud@msystechnologies.com>2021-08-16 19:22:58 +0530
committerjayashri garud <jgarud@msystechnologies.com>2021-08-16 19:22:58 +0530
commitace24911cb907717750b03aedc607b0f2efcad0e (patch)
treee6eb882f99d727f6b198be710a4f6a6ee32c4da2 /omnibus/README.md
parent9580f6d19ff63b29c1feb275b56545a064f76697 (diff)
downloadchef-ace24911cb907717750b03aedc607b0f2efcad0e.tar.gz
Adding local config option
Signed-off-by: jayashri garud <jgarud@msystechnologies.com>
Diffstat (limited to 'omnibus/README.md')
-rw-r--r--omnibus/README.md8
1 files changed, 4 insertions, 4 deletions
diff --git a/omnibus/README.md b/omnibus/README.md
index 79c809b70f..2055f6c0fd 100644
--- a/omnibus/README.md
+++ b/omnibus/README.md
@@ -10,7 +10,7 @@ This project creates full-stack platform-specific packages for the following pro
You must have a sane Ruby environment with Bundler installed. Ensure all the required gems are installed:
```shell
-bundle config set without development
+bundle config set --local without development
bundle install
```
@@ -81,7 +81,7 @@ Then login to the instance and build the project as described in the Usage secti
```shell
$ bundle exec kitchen login <PROJECT>-ubuntu-1204
[vagrant@ubuntu...] $ cd chef/omnibus
-[vagrant@ubuntu...] $ bundle config set without development # Don't install dev tools!
+[vagrant@ubuntu...] $ bundle config set --local without development # Don't install dev tools!
[vagrant@ubuntu...] $ bundle install
[vagrant@ubuntu...] $ ...
[vagrant@ubuntu...] $ bundle exec omnibus build <PROJECT> -l internal
@@ -91,7 +91,7 @@ $ bundle exec kitchen login <PROJECT>-ubuntu-1204
$ kitchen login chef-ubuntu-1604
[vagrant@ubuntu...] $ source load-omnibus-toolchain.sh
[vagrant@ubuntu...] $ cd chef/omnibus
-[vagrant@ubuntu...] $ bundle config set without development # Don't install dev tools!
+[vagrant@ubuntu...] $ bundle config set --local without development # Don't install dev tools!
[vagrant@ubuntu...] $ bundle install
[vagrant@ubuntu...] $ ...
[vagrant@ubuntu...] $ bundle exec omnibus build chef -l internal
@@ -109,7 +109,7 @@ C:\>C:\vagrant\load-omnibus-toolchain.ps1
C:\>cd C:\vagrant\chef\omnibus
-C:\vagrant\chef\omnibus>bundle config set without development
+C:\vagrant\chef\omnibus>bundle config set --local without development
C:\vagrant\chef\omnibus>bundle install