summaryrefslogtreecommitdiff
path: root/Rakefile
Commit message (Expand)AuthorAgeFilesLines
* Fixes to support unbundled rake uselcg/support-unbundled-rakeLamont Granquist2020-04-271-0/+5
* Templating powershell extensions to inject distro constantsMarc Chamberland2020-02-241-0/+9
* Don't ship the extra rake tasks in the gemTim Smith2019-11-151-4/+8
* Add chef-utils gem with various recipe DSL helpersLamont Granquist2019-11-081-3/+5
* Rework the docs.rb script as a Rake taskTim Smith2019-06-261-0/+1
* quote fix for chefstyleBryan McLellan2019-05-071-1/+1
* Accept-no-persist the license in the Rakefilelcg/rakefile-license-acceptLamont Granquist2019-05-061-0/+2
* Remove chef-* binstubs from chef gemLamont Granquist2019-04-291-0/+7
* Remove the legacy maintainer filesTim Smith2019-04-231-2/+1
* Remove the CBGBNathen Harvey2018-09-061-1/+0
* Merge pull request #7585 from chef/instructionsTim Smith2018-08-241-1/+1
|\
| * Update some build / updating instructions for developmentinstructionsTim Smith2018-08-241-1/+1
* | Simplify / fix our yard doc Rake taskTim Smith2018-08-231-10/+6
|/
* Build the appropriate chef gem on WindowsTim Smith2018-08-231-1/+3
* Fix a style issuekill_old_bumpsTim Smith2018-08-221-1/+1
* Make rake install install both chef and chef-configTim Smith2018-08-221-1/+10
* Add back the install tasksTim Smith2018-08-221-0/+2
* Remove the whole chef-config package task classTim Smith2018-08-221-8/+0
* Remove the rdoc taskTim Smith2018-08-221-1/+0
* Remove old version logic from the RakefileTim Smith2018-08-221-4/+1
* fix Style/MutableConstantLamont Granquist2018-07-021-1/+1
* Update Expeditor config to use new Merge and Artifact Actionstduffield/use-new-artifact-actionsTom Duffield2017-07-241-11/+0
* Don’t use VersionString in chef-config because it doesn’t have access to ...Noah Kantrowitz2017-05-251-0/+1
* Better handle version bumpingtduffield/update-version-bumpingTom Duffield2017-02-221-19/+1
* Make sure Dockerfile is kept up to dateTom Duffield2016-12-071-0/+9
* Add rake task for generator release annoucnementsTom Duffield2016-11-211-0/+1
* Add automation for bumping major/minor versionTom Duffield2016-11-091-0/+16
* small change to test bump botMatt Wrock2016-10-061-1/+1
* Do not use bundle install to update Gemfile.lock after version bumpjk/crazy-version-bumpJohn Keiser2016-06-171-2/+3
* Don't use berks when bumping version--can't possibly change.jk/version-without-berksJohn Keiser2016-04-181-3/+1
* Make gemfile_util capable of copying groups overJohn Keiser2016-04-181-1/+3
* Simplify external tests and make them work with Gemfile.lockJohn Keiser2016-04-181-14/+1
* Pin everything down with Gemfile.lock, add rake dependencies to updateJohn Keiser2016-04-181-0/+3
* Require chef/version since it's used herejk/require-what-you-useJohn Keiser2016-03-291-0/+1
* guard against changelog generator not being installedtm/option_changelog_generatorThom May2016-03-031-6/+10
* release 12.8.0 changelogmw/version-bumpMatt Wrock2016-03-021-0/+9
* autofixing whitespace copsLamont Granquist2016-02-051-1/+0
* Update all auth email address from opscode.com and getchef.com to chef.io.Noah Kantrowitz2016-02-021-2/+2
* Replace all Opscode copyrights with Chef Software.Noah Kantrowitz2016-02-021-1/+1
* Copyright year update for 2016 and massive cleanup.Noah Kantrowitz2016-02-021-1/+1
* Add CBGB to the repositoryNathen Harvey2016-01-211-0/+1
* rescue the right exceptionlcg/optional-chefstyleLamont Granquist2016-01-141-1/+1
* make chefstyle optionalLamont Granquist2016-01-141-4/+8
* Use double quotes by defaultThom May2016-01-141-14/+14
* Per RFC 64, do style checking of the Chef repoThom May2016-01-121-0/+7
* Run pedant from chef-zero directly instead of having our ownJohn Keiser2015-11-181-4/+1
* Refactor chef's Rakefile to a task.Kartik Null Cating-Subramanian2015-08-251-110/+4
* Generate a text version of MAINTAINERSThom May2015-06-091-0/+1
* Run `gem install` tasks w/o bundler's envdanielsdeleo2015-05-291-1/+11
* Update rake tasks for componentizationdanielsdeleo2015-05-201-5/+83