<feed xmlns='http://www.w3.org/2005/Atom'>
<title>kerl.git, branch 0.9.1</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>Merge pull request #46 from mryufeng/master</title>
<updated>2016-04-13T20:20:50+00:00</updated>
<author>
<name>Mark Allen</name>
<email>mrallen1@yahoo.com</email>
</author>
<published>2016-04-13T20:20:50+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/kerl.git/commit/?id=fc570610885090bf70579ed81eb6cbaff4df7e84'/>
<id>fc570610885090bf70579ed81eb6cbaff4df7e84</id>
<content type='text'>
make _get_comp_words_by_ref more strong</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
make _get_comp_words_by_ref more strong</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #115 from ten0s/master</title>
<updated>2016-04-13T20:16:46+00:00</updated>
<author>
<name>Mark Allen</name>
<email>mrallen1@yahoo.com</email>
</author>
<published>2016-04-13T20:16:46+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/kerl.git/commit/?id=bf38e6c600826b9f759555f9a74e947d1fbb5a52'/>
<id>bf38e6c600826b9f759555f9a74e947d1fbb5a52</id>
<content type='text'>
Use dot instead of source</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Use dot instead of source</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #116 from yrashk/fix_env_vars</title>
<updated>2016-04-13T20:11:03+00:00</updated>
<author>
<name>sanmiguel</name>
<email>michael.coles@gmail.com</email>
</author>
<published>2016-04-13T20:11:03+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/kerl.git/commit/?id=961cdb0e8c1088a5995f4161596c430caa26d08c'/>
<id>961cdb0e8c1088a5995f4161596c430caa26d08c</id>
<content type='text'>
Allow env vars to override default values</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Allow env vars to override default values</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #117 from mrallen1/darwin15-ssl</title>
<updated>2016-04-13T20:10:36+00:00</updated>
<author>
<name>Mark Allen</name>
<email>mrallen1@yahoo.com</email>
</author>
<published>2016-04-13T20:10:36+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/kerl.git/commit/?id=457987e9e9769f2b7319236c9acf64f75ea878bc'/>
<id>457987e9e9769f2b7319236c9acf64f75ea878bc</id>
<content type='text'>
If using OS X El Capitan, try to add OpenSSL</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
If using OS X El Capitan, try to add OpenSSL</pre>
</div>
</content>
</entry>
<entry>
<title>If using OS X El Capitan, try to add OpenSSL</title>
<updated>2016-04-13T19:58:12+00:00</updated>
<author>
<name>Mark Allen</name>
<email>mrallen1@yahoo.com</email>
</author>
<published>2016-04-13T19:58:12+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/kerl.git/commit/?id=0228bfda55bd6d27b2fc76441fd2920a3ca2e615'/>
<id>0228bfda55bd6d27b2fc76441fd2920a3ca2e615</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Make sure we treat all env/config vars equally</title>
<updated>2016-04-13T19:48:45+00:00</updated>
<author>
<name>sanmiguel</name>
<email>michael.coles@gmail.com</email>
</author>
<published>2016-04-13T19:48:45+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/kerl.git/commit/?id=afbec40fd9f3e34a6e500bb83b1f8294fa18f8c5'/>
<id>afbec40fd9f3e34a6e500bb83b1f8294fa18f8c5</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Do not clear ENV config vars</title>
<updated>2016-04-13T19:46:35+00:00</updated>
<author>
<name>Ignas Vyšniauskas</name>
<email>baliulia@gmail.com</email>
</author>
<published>2013-03-20T09:14:19+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/kerl.git/commit/?id=9132af32d3df95e476baf8318948bbc1aae2d637'/>
<id>9132af32d3df95e476baf8318948bbc1aae2d637</id>
<content type='text'>
According to the docs it is possible to configure kerl both by using `.kerlrc`
and passing ENV variables from the command-line, i.e.

    KERL_INSTALL_MANPAGES=yes ./kerl install &lt;build&gt; &lt;path&gt;

However the ENV vars were being cleared/overriden, so you could only use `.kerlrc`.

This fixes it.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
According to the docs it is possible to configure kerl both by using `.kerlrc`
and passing ENV variables from the command-line, i.e.

    KERL_INSTALL_MANPAGES=yes ./kerl install &lt;build&gt; &lt;path&gt;

However the ENV vars were being cleared/overriden, so you could only use `.kerlrc`.

This fixes it.
</pre>
</div>
</content>
</entry>
<entry>
<title>Use dot instead of source</title>
<updated>2016-04-11T08:48:37+00:00</updated>
<author>
<name>Dmitry Klionsky</name>
<email>dm.klionsky@gmail.com</email>
</author>
<published>2016-04-11T08:48:37+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/kerl.git/commit/?id=3a3a7461548b8ef28989a49829529ce26614b4d4'/>
<id>3a3a7461548b8ef28989a49829529ce26614b4d4</id>
<content type='text'>
In Ubuntu /bin/sh is /bin/dash, which doesn't support the source command.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
In Ubuntu /bin/sh is /bin/dash, which doesn't support the source command.
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #101 from erszcz/build-plt</title>
<updated>2016-04-06T19:27:04+00:00</updated>
<author>
<name>Mark Allen</name>
<email>mrallen1@yahoo.com</email>
</author>
<published>2016-04-06T19:27:04+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/kerl.git/commit/?id=edced9e11a682a9484e7ad7eab2cc248d7cf8279'/>
<id>edced9e11a682a9484e7ad7eab2cc248d7cf8279</id>
<content type='text'>
Build a Dialyzer PLT when installing a build</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Build a Dialyzer PLT when installing a build</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #99 from kunthar/grep-fix</title>
<updated>2016-04-06T19:23:57+00:00</updated>
<author>
<name>Mark Allen</name>
<email>mrallen1@yahoo.com</email>
</author>
<published>2016-04-06T19:23:57+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/kerl.git/commit/?id=3067a7d6e78c7fa773d9348ab7e3be925f813f15'/>
<id>3067a7d6e78c7fa773d9348ab7e3be925f813f15</id>
<content type='text'>
pcre grep errors fix in mac os</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
pcre grep errors fix in mac os</pre>
</div>
</content>
</entry>
</feed>
