<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/ruby-gems/chef.git/spec/functional, branch ruby24</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>Merge pull request #5631 from chef/lcg/deprecate-chef-platform-methods</title>
<updated>2016-12-09T17:02:31+00:00</updated>
<author>
<name>Lamont Granquist</name>
<email>lamont@scriptkiddie.org</email>
</author>
<published>2016-12-09T17:02:31+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/ruby-gems/chef.git/commit/?id=9a67e8dea3d117b2abe097a82ddf8f3eaa3c4a38'/>
<id>9a67e8dea3d117b2abe097a82ddf8f3eaa3c4a38</id>
<content type='text'>
Properly deprecate old Chef::Platform methods</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Properly deprecate old Chef::Platform methods</pre>
</div>
</content>
</entry>
<entry>
<title>fix windows tests</title>
<updated>2016-12-08T23:38:16+00:00</updated>
<author>
<name>Lamont Granquist</name>
<email>lamont@scriptkiddie.org</email>
</author>
<published>2016-12-08T23:38:16+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/ruby-gems/chef.git/commit/?id=aec2017034bcf804430f941a0d41aba290459385'/>
<id>aec2017034bcf804430f941a0d41aba290459385</id>
<content type='text'>
dsc_script provider needs os defined.

Signed-off-by: Lamont Granquist &lt;lamont@scriptkiddie.org&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
dsc_script provider needs os defined.

Signed-off-by: Lamont Granquist &lt;lamont@scriptkiddie.org&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #5548 from chef/lcg/chefstyle-updates</title>
<updated>2016-12-07T09:44:16+00:00</updated>
<author>
<name>Thom May</name>
<email>thom@may.lt</email>
</author>
<published>2016-12-07T09:44:16+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/ruby-gems/chef.git/commit/?id=811cbff2baaf0c5f8ad78cbaf6e62db969842827'/>
<id>811cbff2baaf0c5f8ad78cbaf6e62db969842827</id>
<content type='text'>
Chefstyle updates</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Chefstyle updates</pre>
</div>
</content>
</entry>
<entry>
<title>Ensures correct version of shutdown is called when using the reboot resource on Windows (#5596)</title>
<updated>2016-12-06T22:19:20+00:00</updated>
<author>
<name>Christoph</name>
<email>cgriesshammer@gmail.com</email>
</author>
<published>2016-12-06T22:19:20+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/ruby-gems/chef.git/commit/?id=205eb04f3e50216d2e1014ffbe8545fba6868890'/>
<id>205eb04f3e50216d2e1014ffbe8545fba6868890</id>
<content type='text'>
Use a fixed path to shutdown.exe on windows in Chef::Platform::Rebooter, fixes #5594

Signed-off-by: Christoph Griesshammer &lt;cgriesshammer@gmail.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Use a fixed path to shutdown.exe on windows in Chef::Platform::Rebooter, fixes #5594

Signed-off-by: Christoph Griesshammer &lt;cgriesshammer@gmail.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>fix Style/SelfAssignment</title>
<updated>2016-12-06T21:08:26+00:00</updated>
<author>
<name>Lamont Granquist</name>
<email>lamont@scriptkiddie.org</email>
</author>
<published>2016-11-15T23:04:53+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/ruby-gems/chef.git/commit/?id=2e92c709459dffef54f9d671e10ec9a949a94962'/>
<id>2e92c709459dffef54f9d671e10ec9a949a94962</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>Ensure Access Controls on link resource</title>
<updated>2016-12-06T16:10:19+00:00</updated>
<author>
<name>Tom Duffield</name>
<email>tom@chef.io</email>
</author>
<published>2016-12-05T21:41:26+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/ruby-gems/chef.git/commit/?id=6dc4505bcb85cc0109ae3edeacd7bc898a8ae456'/>
<id>6dc4505bcb85cc0109ae3edeacd7bc898a8ae456</id>
<content type='text'>
When a link resource needs to change its destination, there was a bug in
the logic flow that would cause the access controls on the resulting
symlink to revert to the default access controls. This commit closes
that hole by re-evaluating the current access controls after creating
the new symlink.

Signed-off-by: Tom Duffield &lt;tom@chef.io&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
When a link resource needs to change its destination, there was a bug in
the logic flow that would cause the access controls on the resulting
symlink to revert to the default access controls. This commit closes
that hole by re-evaluating the current access controls after creating
the new symlink.

Signed-off-by: Tom Duffield &lt;tom@chef.io&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Using shell_out_with_timeout! to throw exception if the command fails.</title>
<updated>2016-11-23T13:16:02+00:00</updated>
<author>
<name>NimishaS</name>
<email>nimisha.sharad@msystechnologies.com</email>
</author>
<published>2016-11-18T14:03:34+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/ruby-gems/chef.git/commit/?id=ae19ad32028f77c14fae16869a63fc19d2d515d2'/>
<id>ae19ad32028f77c14fae16869a63fc19d2d515d2</id>
<content type='text'>
Hardcoded expand.exe path to avoid hitting gnu expand

Signed-off-by: NimishaS &lt;nimisha.sharad@msystechnologies.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Hardcoded expand.exe path to avoid hitting gnu expand

Signed-off-by: NimishaS &lt;nimisha.sharad@msystechnologies.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Only run msu_package functional tests on Appveyor</title>
<updated>2016-11-17T18:17:54+00:00</updated>
<author>
<name>Bryan McLellan</name>
<email>btm@loftninjas.org</email>
</author>
<published>2016-11-17T18:17:54+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/ruby-gems/chef.git/commit/?id=1da587b55ee258ec5cd18bab5b02077bf08f8385'/>
<id>1da587b55ee258ec5cd18bab5b02077bf08f8385</id>
<content type='text'>
Choosing an MSU that works on a system but shouldn't be installed is hard / impossible.

These tests work on appveyor but break the build in Jenkins. For now, let them just run on
appveyor.

Signed-off-by: Bryan McLellan &lt;btm@loftninjas.org&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Choosing an MSU that works on a system but shouldn't be installed is hard / impossible.

These tests work on appveyor but break the build in Jenkins. For now, let them just run on
appveyor.

Signed-off-by: Bryan McLellan &lt;btm@loftninjas.org&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>msu_package resource for Microsoft Update packages</title>
<updated>2016-11-16T10:04:58+00:00</updated>
<author>
<name>NimishaS</name>
<email>nimisha.sharad@msystechnologies.com</email>
</author>
<published>2016-10-07T09:01:00+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/ruby-gems/chef.git/commit/?id=767b66e13f2989693f7adf1b3cebed2e6da6a12d'/>
<id>767b66e13f2989693f7adf1b3cebed2e6da6a12d</id>
<content type='text'>
Signed-off-by: NimishaS &lt;nimisha.sharad@msystechnologies.com&gt;

Signed-off-by: NimishaS &lt;nimisha.sharad@msystechnologies.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: NimishaS &lt;nimisha.sharad@msystechnologies.com&gt;

Signed-off-by: NimishaS &lt;nimisha.sharad@msystechnologies.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>fixes Style/Semicolon cop</title>
<updated>2016-11-14T22:34:02+00:00</updated>
<author>
<name>Lamont Granquist</name>
<email>lamont@scriptkiddie.org</email>
</author>
<published>2016-11-14T22:34:02+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/ruby-gems/chef.git/commit/?id=f144a985e44a8f3acf0275eeeae6739de200d0f8'/>
<id>f144a985e44a8f3acf0275eeeae6739de200d0f8</id>
<content type='text'>
these all seem like useless uses of semicolons.

Signed-off-by: Lamont Granquist &lt;lamont@scriptkiddie.org&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
these all seem like useless uses of semicolons.

Signed-off-by: Lamont Granquist &lt;lamont@scriptkiddie.org&gt;
</pre>
</div>
</content>
</entry>
</feed>
