<feed xmlns='http://www.w3.org/2005/Atom'>
<title>kerl.git, branch gh170</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>Assert perl exists before builds (#170)</title>
<updated>2017-02-03T00:08:09+00:00</updated>
<author>
<name>Mark Allen</name>
<email>mrallen1@yahoo.com</email>
</author>
<published>2017-02-03T00:08:09+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/kerl.git/commit/?id=3647703c4fd9079475c5ac5661c5b98f43ac2a27'/>
<id>3647703c4fd9079475c5ac5661c5b98f43ac2a27</id>
<content type='text'>
Perl 5 is required to compile Erlang from source. It's used (among other
things) to assemble BEAM opcodes, NIF jump tables and more. We now
assert perl exists on the PATH before we proceed to build Erlang or test
for Perl's version string.

We also now test for Java before we try to find its version. Java is not
required to compile Erlang though, so we don't output any warnings or
errors if its not found.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Perl 5 is required to compile Erlang from source. It's used (among other
things) to assemble BEAM opcodes, NIF jump tables and more. We now
assert perl exists on the PATH before we proceed to build Erlang or test
for Perl's version string.

We also now test for Java before we try to find its version. Java is not
required to compile Erlang though, so we don't output any warnings or
errors if its not found.
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #174 from kerl/gh102</title>
<updated>2017-01-26T21:25:05+00:00</updated>
<author>
<name>sanmiguel</name>
<email>michael.coles@gmail.com</email>
</author>
<published>2017-01-26T21:25:05+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/kerl.git/commit/?id=0484b5cfaf72e44be5d058e623f28b70d3cac311'/>
<id>0484b5cfaf72e44be5d058e623f28b70d3cac311</id>
<content type='text'>
Unset ERL_TOP before kerl executes (#102)</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Unset ERL_TOP before kerl executes (#102)</pre>
</div>
</content>
</entry>
<entry>
<title>Unset ERL_TOP before kerl executes (#102)</title>
<updated>2017-01-26T21:17:09+00:00</updated>
<author>
<name>Mark Allen</name>
<email>mrallen1@yahoo.com</email>
</author>
<published>2017-01-26T21:17:09+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/kerl.git/commit/?id=8269e2d580decb7debad1e3714e3c40fa85f66ac'/>
<id>8269e2d580decb7debad1e3714e3c40fa85f66ac</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #168 from sanmiguel/mtc-fix-get_otp_version</title>
<updated>2016-12-19T22:50:32+00:00</updated>
<author>
<name>Mark Allen</name>
<email>mrallen1@yahoo.com</email>
</author>
<published>2016-12-19T22:50:32+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/kerl.git/commit/?id=de9e38e5d2aba140de5bcd68ed2088c55c9f03cc'/>
<id>de9e38e5d2aba140de5bcd68ed2088c55c9f03cc</id>
<content type='text'>
Allow an underscore-prefixed alphanum suffix to the OTP version</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Allow an underscore-prefixed alphanum suffix to the OTP version</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #169 from kerl/mtc-revert-aa237c7</title>
<updated>2016-12-16T17:58:47+00:00</updated>
<author>
<name>Mark Allen</name>
<email>mrallen1@yahoo.com</email>
</author>
<published>2016-12-16T17:58:47+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/kerl.git/commit/?id=dcfc17f7f6712c900016743479b4a12af6ba5010'/>
<id>dcfc17f7f6712c900016743479b4a12af6ba5010</id>
<content type='text'>
Revert "Remove extraneous 's'"</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Revert "Remove extraneous 's'"</pre>
</div>
</content>
</entry>
<entry>
<title>Revert "Remove extraneous 's'"</title>
<updated>2016-12-15T12:47:54+00:00</updated>
<author>
<name>sanmiguel</name>
<email>michael.coles@gmail.com</email>
</author>
<published>2016-12-15T12:47:46+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/kerl.git/commit/?id=a3e173e95a4a1cf4a31cedc463ebcb1a9f1437a6'/>
<id>a3e173e95a4a1cf4a31cedc463ebcb1a9f1437a6</id>
<content type='text'>
This reverts commit aa237c72060e64a98b0e8a3b3be475387c73f53e.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This reverts commit aa237c72060e64a98b0e8a3b3be475387c73f53e.
</pre>
</div>
</content>
</entry>
<entry>
<title>Greatly simplify regex used</title>
<updated>2016-12-09T19:56:42+00:00</updated>
<author>
<name>sanmiguel</name>
<email>michael.coles@gmail.com</email>
</author>
<published>2016-12-09T19:56:42+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/kerl.git/commit/?id=e521d3be7c188e454eb987b776e9f91228f8df99'/>
<id>e521d3be7c188e454eb987b776e9f91228f8df99</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Allow an underscore-prefixed alphanum suffix to the OTP version</title>
<updated>2016-12-07T20:31:59+00:00</updated>
<author>
<name>sanmiguel</name>
<email>michael.coles@gmail.com</email>
</author>
<published>2016-12-07T20:31:59+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/kerl.git/commit/?id=56bccd050f89aff5002337a300e6c7feb6413b24'/>
<id>56bccd050f89aff5002337a300e6c7feb6413b24</id>
<content type='text'>
This helps supporting custom forks of OTP e.g. basho/otp
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This helps supporting custom forks of OTP e.g. basho/otp
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove extraneous 's'</title>
<updated>2016-11-20T21:21:39+00:00</updated>
<author>
<name>Mark Allen</name>
<email>mrallen1@yahoo.com</email>
</author>
<published>2016-11-20T21:21:39+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/kerl.git/commit/?id=aa237c72060e64a98b0e8a3b3be475387c73f53e'/>
<id>aa237c72060e64a98b0e8a3b3be475387c73f53e</id>
<content type='text'>
Close #167</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Close #167</pre>
</div>
</content>
</entry>
<entry>
<title>Roll 1.3.4</title>
<updated>2016-10-13T21:48:06+00:00</updated>
<author>
<name>Mark Allen</name>
<email>mrallen1@yahoo.com</email>
</author>
<published>2016-10-13T21:48:06+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/kerl.git/commit/?id=714b5687b6c20bc086bc5bc14c4ccad88355218f'/>
<id>714b5687b6c20bc086bc5bc14c4ccad88355218f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
