<feed xmlns='http://www.w3.org/2005/Atom'>
<title>relx.git/src, 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 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>
<entry>
<title>don't create world writable executables (#687)</title>
<updated>2019-02-20T23:17:10+00:00</updated>
<author>
<name>Anthony Molinaro</name>
<email>anthonym@alumni.caltech.edu</email>
</author>
<published>2019-02-20T23:17:10+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/relx.git/commit/?id=5e7bd9d650d925e9afff13a5bdcea9d6356a2f76'/>
<id>5e7bd9d650d925e9afff13a5bdcea9d6356a2f76</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<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>
</feed>
