<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/ruby-gems/chef.git/spec/unit/resource/apt_update_spec.rb, branch https</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>Remove copyright dates</title>
<updated>2020-04-13T22:47:17+00:00</updated>
<author>
<name>Lamont Granquist</name>
<email>lamont@scriptkiddie.org</email>
</author>
<published>2020-04-13T22:21:45+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/ruby-gems/chef.git/commit/?id=4d3b847aee1b917bb139862c623e9633d180fb31'/>
<id>4d3b847aee1b917bb139862c623e9633d180fb31</id>
<content type='text'>
Legally incredibly dubious, particularly since we don't follow it
strictly as policy, and we have git history instead, which does it right.
This is just a waste of time and a cargo cult.

Signed-off-by: Lamont Granquist &lt;lamont@scriptkiddie.org&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Legally incredibly dubious, particularly since we don't follow it
strictly as policy, and we have git history instead, which does it right.
This is just a waste of time and a cargo cult.

Signed-off-by: Lamont Granquist &lt;lamont@scriptkiddie.org&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>WIP: Chef-16 resource cleanup + unified_mode (#9174)</title>
<updated>2020-01-21T20:14:50+00:00</updated>
<author>
<name>Lamont Granquist</name>
<email>lamont@chef.io</email>
</author>
<published>2020-01-21T20:14:50+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/ruby-gems/chef.git/commit/?id=d8cc0b16b732be66d98a7bb893f3a889b086d6c2'/>
<id>d8cc0b16b732be66d98a7bb893f3a889b086d6c2</id>
<content type='text'>
* Chef-16 resource cleanup + unified_mode

Signed-off-by: Lamont Granquist &lt;lamont@scriptkiddie.org&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Chef-16 resource cleanup + unified_mode

Signed-off-by: Lamont Granquist &lt;lamont@scriptkiddie.org&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Add additional resource specs</title>
<updated>2018-05-16T22:45:33+00:00</updated>
<author>
<name>Tim Smith</name>
<email>tsmith@chef.io</email>
</author>
<published>2018-05-16T19:48:05+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/ruby-gems/chef.git/commit/?id=69687a927da48b169262e3b961fd2c12e6723574'/>
<id>69687a927da48b169262e3b961fd2c12e6723574</id>
<content type='text'>
Auto generated from the resource inspector

Signed-off-by: Tim Smith &lt;tsmith@chef.io&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Auto generated from the resource inspector

Signed-off-by: Tim Smith &lt;tsmith@chef.io&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove useless class tests and cleanup specs</title>
<updated>2018-01-20T19:54:55+00:00</updated>
<author>
<name>Tim Smith</name>
<email>tsmith@chef.io</email>
</author>
<published>2018-01-20T19:36:38+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/ruby-gems/chef.git/commit/?id=bd666217aaf590f75b6f9d01a9b77867d2de4119'/>
<id>bd666217aaf590f75b6f9d01a9b77867d2de4119</id>
<content type='text'>
We create the class then instantly check that it's exactly what we created. There's not much value in that. This also converts more things over to let.

Signed-off-by: Tim Smith &lt;tsmith@chef.io&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
We create the class then instantly check that it's exactly what we created. There's not much value in that. This also converts more things over to let.

Signed-off-by: Tim Smith &lt;tsmith@chef.io&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Replace which apt-get check with simple debian check in apt resources</title>
<updated>2017-09-15T01:50:53+00:00</updated>
<author>
<name>Tim Smith</name>
<email>tsmith@chef.io</email>
</author>
<published>2017-09-15T01:08:23+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/ruby-gems/chef.git/commit/?id=114c7786670c180c15cfc152432a7df1c0b1fc52'/>
<id>114c7786670c180c15cfc152432a7df1c0b1fc52</id>
<content type='text'>
apt-get is a link to yast2 in suse so these resources fire there when someone wouldn't expect them to. Looking back we probably should have skipped the whole platform based no-op thing, but that ship sailed. This makes it behave the way a user would expect it to. What happens if you have apt compiled on your gentoo box? Well it's going to break. We'll just have to live with fixing it for 99.99% of users instead of the current 95%. Also: This is faster.

Signed-off-by: Tim Smith &lt;tsmith@chef.io&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
apt-get is a link to yast2 in suse so these resources fire there when someone wouldn't expect them to. Looking back we probably should have skipped the whole platform based no-op thing, but that ship sailed. This makes it behave the way a user would expect it to. What happens if you have apt compiled on your gentoo box? Well it's going to break. We'll just have to live with fixing it for 99.99% of users instead of the current 95%. Also: This is faster.

Signed-off-by: Tim Smith &lt;tsmith@chef.io&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Prevent apt_update failures on non-Linux platforms</title>
<updated>2016-11-07T22:22:33+00:00</updated>
<author>
<name>Tim Smith</name>
<email>tsmith@chef.io</email>
</author>
<published>2016-11-07T22:22:33+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/ruby-gems/chef.git/commit/?id=b24a63950c48c39a64707b127849220a64e8b8ee'/>
<id>b24a63950c48c39a64707b127849220a64e8b8ee</id>
<content type='text'>
We 1/2 wired up the noop functionality, but specifying that we only provided the resource on Linux caused that code to never run.

This prevents this sort of error on non-Linux platforms:

```
Cannot find a resource for apt_update on windows version 6.3.9600
```

Signed-off-by: Tim Smith &lt;tsmith@chef.io&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
We 1/2 wired up the noop functionality, but specifying that we only provided the resource on Linux caused that code to never run.

This prevents this sort of error on non-Linux platforms:

```
Cannot find a resource for apt_update on windows version 6.3.9600
```

Signed-off-by: Tim Smith &lt;tsmith@chef.io&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Test apt_update on non-linux behavior</title>
<updated>2016-09-14T21:00:41+00:00</updated>
<author>
<name>Tim Smith</name>
<email>tsmith@chef.io</email>
</author>
<published>2016-09-14T21:00:41+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/ruby-gems/chef.git/commit/?id=a15331a44d3fe1885c4c787055cba4d2e424e6c6'/>
<id>a15331a44d3fe1885c4c787055cba4d2e424e6c6</id>
<content type='text'>
Make sure on non-linux without running which we still end up with a no-op

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 on non-linux without running which we still end up with a no-op

Signed-off-by: Tim Smith &lt;tsmith@chef.io&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Create and delete yum repositories</title>
<updated>2016-08-24T09:17:12+00:00</updated>
<author>
<name>Thom May</name>
<email>thom@chef.io</email>
</author>
<published>2016-08-10T09:58:28+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/ruby-gems/chef.git/commit/?id=62c04b47128009f80024226b1eb75a9f9f9db8c9'/>
<id>62c04b47128009f80024226b1eb75a9f9f9db8c9</id>
<content type='text'>
Signed-off-by: Thom May &lt;thom@may.lt&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Thom May &lt;thom@may.lt&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>add tests for nooping</title>
<updated>2016-08-05T18:47:58+00:00</updated>
<author>
<name>Lamont Granquist</name>
<email>lamont@scriptkiddie.org</email>
</author>
<published>2016-08-05T18:47:58+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/ruby-gems/chef.git/commit/?id=332e3f62f3840b838c54bbca03343680781fdb96'/>
<id>332e3f62f3840b838c54bbca03343680781fdb96</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>fix style nit</title>
<updated>2016-01-22T09:44:05+00:00</updated>
<author>
<name>Thom May</name>
<email>thom@chef.io</email>
</author>
<published>2016-01-22T09:44:05+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/ruby-gems/chef.git/commit/?id=3bf45a67e60d1081d4288bb01d0f2fc944ed8ca7'/>
<id>3bf45a67e60d1081d4288bb01d0f2fc944ed8ca7</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
