<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/ruby-gems/chef.git/scripts, branch lcg/remove-useless-code</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>only install hab 0.85 if not already installed</title>
<updated>2019-11-01T18:22:33+00:00</updated>
<author>
<name>Robb Kidd</name>
<email>robb@thekidds.org</email>
</author>
<published>2019-10-31T00:59:37+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/ruby-gems/chef.git/commit/?id=a5135ad9ac60c6f1620f92cb6bd1321641c14dbc'/>
<id>a5135ad9ac60c6f1620f92cb6bd1321641c14dbc</id>
<content type='text'>
Signed-off-by: Robb Kidd &lt;robb@thekidds.org&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Robb Kidd &lt;robb@thekidds.org&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>add tests for the Windows habitat plan</title>
<updated>2019-11-01T18:22:33+00:00</updated>
<author>
<name>Robb Kidd</name>
<email>rkidd@chef.io</email>
</author>
<published>2019-10-08T17:49:19+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/ruby-gems/chef.git/commit/?id=6dad9e3243cc8fffba58476040c1534e72d90345'/>
<id>6dad9e3243cc8fffba58476040c1534e72d90345</id>
<content type='text'>
Adds a test PowersShell script to habitat/tests/ to run some simple
tests on executable version output and then run the functional specs
suite like the omnibus_test script does.

scripts/ci/verify-plan.ps1 will perform a throwaway build of
the plan under a "ci" origin and then run the test script upon the built
package.

The habitat/verify pipeline was updated to run the verify-plan.ps1 script.

Signed-off-by: Robb Kidd &lt;robb@thekidds.org&gt;

add Windows plan verification to verify-hab pipeline

Signed-off-by: Robb Kidd &lt;robb@thekidds.org&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Adds a test PowersShell script to habitat/tests/ to run some simple
tests on executable version output and then run the functional specs
suite like the omnibus_test script does.

scripts/ci/verify-plan.ps1 will perform a throwaway build of
the plan under a "ci" origin and then run the test script upon the built
package.

The habitat/verify pipeline was updated to run the verify-plan.ps1 script.

Signed-off-by: Robb Kidd &lt;robb@thekidds.org&gt;

add Windows plan verification to verify-hab pipeline

Signed-off-by: Robb Kidd &lt;robb@thekidds.org&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Bump Ruby to 2.6.5 to address CVEs #8951</title>
<updated>2019-10-03T00:14:39+00:00</updated>
<author>
<name>Christopher A. Snapp</name>
<email>csnapp@chef.io</email>
</author>
<published>2019-10-03T00:08:07+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/ruby-gems/chef.git/commit/?id=4893b4e4e205c3a17c562dc5ec18c30c5f3116a1'/>
<id>4893b4e4e205c3a17c562dc5ec18c30c5f3116a1</id>
<content type='text'>
Signed-off-by: Christopher A. Snapp &lt;csnapp@chef.io&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Christopher A. Snapp &lt;csnapp@chef.io&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Avoid rake failures in the test kitchen tests</title>
<updated>2019-09-30T19:28:22+00:00</updated>
<author>
<name>Tim Smith</name>
<email>tsmith84@gmail.com</email>
</author>
<published>2019-09-30T18:22:43+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/ruby-gems/chef.git/commit/?id=a5f31197f47283e7b808fca8442b10439332457b'/>
<id>a5f31197f47283e7b808fca8442b10439332457b</id>
<content type='text'>
Also skip the docs installs here to speed things up

Signed-off-by: Tim Smith &lt;tsmith@chef.io&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Also skip the docs installs here to speed things up

Signed-off-by: Tim Smith &lt;tsmith@chef.io&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix Windows Integration and Functional tests for BK</title>
<updated>2019-09-27T19:03:34+00:00</updated>
<author>
<name>Jaymala Sinha</name>
<email>jsinha@chef.io</email>
</author>
<published>2019-09-27T19:03:34+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/ruby-gems/chef.git/commit/?id=9c3fe7b43ac95e0392bf62ef5930b117c7903ae1'/>
<id>9c3fe7b43ac95e0392bf62ef5930b117c7903ae1</id>
<content type='text'>
* Use default windows 2019 image
* Skip 8dot3name tests as default disabled on 2019
* Use windows privileged executor for functional tests
* Use windows docker image for chocolatey tests

Signed-off-by: Jaymala Sinha &lt;jsinha@chef.io&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Use default windows 2019 image
* Skip 8dot3name tests as default disabled on 2019
* Use windows privileged executor for functional tests
* Use windows docker image for chocolatey tests

Signed-off-by: Jaymala Sinha &lt;jsinha@chef.io&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Run windows verification in powershell</title>
<updated>2019-09-05T16:35:29+00:00</updated>
<author>
<name>Jaymala Sinha</name>
<email>jsinha@chef.io</email>
</author>
<published>2019-09-03T18:06:49+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/ruby-gems/chef.git/commit/?id=591cdb62ab7e7a2088c8340132b9da8dd60b6664'/>
<id>591cdb62ab7e7a2088c8340132b9da8dd60b6664</id>
<content type='text'>
Signed-off-by: Jaymala Sinha &lt;jsinha@chef.io&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Jaymala Sinha &lt;jsinha@chef.io&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Don't create interfaces.d anymore</title>
<updated>2019-06-09T07:16:51+00:00</updated>
<author>
<name>Tim Smith</name>
<email>tsmith@chef.io</email>
</author>
<published>2019-06-09T07:16:51+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/ruby-gems/chef.git/commit/?id=27ffef8861e7fe44797533b8eef292c0b9d60fe1'/>
<id>27ffef8861e7fe44797533b8eef292c0b9d60fe1</id>
<content type='text'>
It's in the container now

Signed-off-by: Tim Smith &lt;tsmith@chef.io&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
It's in the container now

Signed-off-by: Tim Smith &lt;tsmith@chef.io&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Don't install net-tools on opensuse</title>
<updated>2019-06-09T05:19:28+00:00</updated>
<author>
<name>Tim Smith</name>
<email>tsmith@chef.io</email>
</author>
<published>2019-06-09T05:12:52+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/ruby-gems/chef.git/commit/?id=136971c5975251d7cb5b060dcacd2565bd7eab26'/>
<id>136971c5975251d7cb5b060dcacd2565bd7eab26</id>
<content type='text'>
Signed-off-by: Tim Smith &lt;tsmith@chef.io&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Tim Smith &lt;tsmith@chef.io&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Make sure we have the interfaces.d directory on Ubuntu</title>
<updated>2019-06-09T04:56:43+00:00</updated>
<author>
<name>Tim Smith</name>
<email>tsmith@chef.io</email>
</author>
<published>2019-06-09T04:56:43+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/ruby-gems/chef.git/commit/?id=404c18b448bf5491a32b7c7e0c6c42bc83fee037'/>
<id>404c18b448bf5491a32b7c7e0c6c42bc83fee037</id>
<content type='text'>
Signed-off-by: Tim Smith &lt;tsmith@chef.io&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Tim Smith &lt;tsmith@chef.io&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove package install that's in the container now</title>
<updated>2019-06-09T02:20:45+00:00</updated>
<author>
<name>Tim Smith</name>
<email>tsmith@chef.io</email>
</author>
<published>2019-06-09T02:20:45+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/ruby-gems/chef.git/commit/?id=f9a8ae903ce93e13c56a7aceeb99df387244334c'/>
<id>f9a8ae903ce93e13c56a7aceeb99df387244334c</id>
<content type='text'>
This should speed things up a bit

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

Signed-off-by: Tim Smith &lt;tsmith@chef.io&gt;
</pre>
</div>
</content>
</entry>
</feed>
