<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/ruby-gems/chef.git/ci, branch handler_resource</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>Kill any orphaned tests</title>
<updated>2018-02-20T19:59:48+00:00</updated>
<author>
<name>Scott Hain</name>
<email>shain@chef.io</email>
</author>
<published>2018-02-15T19:55:21+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/ruby-gems/chef.git/commit/?id=ea5ca5745a6c3dfa597a2d7655b96ffdbdef35da'/>
<id>ea5ca5745a6c3dfa597a2d7655b96ffdbdef35da</id>
<content type='text'>
Signed-off-by: Scott Hain &lt;shain@chef.io&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Scott Hain &lt;shain@chef.io&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Force deletion of tmpdir with sudo</title>
<updated>2018-01-16T22:24:20+00:00</updated>
<author>
<name>Scott Hain</name>
<email>shain@chef.io</email>
</author>
<published>2018-01-16T22:24:20+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/ruby-gems/chef.git/commit/?id=633c4fbd829ca9ecea4b06a7e288da1444cc6d60'/>
<id>633c4fbd829ca9ecea4b06a7e288da1444cc6d60</id>
<content type='text'>
This makes sure we don't fail on the very slim chance that an OS generated file (lookin' at you, AIX) ends up in this directory and blocks deletion.

Signed-off-by: Scott Hain &lt;shain@chef.io&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This makes sure we don't fail on the very slim chance that an OS generated file (lookin' at you, AIX) ends up in this directory and blocks deletion.

Signed-off-by: Scott Hain &lt;shain@chef.io&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>remove bundle_install.sh</title>
<updated>2017-05-10T16:48:32+00:00</updated>
<author>
<name>Lamont Granquist</name>
<email>lamont@scriptkiddie.org</email>
</author>
<published>2017-05-10T16:48:32+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/ruby-gems/chef.git/commit/?id=153d49a0e5d3d6d7ec501dc2a42e1281ca16be71'/>
<id>153d49a0e5d3d6d7ec501dc2a42e1281ca16be71</id>
<content type='text'>
doesn't matter, and if it did we should use the actual bundler
trampolining.

Signed-off-by: Lamont Granquist &lt;lamont@scriptkiddie.org&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
doesn't matter, and if it did we should use the actual bundler
trampolining.

Signed-off-by: Lamont Granquist &lt;lamont@scriptkiddie.org&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>add note to hack</title>
<updated>2017-05-09T17:23:40+00:00</updated>
<author>
<name>Lamont Granquist</name>
<email>lamont@scriptkiddie.org</email>
</author>
<published>2017-05-09T17:23:40+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/ruby-gems/chef.git/commit/?id=f3bcce215fc360164874a18b0b15cf1c10d340fe'/>
<id>f3bcce215fc360164874a18b0b15cf1c10d340fe</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>simplify omnibus config and greenify builds again</title>
<updated>2017-05-09T17:16:36+00:00</updated>
<author>
<name>Lamont Granquist</name>
<email>lamont@scriptkiddie.org</email>
</author>
<published>2017-05-09T16:39:23+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/ruby-gems/chef.git/commit/?id=1b1a8b34c872bc55f2acf77e44ac70e6e1efcab7'/>
<id>1b1a8b34c872bc55f2acf77e44ac70e6e1efcab7</id>
<content type='text'>
this is also necessary for bundler-1.14.x

i'm still not entirely clear why we ever needed all the fussy software gem
configs or what the build-chef / build-chef-gem infrastructure ever
did for us.  it seems to have been mostly micro-optimization around
building the software gems before bundle installing the project in order
to take advantage of git caching.  i aggressively don't care about that,
this is quite fast enough.  we can install nokogiri and libgecode early
and that should take care of 98% of the build optimization issue.

Signed-off-by: Lamont Granquist &lt;lamont@scriptkiddie.org&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
this is also necessary for bundler-1.14.x

i'm still not entirely clear why we ever needed all the fussy software gem
configs or what the build-chef / build-chef-gem infrastructure ever
did for us.  it seems to have been mostly micro-optimization around
building the software gems before bundle installing the project in order
to take advantage of git caching.  i aggressively don't care about that,
this is quite fast enough.  we can install nokogiri and libgecode early
and that should take care of 98% of the build optimization issue.

Signed-off-by: Lamont Granquist &lt;lamont@scriptkiddie.org&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Don't futz with bundle config</title>
<updated>2017-04-28T07:50:02+00:00</updated>
<author>
<name>Thom May</name>
<email>thom@chef.io</email>
</author>
<published>2017-04-28T07:41:34+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/ruby-gems/chef.git/commit/?id=b9bdb2591939a900b10eeb910de2ee387ab8a3ac'/>
<id>b9bdb2591939a900b10eeb910de2ee387ab8a3ac</id>
<content type='text'>
Signed-off-by: Thom May &lt;thom@chef.io&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Thom May &lt;thom@chef.io&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Replace changelog group with ci group</title>
<updated>2017-03-07T18:33:43+00:00</updated>
<author>
<name>Tom Duffield</name>
<email>tom@chef.io</email>
</author>
<published>2017-03-07T18:33:43+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/ruby-gems/chef.git/commit/?id=a1d4982148220f71bf30f5d7b2a66dd5a29beee7'/>
<id>a1d4982148220f71bf30f5d7b2a66dd5a29beee7</id>
<content type='text'>
Signed-off-by: Tom Duffield &lt;tom@chef.io&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Tom Duffield &lt;tom@chef.io&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Better handle version bumping</title>
<updated>2017-02-22T19:04:14+00:00</updated>
<author>
<name>Tom Duffield</name>
<email>tom@chef.io</email>
</author>
<published>2017-02-11T03:35:14+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/ruby-gems/chef.git/commit/?id=ef38cd3691bf3ecd08cd88c83b41611ebf95cd7e'/>
<id>ef38cd3691bf3ecd08cd88c83b41611ebf95cd7e</id>
<content type='text'>
Signed-off-by: Tom Duffield &lt;tom@chef.io&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Tom Duffield &lt;tom@chef.io&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Bundle with changelog group for version bump</title>
<updated>2017-02-10T17:10:37+00:00</updated>
<author>
<name>Tom Duffield</name>
<email>tom@chef.io</email>
</author>
<published>2017-02-10T17:10:37+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/ruby-gems/chef.git/commit/?id=e358aa2d288ad9eff627ad97c8d84c72882e0bd0'/>
<id>e358aa2d288ad9eff627ad97c8d84c72882e0bd0</id>
<content type='text'>
Signed-off-by: Tom Duffield &lt;tom@chef.io&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Tom Duffield &lt;tom@chef.io&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Make it so you can actually run rake:dependencies locally</title>
<updated>2017-02-10T00:54:17+00:00</updated>
<author>
<name>Tom Duffield</name>
<email>tom@chef.io</email>
</author>
<published>2017-02-10T00:52:41+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/ruby-gems/chef.git/commit/?id=87237af12641de0f7c8db57640617d2ff8e8ee5a'/>
<id>87237af12641de0f7c8db57640617d2ff8e8ee5a</id>
<content type='text'>
Signed-off-by: Tom Duffield &lt;tom@chef.io&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Tom Duffield &lt;tom@chef.io&gt;
</pre>
</div>
</content>
</entry>
</feed>
