summaryrefslogtreecommitdiff
path: root/omnibus/README.md
diff options
context:
space:
mode:
authorTim Smith <tsmith@chef.io>2018-10-05 14:13:31 -0700
committerTim Smith <tsmith@chef.io>2018-10-05 14:13:31 -0700
commit6d9f2aa4a6c455ebdb3654c1f2ca7b495d24b8fc (patch)
tree2f816e2fc8e27f33a0a1af35eafe3f7dc3f31394 /omnibus/README.md
parent09d60a1565e8923f6feb3b58dd1bfacc45538aa5 (diff)
downloadchef-6d9f2aa4a6c455ebdb3654c1f2ca7b495d24b8fc.tar.gz
Cleanup the Test Kitchen setup in omnibus
Unpin cookbook deps Remove platforms we don't support anymore Add new platforms Update instructions for getting setup in Vagrant Cloud Fold the kitchen files into a single file Signed-off-by: Tim Smith <tsmith@chef.io>
Diffstat (limited to 'omnibus/README.md')
-rw-r--r--omnibus/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/omnibus/README.md b/omnibus/README.md
index 0db2d56448..aa58d6da5e 100644
--- a/omnibus/README.md
+++ b/omnibus/README.md
@@ -58,7 +58,7 @@ $ bundle exec omnibus help
## Kitchen-based Build Environment
-Every Omnibus project ships will a project-specific [Berksfile](https://docs.chef.io/berkshelf.html/) that will allow you to build your omnibus projects on all of the projects listed in the `kitchen.yml`. You can add/remove additional platforms as needed by changing the list found in the `kitchen.yml` `platforms` YAML stanza.
+Every Omnibus project ships will a project-specific [Berksfile](https://docs.chef.io/berkshelf.html) that will allow you to build your omnibus projects on all of the projects listed in the `kitchen.yml`. You can add/remove additional platforms as needed by changing the list found in the `kitchen.yml` `platforms` YAML stanza.
This build environment is designed to get you up-and-running quickly. However, there is nothing that restricts you to building on other platforms. Simply use the [omnibus cookbook](https://github.com/chef-cookbooks/omnibus) to setup your desired platform and execute the build steps listed above.