<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/ruby-gems/chef.git/tasks/bin, branch ruby_64</title>
<subtitle>github.com: opscode/chef.git
</subtitle>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/ruby-gems/chef.git/'/>
<entry>
<title>Use __dir__ instead of getting the dir of __FILE__</title>
<updated>2020-09-09T22:01:13+00:00</updated>
<author>
<name>Tim Smith</name>
<email>tsmith84@gmail.com</email>
</author>
<published>2020-09-09T06:57:36+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/ruby-gems/chef.git/commit/?id=bd6f49e04f56729853f54f2d2d94356edc2c6e8c'/>
<id>bd6f49e04f56729853f54f2d2d94356edc2c6e8c</id>
<content type='text'>
This is a bit easier to read

Signed-off-by: Tim Smith &lt;tsmith@chef.io&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This is a bit easier to read

Signed-off-by: Tim Smith &lt;tsmith@chef.io&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Speed up our bundle installs by always running 3 jobs</title>
<updated>2020-08-05T02:20:30+00:00</updated>
<author>
<name>Tim Smith</name>
<email>tsmith84@gmail.com</email>
</author>
<published>2020-08-05T02:20:30+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/ruby-gems/chef.git/commit/?id=aff5591ee445bccef79b89557840545ba4379d2c'/>
<id>aff5591ee445bccef79b89557840545ba4379d2c</id>
<content type='text'>
multi-job bundle install is the default in the next release, but for now
we should make sure we set it everywhere.

Signed-off-by: Tim Smith &lt;tsmith@chef.io&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
multi-job bundle install is the default in the next release, but for now
we should make sure we set it everywhere.

Signed-off-by: Tim Smith &lt;tsmith@chef.io&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>[FIX DEPRECATION] with_clean_env is deprecated</title>
<updated>2020-04-18T16:24:00+00:00</updated>
<author>
<name>Dan Webb</name>
<email>dan.webb@damacus.io</email>
</author>
<published>2020-04-18T16:19:38+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/ruby-gems/chef.git/commit/?id=3cb31bfb962a9d1c0075b4d62d540752dc9ff683'/>
<id>3cb31bfb962a9d1c0075b4d62d540752dc9ff683</id>
<content type='text'>
clean_env is now unbundled


Signed-off-by: Daniel Webb &lt;dan.webb@damacus.io&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
clean_env is now unbundled


Signed-off-by: Daniel Webb &lt;dan.webb@damacus.io&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Update docs for forking the stable branch</title>
<updated>2020-02-03T20:57:06+00:00</updated>
<author>
<name>Tim Smith</name>
<email>tsmith84@gmail.com</email>
</author>
<published>2020-02-03T20:57:06+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/ruby-gems/chef.git/commit/?id=5b06a6d96f8199f01a3ed7e01f4a5b86dc589c92'/>
<id>5b06a6d96f8199f01a3ed7e01f4a5b86dc589c92</id>
<content type='text'>
Make sure the external tests continue to work.

Signed-off-by: Tim Smith &lt;tsmith@chef.io&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Make sure the external tests continue to work.

Signed-off-by: Tim Smith &lt;tsmith@chef.io&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove Travis / Jenkins config / docs</title>
<updated>2019-07-31T23:52:20+00:00</updated>
<author>
<name>Tim Smith</name>
<email>tsmith84@gmail.com</email>
</author>
<published>2019-07-31T23:52:20+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/ruby-gems/chef.git/commit/?id=4791e41fdcdc68cdb1b47459f052a23e14ac00ef'/>
<id>4791e41fdcdc68cdb1b47459f052a23e14ac00ef</id>
<content type='text'>
Update some of our build docs to reflect the current process. Nuke the old Travis config. We're Buildkite + appveyor only at this point.

Signed-off-by: Tim Smith &lt;tsmith@chef.io&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Update some of our build docs to reflect the current process. Nuke the old Travis config. We're Buildkite + appveyor only at this point.

Signed-off-by: Tim Smith &lt;tsmith@chef.io&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Document what the run external command does</title>
<updated>2019-06-07T19:44:38+00:00</updated>
<author>
<name>Tim Smith</name>
<email>tsmith@chef.io</email>
</author>
<published>2019-06-07T19:44:38+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/ruby-gems/chef.git/commit/?id=89606ff480c2d34117173e1db2d1b2fd0c76cd97'/>
<id>89606ff480c2d34117173e1db2d1b2fd0c76cd97</id>
<content type='text'>
Help out anyone stumbling upon this to know the backstory

Signed-off-by: Tim Smith &lt;tsmith@chef.io&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Help out anyone stumbling upon this to know the backstory

Signed-off-by: Tim Smith &lt;tsmith@chef.io&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Adding in the license-acceptance flow</title>
<updated>2019-05-04T02:19:10+00:00</updated>
<author>
<name>tyler-ball</name>
<email>tball@chef.io</email>
</author>
<published>2018-12-19T23:17:14+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/ruby-gems/chef.git/commit/?id=b134493e65d73636d25aa569f9b77f9c0b4c3f88'/>
<id>b134493e65d73636d25aa569f9b77f9c0b4c3f88</id>
<content type='text'>
This adds a new feature to chef-client where users must accept the
EULA before using the product. Users can accept the license by
passing '--chef-license accept', setting ENV[CHEF_LICENSE]=accept or by
running 'chef-client' and following the interactive prompt.

Signed-off-by: tyler-ball &lt;tball@chef.io&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This adds a new feature to chef-client where users must accept the
EULA before using the product. Users can accept the license by
passing '--chef-license accept', setting ENV[CHEF_LICENSE]=accept or by
running 'chef-client' and following the interactive prompt.

Signed-off-by: tyler-ball &lt;tball@chef.io&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>add GEMFILE_MOD to pin ohai to github master</title>
<updated>2018-10-27T02:27:31+00:00</updated>
<author>
<name>Lamont Granquist</name>
<email>lamont@scriptkiddie.org</email>
</author>
<published>2018-10-27T02:27:31+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/ruby-gems/chef.git/commit/?id=ab4682a0b4b0bab39039c69161fa868b970802e0'/>
<id>ab4682a0b4b0bab39039c69161fa868b970802e0</id>
<content type='text'>
Signed-off-by: Lamont Granquist &lt;lamont@scriptkiddie.org&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Lamont Granquist &lt;lamont@scriptkiddie.org&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>test chef-zero against chef_fs in the chef/chef checkout</title>
<updated>2018-04-23T20:18:05+00:00</updated>
<author>
<name>Lamont Granquist</name>
<email>lamont@scriptkiddie.org</email>
</author>
<published>2018-04-23T20:16:52+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/ruby-gems/chef.git/commit/?id=e9cedd0d497812a5f481ec55c9096bd8ee2d2aae'/>
<id>e9cedd0d497812a5f481ec55c9096bd8ee2d2aae</id>
<content type='text'>
goes red because we're really red here

Signed-off-by: Lamont Granquist &lt;lamont@scriptkiddie.org&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
goes red because we're really red here

Signed-off-by: Lamont Granquist &lt;lamont@scriptkiddie.org&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Revert "splice git checkout of chef into external tests"</title>
<updated>2018-01-24T21:47:17+00:00</updated>
<author>
<name>Lamont Granquist</name>
<email>lamont@scriptkiddie.org</email>
</author>
<published>2018-01-24T21:47:17+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/ruby-gems/chef.git/commit/?id=998050f3114b71b9a01f8b0bfef01f12ce8c5c58'/>
<id>998050f3114b71b9a01f8b0bfef01f12ce8c5c58</id>
<content type='text'>
This reverts commit 2865ca316e5b9512ffd8a7d784355e469a115717.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This reverts commit 2865ca316e5b9512ffd8a7d784355e469a115717.
</pre>
</div>
</content>
</entry>
</feed>
