<feed xmlns='http://www.w3.org/2005/Atom'>
<title>kerl.git, branch clone_depth</title>
<subtitle>Easy building and installing of Erlang/OTP instances.
</subtitle>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/kerl.git/'/>
<entry>
<title>clone repos with the smallest depth for speed and space</title>
<updated>2018-08-11T15:56:08+00:00</updated>
<author>
<name>Pierre Fenoll</name>
<email>pierrefenoll@gmail.com</email>
</author>
<published>2018-08-11T13:54:29+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/kerl.git/commit/?id=ea26bbe37f65e7793158f75c6abf126405824cbb'/>
<id>ea26bbe37f65e7793158f75c6abf126405824cbb</id>
<content type='text'>
Since kerl first does a mirror clone (to act as a cache) this optimization
cannot be used on these clones.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Since kerl first does a mirror clone (to act as a cache) this optimization
cannot be used on these clones.
</pre>
</div>
</content>
</entry>
<entry>
<title>Test building OTP from Erlang's git master (#298)</title>
<updated>2018-08-11T15:55:43+00:00</updated>
<author>
<name>Pierre Fenoll</name>
<email>pierrefenoll@gmail.com</email>
</author>
<published>2018-08-11T15:55:43+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/kerl.git/commit/?id=f5a10287a7173524274e964a2f22f3c5a7bfe54b'/>
<id>f5a10287a7173524274e964a2f22f3c5a7bfe54b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Disable SC2207 for Bash completion (#296)</title>
<updated>2018-08-06T06:10:16+00:00</updated>
<author>
<name>Latchezar Tzvetkoff</name>
<email>tzvetkoff@users.noreply.github.com</email>
</author>
<published>2018-08-06T06:10:16+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/kerl.git/commit/?id=77c27ac999ed0f9bd013f5e2403233b9d31feafe'/>
<id>77c27ac999ed0f9bd013f5e2403233b9d31feafe</id>
<content type='text'>
SC2207 suggests to use `mapfile` or `read -a`.
`mapfile` was added in Bash 4, while `read -a` only reads the
first line from a file, so both are no go.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
SC2207 suggests to use `mapfile` or `read -a`.
`mapfile` was added in Bash 4, while `read -a` only reads the
first line from a file, so both are no go.</pre>
</div>
</content>
</entry>
<entry>
<title>tag 1.8.4</title>
<updated>2018-08-03T14:02:38+00:00</updated>
<author>
<name>Pierre Fenoll</name>
<email>pierrefenoll@gmail.com</email>
</author>
<published>2018-08-03T14:02:38+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/kerl.git/commit/?id=8de423bb3196777fea5a1acfbc32f273adf1069a'/>
<id>8de423bb3196777fea5a1acfbc32f273adf1069a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix Bash completion for Bash 3 (#295)</title>
<updated>2018-08-03T13:59:07+00:00</updated>
<author>
<name>Latchezar Tzvetkoff</name>
<email>tzvetkoff@users.noreply.github.com</email>
</author>
<published>2018-08-03T13:59:07+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/kerl.git/commit/?id=d05d48e071bf38943340dd9086f615eb7d37d5fb'/>
<id>d05d48e071bf38943340dd9086f615eb7d37d5fb</id>
<content type='text'>
Well, since Bash 3 lacks the `readarray` (`mapfile`), kerl's completion does not work - and, unfortunately, Яpple still ships Bash 3 as default shell on macOS.

In this change we directly assign the result of `compgen` to `COMPREPLY` instead of reading the output of `compgen` into a variable.

Tested on:
- 3.2.57(1)-release (macOS default)
- 4.4.23(1)-release (Homebrew)</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Well, since Bash 3 lacks the `readarray` (`mapfile`), kerl's completion does not work - and, unfortunately, Яpple still ships Bash 3 as default shell on macOS.

In this change we directly assign the result of `compgen` to `COMPREPLY` instead of reading the output of `compgen` into a variable.

Tested on:
- 3.2.57(1)-release (macOS default)
- 4.4.23(1)-release (Homebrew)</pre>
</div>
</content>
</entry>
<entry>
<title>Clarify purpose of KERL_INSTALL_MANPAGES and KERL_INSTALL_HTMLDOCS (#292)</title>
<updated>2018-07-25T06:45:03+00:00</updated>
<author>
<name>Trevor Brown</name>
<email>Stratus3D@users.noreply.github.com</email>
</author>
<published>2018-07-25T06:45:03+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/kerl.git/commit/?id=9fccf3d503188bf324110dcaab4d3cce5edb77e7'/>
<id>9fccf3d503188bf324110dcaab4d3cce5edb77e7</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Install docsh 0.6.1 (#290)</title>
<updated>2018-07-20T18:00:04+00:00</updated>
<author>
<name>Radosław Szymczyszyn</name>
<email>radoslaw.szymczyszyn@erlang-solutions.com</email>
</author>
<published>2018-07-20T18:00:04+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/kerl.git/commit/?id=699633a001227b9f48cc692feb7f806b4b691c66'/>
<id>699633a001227b9f48cc692feb7f806b4b691c66</id>
<content type='text'>
Version 0.6.0 brings:

- Support for EEP 48 - https://github.com/erszcz/docsh/issues/18
- Rebar3 plugin - https://github.com/erszcz/docsh/commit/d7fadb83dacadb2d2576d83ca5343697021a3d87
- Hex package - https://hex.pm/packages/docsh

Version 0.6.1 carries Rebar3 plugin rename and some documentation changes.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Version 0.6.0 brings:

- Support for EEP 48 - https://github.com/erszcz/docsh/issues/18
- Rebar3 plugin - https://github.com/erszcz/docsh/commit/d7fadb83dacadb2d2576d83ca5343697021a3d87
- Hex package - https://hex.pm/packages/docsh

Version 0.6.1 carries Rebar3 plugin rename and some documentation changes.</pre>
</div>
</content>
</entry>
<entry>
<title>Test docsh (#291)</title>
<updated>2018-07-20T14:54:35+00:00</updated>
<author>
<name>Pierre Fenoll</name>
<email>pierrefenoll@gmail.com</email>
</author>
<published>2018-07-20T14:54:35+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/kerl.git/commit/?id=e5f417a741b2092397823b60b7f9ced1be8ed80d'/>
<id>e5f417a741b2092397823b60b7f9ced1be8ed80d</id>
<content type='text'>
Once merged I'll merge #290 </content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Once merged I'll merge #290 </pre>
</div>
</content>
</entry>
<entry>
<title>Roll 1.8.3</title>
<updated>2018-07-03T18:43:33+00:00</updated>
<author>
<name>Mark Allen</name>
<email>mrallen1@yahoo.com</email>
</author>
<published>2018-07-03T18:43:33+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/kerl.git/commit/?id=799d5458ac3f64c8517bbcaacfe3c29d6c82beb2'/>
<id>799d5458ac3f64c8517bbcaacfe3c29d6c82beb2</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>21: build otp21 on latest alpine + fix latest shellcheck warnings (#286)</title>
<updated>2018-07-01T21:13:20+00:00</updated>
<author>
<name>Pierre Fenoll</name>
<email>pierrefenoll@gmail.com</email>
</author>
<published>2018-07-01T21:13:20+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/kerl.git/commit/?id=2d5ee612b89138b13dcf24fa100582c8c7cdf75e'/>
<id>2d5ee612b89138b13dcf24fa100582c8c7cdf75e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
