<feed xmlns='http://www.w3.org/2005/Atom'>
<title>relx.git, branch v3.21.0</title>
<subtitle>Sane, simple release creation for Erlang.
</subtitle>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/relx.git/'/>
<entry>
<title>Merge pull request #479 from emtenet/add-boot-var</title>
<updated>2016-08-24T19:44:03+00:00</updated>
<author>
<name>Tristan Sloughter</name>
<email>t@crashfast.com</email>
</author>
<published>2016-08-24T19:44:03+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/relx.git/commit/?id=766a2fb0c1724193a5846c3baee5d7f17f343ac5'/>
<id>766a2fb0c1724193a5846c3baee5d7f17f343ac5</id>
<content type='text'>
Fix for #478 Boot variable $ERTS_LIB_DIR not supplied in Windows scripts</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fix for #478 Boot variable $ERTS_LIB_DIR not supplied in Windows scripts</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #464 from filmor/patch-1</title>
<updated>2016-08-24T19:43:09+00:00</updated>
<author>
<name>Tristan Sloughter</name>
<email>t@crashfast.com</email>
</author>
<published>2016-08-24T19:43:09+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/relx.git/commit/?id=f2877a2dc9513c7f98c8a962798379c5c89f4246'/>
<id>f2877a2dc9513c7f98c8a962798379c5c89f4246</id>
<content type='text'>
Fix erts path discovery on Windows if the path contains spaces.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fix erts path discovery on Windows if the path contains spaces.</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #502 from lrascao/feature/handle_soft_purge_error</title>
<updated>2016-08-16T17:10:47+00:00</updated>
<author>
<name>Tristan Sloughter</name>
<email>t@crashfast.com</email>
</author>
<published>2016-08-16T17:10:47+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/relx.git/commit/?id=88db273ab872cc906b9102658b960a9f28998289'/>
<id>88db273ab872cc906b9102658b960a9f28998289</id>
<content type='text'>
Handle release_handler old_processes error when doing a soft purge relup</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Handle release_handler old_processes error when doing a soft purge relup</pre>
</div>
</content>
</entry>
<entry>
<title>Handle release_handler old_processes error when doing a soft purge relup</title>
<updated>2016-08-16T15:53:12+00:00</updated>
<author>
<name>Luis Rascao</name>
<email>luis.rascao@gmail.com</email>
</author>
<published>2016-08-16T13:52:08+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/relx.git/commit/?id=ca8b20a9c7e7edd8ba27df809cb1eee060bf459b'/>
<id>ca8b20a9c7e7edd8ba27df809cb1eee060bf459b</id>
<content type='text'>
As described in http://erlang.org/doc/man/appup.html, when performing a relup
with soft purge:
      If the value is soft_purge, release_handler:install_release/1
      returns {error,{old_processes,Mod}}
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
As described in http://erlang.org/doc/man/appup.html, when performing a relup
with soft purge:
      If the value is soft_purge, release_handler:install_release/1
      returns {error,{old_processes,Mod}}
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #488 from soranoba/feature/default_cookie</title>
<updated>2016-06-16T23:46:31+00:00</updated>
<author>
<name>Tristan Sloughter</name>
<email>t@crashfast.com</email>
</author>
<published>2016-06-16T23:46:31+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/relx.git/commit/?id=9168eab9d949cb5fb3fe09b9e73cf404295e97ff'/>
<id>9168eab9d949cb5fb3fe09b9e73cf404295e97ff</id>
<content type='text'>
If cookie is not exist in vm.args, it use the cookie in ~/.erlang.cookie</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
If cookie is not exist in vm.args, it use the cookie in ~/.erlang.cookie</pre>
</div>
</content>
</entry>
<entry>
<title>Remove a non-POSIX command.</title>
<updated>2016-06-16T16:06:30+00:00</updated>
<author>
<name>soranoba</name>
<email>soranoba@gmail.com</email>
</author>
<published>2016-06-16T16:06:30+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/relx.git/commit/?id=7de3ed18361decc9ca3c1c0fe95b4f40a149154c'/>
<id>7de3ed18361decc9ca3c1c0fe95b4f40a149154c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>If cookie is not exist in vm.args, it use the cookie in ~/.erlang.cookie</title>
<updated>2016-06-15T16:18:02+00:00</updated>
<author>
<name>soranoba</name>
<email>soranoba@gmail.com</email>
</author>
<published>2016-06-15T11:23:17+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/relx.git/commit/?id=12e030ac8a2f30fc8dc1a1c04f90568778edd914'/>
<id>12e030ac8a2f30fc8dc1a1c04f90568778edd914</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 #484 from ferd/fix-init-start-in-windows</title>
<updated>2016-05-28T12:46:10+00:00</updated>
<author>
<name>Tristan Sloughter</name>
<email>t@crashfast.com</email>
</author>
<published>2016-05-28T12:46:10+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/relx.git/commit/?id=38bf6186db7518e5b2eae9b51cc1096362697128'/>
<id>38bf6186db7518e5b2eae9b51cc1096362697128</id>
<content type='text'>
install and start release in Windows 7/XP</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
install and start release in Windows 7/XP</pre>
</div>
</content>
</entry>
<entry>
<title>install and start release in Windows 7/XP</title>
<updated>2016-05-28T12:24:04+00:00</updated>
<author>
<name>Fred Hebert</name>
<email>mononcqc@ferd.ca</email>
</author>
<published>2016-05-28T12:24:04+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/relx.git/commit/?id=0f92352b7a3ef2bbec571c3bf2457baa1d3f8017'/>
<id>0f92352b7a3ef2bbec571c3bf2457baa1d3f8017</id>
<content type='text'>
I am submitting this on behalf of @povloid in
https://github.com/erlang/rebar3/issues/1183 who had the following to
say:

the set is not work into `@if` block, in this case the vareables args,
start_erl and description is empty. If we move this strings out of
`@if` block, the script work correctly.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
I am submitting this on behalf of @povloid in
https://github.com/erlang/rebar3/issues/1183 who had the following to
say:

the set is not work into `@if` block, in this case the vareables args,
start_erl and description is empty. If we move this strings out of
`@if` block, the script work correctly.
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #473 from soranoba/fix-usage</title>
<updated>2016-05-14T22:14:25+00:00</updated>
<author>
<name>Tristan Sloughter</name>
<email>t@crashfast.com</email>
</author>
<published>2016-05-14T22:14:25+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/relx.git/commit/?id=5cb85fa9d1fdb5988faf178676fd36a0c2829a9d'/>
<id>5cb85fa9d1fdb5988faf178676fd36a0c2829a9d</id>
<content type='text'>
Fix: does not contain the part of the command</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fix: does not contain the part of the command</pre>
</div>
</content>
</entry>
</feed>
