<feed xmlns='http://www.w3.org/2005/Atom'>
<title>relx.git/src, branch v3.28.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>fix handling of default_release in config</title>
<updated>2018-12-31T15:24:34+00:00</updated>
<author>
<name>András Boroska</name>
<email>andras.boroska@gmail.com</email>
</author>
<published>2018-12-31T10:20:55+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/relx.git/commit/?id=64871e4cb37b2f52c0956b81bbdf1e500977fd01'/>
<id>64871e4cb37b2f52c0956b81bbdf1e500977fd01</id>
<content type='text'>
When no release specified in cli, prevent overwriting default_release
in relx config.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
When no release specified in cli, prevent overwriting default_release
in relx config.
</pre>
</div>
</content>
</entry>
<entry>
<title>support tuples in overlay_vars so rebar3 can pass variables (#672)</title>
<updated>2018-10-05T13:13:56+00:00</updated>
<author>
<name>Tristan Sloughter</name>
<email>t@crashfast.com</email>
</author>
<published>2018-10-05T13:13:56+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/relx.git/commit/?id=bb8af6ddec20f44599f7cd0c3e626996a3206dad'/>
<id>bb8af6ddec20f44599f7cd0c3e626996a3206dad</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>only copy mode and time attributes when copying files</title>
<updated>2018-06-23T23:01:28+00:00</updated>
<author>
<name>Tristan Sloughter</name>
<email>t@crashfast.com</email>
</author>
<published>2018-06-22T22:34:17+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/relx.git/commit/?id=81b25bbe41643be9ef2bbb7583e06dbd702f61c8'/>
<id>81b25bbe41643be9ef2bbb7583e06dbd702f61c8</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>support for OTP21's sys.config.src file in releases (#647)</title>
<updated>2018-06-13T01:07:22+00:00</updated>
<author>
<name>Tristan Sloughter</name>
<email>t@crashfast.com</email>
</author>
<published>2018-06-13T01:07:22+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/relx.git/commit/?id=ee477fb31ad9a7603aaea8922aaa9ecd3712ee2d'/>
<id>ee477fb31ad9a7603aaea8922aaa9ecd3712ee2d</id>
<content type='text'>
* support for OTP21's sys.config.src file in releases

* always replace os vars in .src files if found

* support vm_args_src to be consistent with sys_config_src

* add newlines after warning logs

* improve sys and vm src config tests
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* support for OTP21's sys.config.src file in releases

* always replace os vars in .src files if found

* support vm_args_src to be consistent with sys_config_src

* add newlines after warning logs

* improve sys and vm src config tests
</pre>
</div>
</content>
</entry>
<entry>
<title>fix for #511 order of dependencies (#655)</title>
<updated>2018-06-03T14:17:53+00:00</updated>
<author>
<name>Tristan Sloughter</name>
<email>t@crashfast.com</email>
</author>
<published>2018-06-03T14:17:53+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/relx.git/commit/?id=53f4c6eb6b57408a8b3cad412373db534a13ca1f'/>
<id>53f4c6eb6b57408a8b3cad412373db534a13ca1f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Maintain no_dot_erlang.boot file in releases</title>
<updated>2017-11-01T19:42:25+00:00</updated>
<author>
<name>Fred Hebert</name>
<email>mononcqc@ferd.ca</email>
</author>
<published>2017-11-01T19:42:25+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/relx.git/commit/?id=78561dc7a812466aa1e8c9f36a6b48c7f7cc4195'/>
<id>78561dc7a812466aa1e8c9f36a6b48c7f7cc4195</id>
<content type='text'>
Had a problem in OTP-21 (master) where escript calls in nodetool would
fail since the file is not around and is being used by default there.

The patch works by copying its equivalent file, which I belive to be
just the start_clean file (their .rel.src are identical), into the same
directories as we do for start_clean.

Internal errors are renamed to be made neutral.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Had a problem in OTP-21 (master) where escript calls in nodetool would
fail since the file is not around and is being used by default there.

The patch works by copying its equivalent file, which I belive to be
just the start_clean file (their .rel.src are identical), into the same
directories as we do for start_clean.

Internal errors are renamed to be made neutral.
</pre>
</div>
</content>
</entry>
<entry>
<title>Support OTP-20 Unicode functions</title>
<updated>2017-11-01T19:40:09+00:00</updated>
<author>
<name>Fred Hebert</name>
<email>mononcqc@ferd.ca</email>
</author>
<published>2017-11-01T19:40:09+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/relx.git/commit/?id=7e78c133c7a373384411d9fd0e1366b14e4c31d8'/>
<id>7e78c133c7a373384411d9fd0e1366b14e4c31d8</id>
<content type='text'>
Use either optional compilation or version-safe variants of the string
functions. Prevents warnings when the switch to OTP-21 will happen.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Use either optional compilation or version-safe variants of the string
functions. Prevents warnings when the switch to OTP-21 will happen.
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #465 from filmor/semver-prefix</title>
<updated>2017-10-19T11:26:09+00:00</updated>
<author>
<name>Luis Rascão</name>
<email>luis.rascao@gmail.com</email>
</author>
<published>2017-10-19T11:26:09+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/relx.git/commit/?id=b02e2a90fa89df222472cefcab070bdefa0c2a55'/>
<id>b02e2a90fa89df222472cefcab070bdefa0c2a55</id>
<content type='text'>
Pass prefix through</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Pass prefix through</pre>
</div>
</content>
</entry>
<entry>
<title>Add `erts_dir` overlay var (#614)</title>
<updated>2017-10-19T04:24:37+00:00</updated>
<author>
<name>Luis Rascão</name>
<email>luis.rascao@gmail.com</email>
</author>
<published>2017-10-19T04:24:37+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/relx.git/commit/?id=88598b2f166849cd87ab102dcbab4497458b70cd'/>
<id>88598b2f166849cd87ab102dcbab4497458b70cd</id>
<content type='text'>
Useful for copying custom files from an erts build
such as a .kerl.config file.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Useful for copying custom files from an erts build
such as a .kerl.config file.</pre>
</div>
</content>
</entry>
<entry>
<title>Start script extensions (#613)</title>
<updated>2017-10-19T04:23:47+00:00</updated>
<author>
<name>Luis Rascão</name>
<email>luis.rascao@gmail.com</email>
</author>
<published>2017-10-19T04:23:47+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/relx.git/commit/?id=9855022433c9e3e08850c13b925b94f3b87df6c3'/>
<id>9855022433c9e3e08850c13b925b94f3b87df6c3</id>
<content type='text'>
* Extended start script command extensions

Provide a mechanism that allows for the application
to extend the list of commands available to be invoked
from the start script. An application may be able to
define a 'foo' extension that is associated with a 'foo_script'
written and maintained by the applicationr, (this association is
kept in rebar.config), upon invocation of bin/&lt;release_name&gt; foo
the 'foo_script' will then be invoked.

* Add test coverage for extension script

* Ensure extended script usage argument
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Extended start script command extensions

Provide a mechanism that allows for the application
to extend the list of commands available to be invoked
from the start script. An application may be able to
define a 'foo' extension that is associated with a 'foo_script'
written and maintained by the applicationr, (this association is
kept in rebar.config), upon invocation of bin/&lt;release_name&gt; foo
the 'foo_script' will then be invoked.

* Add test coverage for extension script

* Ensure extended script usage argument
</pre>
</div>
</content>
</entry>
</feed>
