<feed xmlns='http://www.w3.org/2005/Atom'>
<title>relx.git/priv, branch v3.3.2</title>
<subtitle>Sane, simple release creation for Erlang.
</subtitle>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/relx.git/'/>
<entry>
<title>Adjust local variable naming per review comments</title>
<updated>2015-06-23T16:26:42+00:00</updated>
<author>
<name>Jared Morrow</name>
<email>jaredmorrow@users.noreply.github.com</email>
</author>
<published>2015-06-23T16:26:42+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/relx.git/commit/?id=acb38431b1076e3443deaf32952748a3a5489e8a'/>
<id>acb38431b1076e3443deaf32952748a3a5489e8a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove bashisms from run scripts</title>
<updated>2015-06-23T14:32:34+00:00</updated>
<author>
<name>Jared Morrow</name>
<email>jaredmorrow@users.noreply.github.com</email>
</author>
<published>2015-06-23T14:32:34+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/relx.git/commit/?id=cf5ed973dbfadd5edcc1d7d9e7ddcfcc202769df'/>
<id>cf5ed973dbfadd5edcc1d7d9e7ddcfcc202769df</id>
<content type='text'>
This commit removes the bashisms in `bin` and `extended_bin`.
Both of these scripts used `local` variables which are a bash
addition and aren't supported on Solaris/SmartOS /bin/sh. To keep
the local intention of the variables, they were renamed from $var to
$l_var.

In addition, `extended_bin` used `kill -SIGNAL $PID` which is also
not in Solaris `kill`.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This commit removes the bashisms in `bin` and `extended_bin`.
Both of these scripts used `local` variables which are a bash
addition and aren't supported on Solaris/SmartOS /bin/sh. To keep
the local intention of the variables, they were renamed from $var to
$l_var.

In addition, `extended_bin` used `kill -SIGNAL $PID` which is also
not in Solaris `kill`.
</pre>
</div>
</content>
</entry>
<entry>
<title>use mustache instead of erlydtl for overlays</title>
<updated>2015-05-08T16:16:53+00:00</updated>
<author>
<name>Tristan Sloughter</name>
<email>t@crashfast.com</email>
</author>
<published>2015-04-29T03:36:44+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/relx.git/commit/?id=88d1f29257869b0de9369881236477163804125a'/>
<id>88d1f29257869b0de9369881236477163804125a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Replace "cut -d ' ' -f2" with "awk '{print $2}'" so it will work on a mac, where od -X /dev/urandom returns columns separated by more than one space</title>
<updated>2015-04-04T18:40:03+00:00</updated>
<author>
<name>Jay Doane</name>
<email>jay.s.doane@gmail.com</email>
</author>
<published>2015-04-04T18:40:03+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/relx.git/commit/?id=9cd4c150979d03177b5262a7da31801f0d22f877'/>
<id>9cd4c150979d03177b5262a7da31801f0d22f877</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Replace "-s init stop" with "halt()" in relx_get_longname</title>
<updated>2015-04-04T18:38:33+00:00</updated>
<author>
<name>Jay Doane</name>
<email>jay.s.doane@gmail.com</email>
</author>
<published>2015-04-04T18:38:33+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/relx.git/commit/?id=06311df28d24264c81df780a30303eb1f47d288a'/>
<id>06311df28d24264c81df780a30303eb1f47d288a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Replace "-s init stop" with halt()</title>
<updated>2015-04-01T06:09:36+00:00</updated>
<author>
<name>Jay Doane</name>
<email>jay.s.doane@gmail.com</email>
</author>
<published>2015-04-01T06:08:36+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/relx.git/commit/?id=67023c0708d786f62f2f5ff50627699910416f8a'/>
<id>67023c0708d786f62f2f5ff50627699910416f8a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>support spaces in erl path in windows script</title>
<updated>2015-03-31T22:55:40+00:00</updated>
<author>
<name>Tristan Sloughter</name>
<email>t@crashfast.com</email>
</author>
<published>2015-03-31T22:55:40+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/relx.git/commit/?id=d675c2d49f969705786f6092b60bcf7964a52860'/>
<id>d675c2d49f969705786f6092b60bcf7964a52860</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 #316 from davidw/fix_hostname_lookup2</title>
<updated>2015-03-31T22:51:36+00:00</updated>
<author>
<name>Tristan Sloughter</name>
<email>tristan.sloughter@gmail.com</email>
</author>
<published>2015-03-31T22:51:36+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/relx.git/commit/?id=edb75261f3ee1ef5f088da869f2bc7a61ef0601d'/>
<id>edb75261f3ee1ef5f088da869f2bc7a61ef0601d</id>
<content type='text'>
Use 'erl' to determine Erlang hostname rather than nodetool</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Use 'erl' to determine Erlang hostname rather than nodetool</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #260 from syl20bnr/remove_uneeded_chars</title>
<updated>2015-03-31T22:49:32+00:00</updated>
<author>
<name>Tristan Sloughter</name>
<email>tristan.sloughter@gmail.com</email>
</author>
<published>2015-03-31T22:49:32+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/relx.git/commit/?id=b2b7c4aff99fd8e2c4ec7053aa382b4b356fecf5'/>
<id>b2b7c4aff99fd8e2c4ec7053aa382b4b356fecf5</id>
<content type='text'>
Remove unneeded @ which may output error messages</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Remove unneeded @ which may output error messages</pre>
</div>
</content>
</entry>
<entry>
<title>Use 'erl' to determine Erlang hostname rather than nodetool</title>
<updated>2015-02-17T16:34:30+00:00</updated>
<author>
<name>David N. Welton</name>
<email>davidw@dedasys.com</email>
</author>
<published>2015-02-17T16:34:30+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/relx.git/commit/?id=ba619d9dd990c6b642da69cf937dacb1ce42605c'/>
<id>ba619d9dd990c6b642da69cf937dacb1ce42605c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
