<feed xmlns='http://www.w3.org/2005/Atom'>
<title>relx.git, branch v3.31.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>add dist name and cookie to ERL_FLAGS for nodetool (#712)</title>
<updated>2019-04-14T13:21:04+00:00</updated>
<author>
<name>Tristan Sloughter</name>
<email>t@crashfast.com</email>
</author>
<published>2019-04-14T13:21:04+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/relx.git/commit/?id=8ff1e44cebf3aee09969a9324c04074ba87f10b9'/>
<id>8ff1e44cebf3aee09969a9324c04074ba87f10b9</id>
<content type='text'>
* remove deprecated hex field from .app.src

* start nodetool dist node in erl flags
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* remove deprecated hex field from .app.src

* start nodetool dist node in erl flags
</pre>
</div>
</content>
</entry>
<entry>
<title>include dist and epmd arguments from vm.args in remote shell and nodetool calls (#710)</title>
<updated>2019-04-12T20:32:04+00:00</updated>
<author>
<name>Tristan Sloughter</name>
<email>t@crashfast.com</email>
</author>
<published>2019-04-12T20:32:04+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/relx.git/commit/?id=4825a495febf31f5be172d1a7e9b89a1514f1b5c'/>
<id>4825a495febf31f5be172d1a7e9b89a1514f1b5c</id>
<content type='text'>
* remove unused VM_ARGS variable

* include dist args in extended start scripts other calls
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* remove unused VM_ARGS variable

* include dist args in extended start scripts other calls
</pre>
</div>
</content>
</entry>
<entry>
<title>don't require a cookie in the start script (#708)</title>
<updated>2019-04-12T14:11:14+00:00</updated>
<author>
<name>Tristan Sloughter</name>
<email>t@crashfast.com</email>
</author>
<published>2019-04-12T14:11:14+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/relx.git/commit/?id=a6107ec667820de9f6b6d6ae835b0f3b7e613a58'/>
<id>a6107ec667820de9f6b6d6ae835b0f3b7e613a58</id>
<content type='text'>
* don't require a cookie in the start script

* remove ensure cookie function from windows script

* Add updated cookie handling for win32
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* don't require a cookie in the start script

* remove ensure cookie function from windows script

* Add updated cookie handling for win32
</pre>
</div>
</content>
</entry>
<entry>
<title>Refactor creation of .erlang.cookie for use in start/console procedures (#690)</title>
<updated>2019-04-05T20:30:22+00:00</updated>
<author>
<name>Tino Breddin</name>
<email>tolbrino@users.noreply.github.com</email>
</author>
<published>2019-04-05T20:30:22+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/relx.git/commit/?id=2a4ff9a61f50adce4c86b5414bf81e29bc013160'/>
<id>2a4ff9a61f50adce4c86b5414bf81e29bc013160</id>
<content type='text'>
* Randomize dummy node name

The static name used so far would result in name clashing when running
the script multiple times in short succession.

* Fix find_sys_config routine in win32 extended bin

* Remove escaping of double quotes

* Fix dummy command syntax

* Refactor creation of .erlang.cookie at startup

* Fix dummy node logic for win32
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Randomize dummy node name

The static name used so far would result in name clashing when running
the script multiple times in short succession.

* Fix find_sys_config routine in win32 extended bin

* Remove escaping of double quotes

* Fix dummy command syntax

* Refactor creation of .erlang.cookie at startup

* Fix dummy node logic for win32
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #695 from tolbrino/tb-fix-win32-shift</title>
<updated>2019-04-03T12:33:13+00:00</updated>
<author>
<name>Luis Rascão</name>
<email>luis.rascao@gmail.com</email>
</author>
<published>2019-04-03T12:33:13+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/relx.git/commit/?id=33ac6064760e6b78e6d4a9b67efc1a5b0d69e3e8'/>
<id>33ac6064760e6b78e6d4a9b67efc1a5b0d69e3e8</id>
<content type='text'>
Fix parameter shift on win32 for extension commands</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fix parameter shift on win32 for extension commands</pre>
</div>
</content>
</entry>
<entry>
<title>Fix parameter shift on win32 for extension commands</title>
<updated>2019-04-03T07:23:42+00:00</updated>
<author>
<name>Tino Breddin</name>
<email>t@tolbrino.com</email>
</author>
<published>2019-03-19T12:42:36+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/relx.git/commit/?id=13c28fd4d5bfd2f91eeb4ff96ace3a2c321664f7'/>
<id>13c28fd4d5bfd2f91eeb4ff96ace3a2c321664f7</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Store artifacts on Circle CI runs (#704)</title>
<updated>2019-04-02T14:05:09+00:00</updated>
<author>
<name>Tino Breddin</name>
<email>tolbrino@users.noreply.github.com</email>
</author>
<published>2019-04-02T14:05:09+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/relx.git/commit/?id=492f7f776648527c22c7148f9a75077cdca1bac7'/>
<id>492f7f776648527c22c7148f9a75077cdca1bac7</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>have travis only run 17 and osx. add circleci badge (#703)</title>
<updated>2019-04-01T20:22:09+00:00</updated>
<author>
<name>Tristan Sloughter</name>
<email>t@crashfast.com</email>
</author>
<published>2019-04-01T20:22:09+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/relx.git/commit/?id=cecbe865bcd025e3d8e08d6e6070cb03d47e66e1'/>
<id>cecbe865bcd025e3d8e08d6e6070cb03d47e66e1</id>
<content type='text'>
* have travis only run 17 and osx. add circleci badge

* use localhost for shortname nodes in tests
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* have travis only run 17 and osx. add circleci badge

* use localhost for shortname nodes in tests
</pre>
</div>
</content>
</entry>
<entry>
<title>use RELX_OUT_FILE_PATH even when generating from .src files (#700)</title>
<updated>2019-04-01T15:21:19+00:00</updated>
<author>
<name>Tristan Sloughter</name>
<email>t@crashfast.com</email>
</author>
<published>2019-04-01T15:21:19+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/relx.git/commit/?id=efdef34f8f896e450ac9665d529e0b690773df96'/>
<id>efdef34f8f896e450ac9665d529e0b690773df96</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>include vm.args.src file in tarball if it exists (#698)</title>
<updated>2019-04-01T15:20:02+00:00</updated>
<author>
<name>Tristan Sloughter</name>
<email>t@crashfast.com</email>
</author>
<published>2019-04-01T15:20:02+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/relx.git/commit/?id=46afa565c7b319d1a8b23a7583da9d1d5e1e02e1'/>
<id>46afa565c7b319d1a8b23a7583da9d1d5e1e02e1</id>
<content type='text'>
* include vm.args.src in tarball if it exists

* only check sys.config.src in tar on otp-21+
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* include vm.args.src in tarball if it exists

* only check sys.config.src in tar on otp-21+
</pre>
</div>
</content>
</entry>
</feed>
