Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add artifactory to omnibus/Gemfile and update omnibus gem | Jeremiah Snapp | 2019-08-02 | 1 | -0/+1 |
| | | | | | | | A new version of omnibus is required and the artifactory gem is required for the publish part of the build stage. Signed-off-by: Jeremiah Snapp <jeremiah@chef.io> | ||||
* | Switch to inspec/train from gems | Tim Smith | 2019-04-22 | 1 | -1/+1 |
| | | | | | | We now have a preview of inspec 4 out so we can switch back to gems and kill off the full train gem and all its deps. Signed-off-by: Tim Smith <tsmith@chef.io> | ||||
* | Allow using a Gemfile.local for omnibus | Tim Smith | 2019-02-28 | 1 | -0/+6 |
| | | | | Signed-off-by: Tim Smith <tsmith@chef.io> | ||||
* | Update omnibus gemfile deps to remove pryomnis | Tim Smith | 2019-02-28 | 1 | -5/+2 |
| | | | | | | Allow for test-kitchen 2 and remove pry which we don't need here and can be easily added with a local gemfile if need be later. Signed-off-by: Tim Smith <tsmith@chef.io> | ||||
* | Build chef omnibus package with Chef 14 / Berkshelf 7omnibus_chef14 | Tim Smith | 2018-08-29 | 1 | -3/+3 |
| | | | | | | We had an ohai pin we needed during the Chef 14 dev cycle that isn't needed anymore. We also pinned Berkshelf to a crazy old version. Signed-off-by: Tim Smith <tsmith@chef.io> | ||||
* | Remove awesome customers testing and update kitchen configs | Tim Smith | 2018-06-16 | 1 | -1/+1 |
| | | | | | | | | Awesome customers cookbook testing isn't even correct from learn chef anymore and it's not coming back in this form. There's no reason to keep carrying it around. This change also deps on kitchen 1.21 and uses the new name for the configs. Much easier to find if you're browsing the source in Finder/Explorer. Signed-off-by: Tim Smith <tsmith@chef.io> | ||||
* | Initial commit of new Chef PowerShell support | Stuart Preston | 2018-03-03 | 1 | -1/+1 |
| | | | | Signed-off-by: Stuart Preston <stuart@chef.io> | ||||
* | add a temp pin so we don't revisit this constantly | Lamont Granquist | 2018-02-28 | 1 | -0/+3 |
| | | | | Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org> | ||||
* | chefstyle/omnibus-software/omnibus back to master | Lamont Granquist | 2018-02-28 | 1 | -2/+2 |
| | | | | Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org> | ||||
* | bump omnibus deps | Thom May | 2018-02-28 | 1 | -2/+2 |
| | | | | Signed-off-by: Thom May <thom@chef.io> | ||||
* | Use the license_scout that comes with Omnibus gemtduffield/license_scout/pin-to-1.x | Tom Duffield | 2018-02-08 | 1 | -1/+0 |
| | | | | Signed-off-by: Tom Duffield <tom@chef.io> | ||||
* | Use omnibus-toolchain on Windows platforms.windows_toolchain | Ryan Hass | 2017-03-08 | 1 | -2/+2 |
| | | | | | | | This updates the branch pinnings to use the omnibus-toolchain enabled version of omnibus and omnibus-software. Signed-off-by: Ryan Hass <rhass@users.noreply.github.com> | ||||
* | bump omnibus gems and change protocol to https | Lamont Granquist | 2017-03-03 | 1 | -3/+3 |
| | | | | | | | | | | | | the `github:` argument gets translated to git:// urls, which are insecure and i have a .gitconfig which translates those to https:// urls, and the effect of that is that when _I_ bump the Gemfile.lock the urls don't match and `bundle install` with the `--deployment` flag gets all pissy and I break the build, and since i don't habitually `bundle install --deployment` locally I never see the failures. Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org> | ||||
* | Add branch off of lcg/ruby23 that includes some openssl solaris fixes (#5396) | Scott Hain | 2016-09-28 | 1 | -1/+1 |
| | |||||
* | Update pedump to latest released; update all dependenciesjk/update | John Keiser | 2016-09-20 | 1 | -3/+1 |
| | |||||
* | update acceptance and omnibus deps | Matt Wrock | 2016-09-16 | 1 | -2/+2 |
| | |||||
* | Pin omnibus branch for testing. | Ryan Hass | 2016-09-08 | 1 | -1/+1 |
| | | | | | | The omnibus branch `rhass/COOL-502_with_gcc_investigate` contains my Solaris patch along with the `sersut/ff-ksubrama/gcc_investigate` branch changes. | ||||
* | use 1.0.1h and rebase omnibus-software to master | Lamont Granquist | 2016-09-01 | 1 | -1/+1 |
| | | | | Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org> | ||||
* | Pick up omnibus and omnibus-software that supports including licensing ↵sersut/transitive-dep-licensing | Serdar Sutay | 2016-08-16 | 1 | -2/+3 |
| | | | | information of transitive dependencies in the omnibus package. | ||||
* | Update omnibus and omnibus-software to correct branches | John Keiser | 2016-08-03 | 1 | -2/+2 |
| | |||||
* | update nokogiri and dependencies | Matt Wrock | 2016-06-21 | 1 | -2/+2 |
| | |||||
* | Omnibus is now using ffi_yajl so we no longer need to pin the JSON gem in ↵ | tyler-ball | 2016-04-11 | 1 | -6/+0 |
| | | | | our Gemfile | ||||
* | Explicitly pin json gem | Scott Hain | 2016-04-05 | 1 | -0/+6 |
| | |||||
* | use latest released test-kitchen in chef-acceptancetk_17 | Matt Wrock | 2016-04-04 | 1 | -2/+2 |
| | |||||
* | Revert https://github.com/chef/chef/pull/4781 because jmespath wasrevert_pins | tyler-ball | 2016-04-04 | 1 | -4/+0 |
| | | | | relased with an update to prevent loading issues with json vs json_pure | ||||
* | fix rubocop | Matt Wrock | 2016-04-01 | 1 | -1/+1 |
| | |||||
* | Merge pull request #4778 from chef/new_tk | Matt Wrock | 2016-04-01 | 1 | -2/+2 |
|\ | | | | | use test-kitchen from master for acceptance tests | ||||
| * | use test-kitchen from master for acceptance testsnew_tk | Matt Wrock | 2016-03-31 | 1 | -2/+2 |
| | | |||||
* | | Don't bring in json_pure (jmespath 1.2 brings it in) because it breaks us.jk/no-json-pure | John Keiser | 2016-04-01 | 1 | -0/+4 |
|/ | |||||
* | Allow checking out pedump from a fork. | Kartik Null Cating-Subramanian | 2016-02-11 | 1 | -2/+6 |
| | |||||
* | bumping test-kitchen | Matt Wrock | 2016-02-03 | 1 | -1/+1 |
| | |||||
* | Updates to the omnibus build_version and the RELEASE_NOTES for the 12.7 release | tyler-ball | 2016-02-03 | 1 | -0/+3 |
| | |||||
* | Use double quotes by default | Thom May | 2016-01-14 | 1 | -7/+7 |
| | | | | | | | This is an entirely mechanically generated (chefstyle -a) change, to go along with chef/chefstyle#5 . We should pick something and use it consistently, and my opinion is that double quotes are the appropriate thing. | ||||
* | Import all of omnibus-chef under the omnibus directory | Kartik Null Cating-Subramanian | 2016-01-08 | 1 | -0/+18 |