<feed xmlns='http://www.w3.org/2005/Atom'>
<title>kerl.git, branch config</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>Store build configuration in a file</title>
<updated>2017-02-03T02:02:01+00:00</updated>
<author>
<name>Mark Allen</name>
<email>mrallen1@yahoo.com</email>
</author>
<published>2017-02-03T02:02:01+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/kerl.git/commit/?id=da69d269d0e58f207bc361abbefad529f6b5a453'/>
<id>da69d269d0e58f207bc361abbefad529f6b5a453</id>
<content type='text'>
This change implements storing the build configuration in a file which
can later be compared to a potentially new configuration which might
trigger the need to re-run the OTP configuration steps.

We also copy the build configuration into the installation directory so
that at some future time we can write or enhance a command which shows
the build configuration.

Addresses #162 #158
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This change implements storing the build configuration in a file which
can later be compared to a potentially new configuration which might
trigger the need to re-run the OTP configuration steps.

We also copy the build configuration into the installation directory so
that at some future time we can write or enhance a command which shows
the build configuration.

Addresses #162 #158
</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>
