summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* also bump appbundlerv0.0.1lcg/remove-binstubsLamont Granquist2019-04-231-1/+1
| | | | Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
* use --binstubs-source to copy gems into placeLamont Granquist2019-04-231-1/+1
| | | | Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
* install extra bin files in appbundlerLamont Granquist2019-04-231-1/+1
| | | | Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
* Remove binstubs from chef gemLamont Granquist2019-04-2319-19/+24
| | | | | | | | | 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. Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
* Bump version to 15.0.232 by Chef Expeditorv15.0.232Chef Expeditor2019-04-245-11/+12
| | | | Obvious fix; these changes are the result of automation not creative thinking.
* Merge pull request #8410 from chef/ed25519Tim Smith2019-04-233-7/+9
|\ | | | | Move ed25519 gems into omnibus
| * Chefstyle fixTim Smith2019-04-231-2/+2
| | | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io>
| * Move ed25519 gems into omnibused25519Tim Smith2019-04-233-7/+9
| | | | | | | | | | | | We had to move this out of train as they were causing installation failures for inspec. This change makes sure we get them into our omnibus package. Signed-off-by: Tim Smith <tsmith@chef.io>
* | Fix the codeowners fileTim Smith2019-04-231-1/+1
|/ | | | Signed-off-by: Tim Smith <tsmith@chef.io>
* Bump version to 15.0.231 by Chef Expeditorv15.0.231Chef Expeditor2019-04-245-11/+12
| | | | Obvious fix; these changes are the result of automation not creative thinking.
* Merge pull request #8350 from chef/ownersTim Smith2019-04-2331-1009/+2338
|\ | | | | Implement new owner/review structure + expand dev docs
| * Fixing linkMary Jinglewski2019-04-231-1/+1
| | | | | | | | Signed-off-by: Mary Jinglewski <mjinglewski@chef.io>
| * Remove a whole outdated sectionTim Smith2019-04-231-6/+2
| | | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io>
| * Fix dep updating linksTim Smith2019-04-231-5/+5
| | | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io>
| * Fix another linkTim Smith2019-04-231-0/+0
| | | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io>
| * Update linksTim Smith2019-04-232-2/+2
| | | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io>
| * Copyedits, part 3Mary Jinglewski2019-04-232-36/+20
| | | | | | | | Signed-off-by: Mary Jinglewski <mjinglewski@chef.io>
| * Fix bad formattingTim Smith2019-04-231-1/+1
| | | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io>
| * Remove a few RFC referencesTim Smith2019-04-232-23/+22
| | | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io>
| * Document how we test / release ChefTim Smith2019-04-233-2/+43
| | | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io>
| * Fix an odd sentenceTim Smith2019-04-231-1/+1
| | | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io>
| * Copyedits, part 2Mary Jinglewski2019-04-239-148/+97
| | | | | | | | Signed-off-by: Mary Jinglewski <mjinglewski@chef.io>
| * Remove the double ofTim Smith2019-04-231-2/+2
| | | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io>
| * Remove audit mode exampleTim Smith2019-04-231-2/+1
| | | | | | | | | | | | Audit mode is no more Signed-off-by: Tim Smith <tsmith@chef.io>
| * Copyedits, part 1Mary Jinglewski2019-04-2315-87/+85
| | | | | | | | Signed-off-by: Mary Jinglewski <mjinglewski@chef.io>
| * Add more docs from the RFCsTim Smith2019-04-236-15/+859
| | | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io>
| * Rework the release schedule a bitTim Smith2019-04-231-14/+18
| | | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io>
| * Add release / support informationTim Smith2019-04-233-2/+76
| | | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io>
| * Add a link for active stateTim Smith2019-04-231-1/+1
| | | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io>
| * Fix formattingTim Smith2019-04-231-4/+7
| | | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io>
| * Further simplify the main readmeTim Smith2019-04-231-88/+8
| | | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io>
| * Simplify the issues sectionTim Smith2019-04-231-3/+1
| | | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io>
| * Add more design docs from the RFCsTim Smith2019-04-239-3/+429
| | | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io>
| * Add SLA information to the readmeTim Smith2019-04-231-0/+4
| | | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io>
| * Add additional dev docs from the RFC repoTim Smith2019-04-235-1/+767
| | | | | | | | | | | | These made sense to copy here Signed-off-by: Tim Smith <tsmith@chef.io>
| * Update codeowners for new groupTim Smith2019-04-231-4/+2
| | | | | | | | | | | | This implements our new project setup in which we have a reviewers group for each project. This group includes those in the "owner" group who are the maintainers of the Chef Infra project as a whole. Signed-off-by: Tim Smith <tsmith@chef.io>
| * More and expand more dev docsTim Smith2019-04-236-32/+47
| | | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io>
| * Add a readme for the dev docs and dep updating docsTim Smith2019-04-232-0/+29
| | | | | | | | | | | | Move the dep updating to it's own doc Signed-off-by: Tim Smith <tsmith@chef.io>
| * Condense the readme intro and rename things to Chef InfraTim Smith2019-04-231-22/+10
| | | | | | | | | | | | This condenses some repetitive statements geared towards end users down into a simple link to Learn Chef Rally. It also starts the process of calling things Chef Infra for consistency with marketing materials. Signed-off-by: Tim Smith <tsmith@chef.io>
| * Move design docs to their own directoryTim Smith2019-04-232-0/+0
| | | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io>
| * Move building and installing information to a dev docTim Smith2019-04-232-62/+46
| | | | | | | | | | | | We can expand upon this here with more information on setting up your workstation for development and creating the omnibus package. Signed-off-by: Tim Smith <tsmith@chef.io>
| * Remove the legacy maintainer filesTim Smith2019-04-235-691/+1
|/ | | | | | This process is being replaced with our new owners process as outlined in https://github.com/chef/chef-oss-practices Signed-off-by: Tim Smith <tsmith@chef.io>
* Bump version to 15.0.230 by Chef Expeditorv15.0.230Chef Expeditor2019-04-235-11/+12
| | | | Obvious fix; these changes are the result of automation not creative thinking.
* Merge pull request #8368 from cc-build/distro_identityTim Smith2019-04-2317-88/+114
|\ | | | | Add Chef::Dist to abstract branding details to a single location
| * applying requested fixesMarc Chamberland2019-04-233-5/+3
| | | | | | | | Signed-off-by: Marc Chamberland <mchamberland@pbsc.com>
| * reversing changes to knifeMarc Chamberland2019-04-193-19/+16
| | | | | | | | Signed-off-by: Marc Chamberland <mchamberland@pbsc.com>
| * addressing comments by coderangerMarc Chamberland2019-04-196-21/+21
| | | | | | | | Signed-off-by: Marc Chamberland <mchamberland@pbsc.com>
| * fixing testsMarc Chamberland2019-04-193-6/+6
| | | | | | | | Signed-off-by: Marc Chamberland <mchamberland@pbsc.com>
| * Replacing workmarks with distro constantsMarc Chamberland2019-04-1916-98/+129
| | | | | | | | Signed-off-by: Marc Chamberland <mchamberland@pbsc.com>
* | Bump version to 15.0.229 by Chef Expeditorv15.0.229Chef Expeditor2019-04-225-11/+12
| | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.