<feed xmlns='http://www.w3.org/2005/Atom'>
<title>rebar3.git/bootstrap, branch master</title>
<subtitle>Clone of https://github.com/erlang/rebar3</subtitle>
<link rel='alternate' type='text/html' href='https://git-prod-1.sunet.se/rebar3.git/'/>
<entry>
<title>Handle missing OTP apps better</title>
<updated>2019-10-11T20:56:18+00:00</updated>
<author>
<name>Fred Hebert</name>
<email>mononcqc@ferd.ca</email>
</author>
<published>2019-10-11T20:56:18+00:00</published>
<link rel='alternate' type='text/html' href='https://git-prod-1.sunet.se/rebar3.git/commit/?id=fefa3bfebb38327706c8c47ddbd5d84d8fb26ef6'/>
<id>fefa3bfebb38327706c8c47ddbd5d84d8fb26ef6</id>
<content type='text'>
Otherwise we only get silent failures. This has been fixed a while ago
in mainline rebar3 but never in the bootstrap script.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Otherwise we only get silent failures. This has been fixed a while ago
in mainline rebar3 but never in the bootstrap script.
</pre>
</div>
</content>
</entry>
<entry>
<title>Bump to 3.12.0</title>
<updated>2019-08-21T15:33:38+00:00</updated>
<author>
<name>Tristan Sloughter</name>
<email>t@crashfast.com</email>
</author>
<published>2019-08-21T15:33:38+00:00</published>
<link rel='alternate' type='text/html' href='https://git-prod-1.sunet.se/rebar3.git/commit/?id=6cf8f2633d1e9e2d1f4c61ab450b57390da8cf66'/>
<id>6cf8f2633d1e9e2d1f4c61ab450b57390da8cf66</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Bump to 3.11.1</title>
<updated>2019-06-01T15:41:49+00:00</updated>
<author>
<name>Tristan Sloughter</name>
<email>t@crashfast.com</email>
</author>
<published>2019-06-01T15:41:49+00:00</published>
<link rel='alternate' type='text/html' href='https://git-prod-1.sunet.se/rebar3.git/commit/?id=2d63f7d273ab9965a70019e1dd94a11a632247b3'/>
<id>2d63f7d273ab9965a70019e1dd94a11a632247b3</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Bump to 3.11.0</title>
<updated>2019-05-30T14:00:22+00:00</updated>
<author>
<name>Tristan Sloughter</name>
<email>t@crashfast.com</email>
</author>
<published>2019-05-30T14:00:22+00:00</published>
<link rel='alternate' type='text/html' href='https://git-prod-1.sunet.se/rebar3.git/commit/?id=0860d9f9f345574ee46e43379a2bc10e6ac521a3'/>
<id>0860d9f9f345574ee46e43379a2bc10e6ac521a3</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Bump to 3.10.0</title>
<updated>2019-04-16T14:16:21+00:00</updated>
<author>
<name>Tristan Sloughter</name>
<email>t@crashfast.com</email>
</author>
<published>2019-04-16T14:01:12+00:00</published>
<link rel='alternate' type='text/html' href='https://git-prod-1.sunet.se/rebar3.git/commit/?id=25661c94503b829c1909593509b52a23c7c025f3'/>
<id>25661c94503b829c1909593509b52a23c7c025f3</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Bump to 3.9.1</title>
<updated>2019-03-14T15:33:10+00:00</updated>
<author>
<name>Fred Hebert</name>
<email>mononcqc@ferd.ca</email>
</author>
<published>2019-03-14T15:33:10+00:00</published>
<link rel='alternate' type='text/html' href='https://git-prod-1.sunet.se/rebar3.git/commit/?id=df53ad18ff5330660bd102d3a4071cb0962c8dda'/>
<id>df53ad18ff5330660bd102d3a4071cb0962c8dda</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix fetching of private packages from orgs on hex repos (#2020)</title>
<updated>2019-03-07T16:54:01+00:00</updated>
<author>
<name>Bryan Paxton</name>
<email>39971740+starbelly@users.noreply.github.com</email>
</author>
<published>2019-03-07T16:54:01+00:00</published>
<link rel='alternate' type='text/html' href='https://git-prod-1.sunet.se/rebar3.git/commit/?id=209c02ec57c2cc3207ee0174c3af3675b8dc8f79'/>
<id>209c02ec57c2cc3207ee0174c3af3675b8dc8f79</id>
<content type='text'>
- vendor in hex_core at v0.5.0
  - Change where repo_name should be the org and not the parent
  - Changed rebar_utils:url_append_path/2 to not explicitly add a '?',
    this is returned in the Query chunk by http_uri:parse/1 (e.g., "?foo=bar")
  - update organization_merging test to expect the sub-repo as the repo_name
  - Add tests for rebar_utils:url_append_path/2
  - Stop referencing/setting "organization" in config and use new
     organization settings (api_repository and repo_organization)
  - Do not set (assume) the read key is valid for any/every repo
  - Set repo_organization and api_repository to org
  - Update tests to check for new config opts</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- vendor in hex_core at v0.5.0
  - Change where repo_name should be the org and not the parent
  - Changed rebar_utils:url_append_path/2 to not explicitly add a '?',
    this is returned in the Query chunk by http_uri:parse/1 (e.g., "?foo=bar")
  - update organization_merging test to expect the sub-repo as the repo_name
  - Add tests for rebar_utils:url_append_path/2
  - Stop referencing/setting "organization" in config and use new
     organization settings (api_repository and repo_organization)
  - Do not set (assume) the read key is valid for any/every repo
  - Set repo_organization and api_repository to org
  - Update tests to check for new config opts</pre>
</div>
</content>
</entry>
<entry>
<title>Bump to 3.9.0</title>
<updated>2019-02-06T00:33:48+00:00</updated>
<author>
<name>Fred Hebert</name>
<email>mononcqc@ferd.ca</email>
</author>
<published>2019-02-06T00:33:48+00:00</published>
<link rel='alternate' type='text/html' href='https://git-prod-1.sunet.se/rebar3.git/commit/?id=94bcd31f94bee7c33d642e9d78fc9cf60f7015d0'/>
<id>94bcd31f94bee7c33d642e9d78fc9cf60f7015d0</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Clear _build/bootstrap on each bootstrap run</title>
<updated>2019-01-08T23:10:43+00:00</updated>
<author>
<name>Fred Hebert</name>
<email>mononcqc@ferd.ca</email>
</author>
<published>2019-01-08T23:10:43+00:00</published>
<link rel='alternate' type='text/html' href='https://git-prod-1.sunet.se/rebar3.git/commit/?id=5f4d746817b492cbafc6a819a1dada2b98a60e6e'/>
<id>5f4d746817b492cbafc6a819a1dada2b98a60e6e</id>
<content type='text'>
This should avoid common problems when upgrading across versions where
old code kind of messes up a lot of things and clearing _build keeps
being required.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This should avoid common problems when upgrading across versions where
old code kind of messes up a lot of things and clearing _build keeps
being required.
</pre>
</div>
</content>
</entry>
<entry>
<title>Bump to 3.8.0</title>
<updated>2019-01-05T21:53:58+00:00</updated>
<author>
<name>Fred Hebert</name>
<email>mononcqc@ferd.ca</email>
</author>
<published>2019-01-05T21:53:58+00:00</published>
<link rel='alternate' type='text/html' href='https://git-prod-1.sunet.se/rebar3.git/commit/?id=4b6f537df214f91eafd4f15a57058d1e7d247e67'/>
<id>4b6f537df214f91eafd4f15a57058d1e7d247e67</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
