<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/bundler.git/Rakefile, branch parallelize_again</title>
<subtitle>github.com: bundler/bundler.git
</subtitle>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/bundler.git/'/>
<entry>
<title>Remove unused rake task</title>
<updated>2020-01-07T01:05:24+00:00</updated>
<author>
<name>David Rodríguez</name>
<email>deivid.rodriguez@riseup.net</email>
</author>
<published>2020-01-07T01:05:24+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/bundler.git/commit/?id=24350bf48d77dae3da0c8e168baaa4987af1c984'/>
<id>24350bf48d77dae3da0c8e168baaa4987af1c984</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Kill `spec:travis`</title>
<updated>2020-01-07T01:03:35+00:00</updated>
<author>
<name>David Rodríguez</name>
<email>deivid.rodriguez@riseup.net</email>
</author>
<published>2020-01-06T23:03:05+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/bundler.git/commit/?id=5af044aeaec900a1457f8797322f0a9419774d84'/>
<id>5af044aeaec900a1457f8797322f0a9419774d84</id>
<content type='text'>
It overcomplicates things.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
It overcomplicates things.
</pre>
</div>
</content>
</entry>
<entry>
<title>Use the same value to activate all test env variables</title>
<updated>2020-01-07T01:02:36+00:00</updated>
<author>
<name>David Rodríguez</name>
<email>deivid.rodriguez@riseup.net</email>
</author>
<published>2020-01-07T01:02:36+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/bundler.git/commit/?id=28f39e0deed1ffdac7d1f99389848995fca3aa43'/>
<id>28f39e0deed1ffdac7d1f99389848995fca3aa43</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Split test gem installation to a separate task</title>
<updated>2020-01-07T00:56:12+00:00</updated>
<author>
<name>David Rodríguez</name>
<email>deivid.rodriguez@riseup.net</email>
</author>
<published>2020-01-06T22:16:10+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/bundler.git/commit/?id=0df849428348df13c3af94b427c388bc0689e368'/>
<id>0df849428348df13c3af94b427c388bc0689e368</id>
<content type='text'>
We run into a race condition when testing in parallel when all
processors install test gems to their test folder (due to shared gem
cache). So I figure we can instead run this setup sequentially
beforehand.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
We run into a race condition when testing in parallel when all
processors install test gems to their test folder (due to shared gem
cache). So I figure we can instead run this setup sequentially
beforehand.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix test issue when using `rubygems-bundler` gem</title>
<updated>2019-12-19T15:33:10+00:00</updated>
<author>
<name>David Rodríguez</name>
<email>deivid.rodriguez@riseup.net</email>
</author>
<published>2019-12-19T14:56:15+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/bundler.git/commit/?id=fac95ee36d209263b8ff15eaa022d9cc9ca2125a'/>
<id>fac95ee36d209263b8ff15eaa022d9cc9ca2125a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Do extra root setup only when needed</title>
<updated>2019-12-18T20:39:00+00:00</updated>
<author>
<name>David Rodríguez</name>
<email>deivid.rodriguez@riseup.net</email>
</author>
<published>2019-11-22T17:29:38+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/bundler.git/commit/?id=6ee2f75a75b31fc8c65e55e33778486b844e3166'/>
<id>6ee2f75a75b31fc8c65e55e33778486b844e3166</id>
<content type='text'>
Regular builds shouldn't need any extra configuration deviating from a
standard ubuntu setup.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Regular builds shouldn't need any extra configuration deviating from a
standard ubuntu setup.
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove unnecessary setup</title>
<updated>2019-12-18T20:36:27+00:00</updated>
<author>
<name>David Rodríguez</name>
<email>deivid.rodriguez@riseup.net</email>
</author>
<published>2019-11-22T17:29:13+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/bundler.git/commit/?id=56aa17c5a7c574f5aa360b4840a2ffc08395b8b2'/>
<id>56aa17c5a7c574f5aa360b4840a2ffc08395b8b2</id>
<content type='text'>
That version of groff is already installed.

As a result, the previous `apt-get update` is not needed either.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
That version of groff is already installed.

As a result, the previous `apt-get update` is not needed either.
</pre>
</div>
</content>
</entry>
<entry>
<title>Add compatibility methods for `rubygems-bundler` gem</title>
<updated>2019-12-17T17:41:12+00:00</updated>
<author>
<name>David Rodríguez</name>
<email>deivid.rodriguez@riseup.net</email>
</author>
<published>2019-12-17T11:11:24+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/bundler.git/commit/?id=a9e819aa5a4021c8e29dcdc8da3aae34963bdbfe'/>
<id>a9e819aa5a4021c8e29dcdc8da3aae34963bdbfe</id>
<content type='text'>
Hopefully `rvm` won't install this gem by default, but for now
I'm adding the following two methods for compatibility with it.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Hopefully `rvm` won't install this gem by default, but for now
I'm adding the following two methods for compatibility with it.
</pre>
</div>
</content>
</entry>
<entry>
<title>Avoid some redefinition warnings</title>
<updated>2019-12-17T16:28:11+00:00</updated>
<author>
<name>David Rodríguez</name>
<email>deivid.rodriguez@riseup.net</email>
</author>
<published>2019-12-17T11:42:06+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/bundler.git/commit/?id=a03dd65152775c93e939aedff58c09827d72357f'/>
<id>a03dd65152775c93e939aedff58c09827d72357f</id>
<content type='text'>
Sometimes `rake` will load the default version of `bundler` and then the
`Rakefile` will change the LOAD_PATH and require the same code again
using the version of `bundler` in `lib`.

The only `bundler` code that gets used by the `Rakefile` is
`bundler/gem_tasks`. This is used, for example, for releasing. I think
it's fine to use an installed version of `bundler` for this in any
case.,
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Sometimes `rake` will load the default version of `bundler` and then the
`Rakefile` will change the LOAD_PATH and require the same code again
using the version of `bundler` in `lib`.

The only `bundler` code that gets used by the `Rakefile` is
`bundler/gem_tasks`. This is used, for example, for releasing. I think
it's fine to use an installed version of `bundler` for this in any
case.,
</pre>
</div>
</content>
</entry>
<entry>
<title>Vendorize "uri" library</title>
<updated>2019-12-08T13:32:00+00:00</updated>
<author>
<name>David Rodríguez</name>
<email>deivid.rodriguez@riseup.net</email>
</author>
<published>2019-11-26T10:44:18+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/bundler.git/commit/?id=8f80bdaf8ddd04c5004b283b22938d262f25a500'/>
<id>8f80bdaf8ddd04c5004b283b22938d262f25a500</id>
<content type='text'>
We vendorize it as a dependency of `net-http-persistent`, so usages
inside `net-http-persistent` get automatically replaced by `automatiek`.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
We vendorize it as a dependency of `net-http-persistent`, so usages
inside `net-http-persistent` get automatically replaced by `automatiek`.
</pre>
</div>
</content>
</entry>
</feed>
