<feed xmlns='http://www.w3.org/2005/Atom'>
<title>relx.git/test, branch 0.7.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 #101 from konradkaplita/accelerate_discover_provider</title>
<updated>2014-03-12T16:08:55+00:00</updated>
<author>
<name>Eric Merritt</name>
<email>ericbmerritt@gmail.com</email>
</author>
<published>2014-03-12T16:08:55+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/relx.git/commit/?id=e24b3822b95f750a1c01955c4d0404b5bc23afed'/>
<id>e24b3822b95f750a1c01955c4d0404b5bc23afed</id>
<content type='text'>
Accelerate application discovery</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Accelerate application discovery</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #113 from tsloughter/dev_mode_sys_config</title>
<updated>2014-01-22T15:22:24+00:00</updated>
<author>
<name>Eric Merritt</name>
<email>ericbmerritt@gmail.com</email>
</author>
<published>2014-01-22T15:22:24+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/relx.git/commit/?id=62f620967c4df2fa81b7c4d116208d0b61b90dbc'/>
<id>62f620967c4df2fa81b7c4d116208d0b61b90dbc</id>
<content type='text'>
properly handle config files and switching on/off dev_mode</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
properly handle config files and switching on/off dev_mode</pre>
</div>
</content>
</entry>
<entry>
<title>properly handle config files and switching on/off dev_mode</title>
<updated>2014-01-22T03:43:13+00:00</updated>
<author>
<name>Tristan Sloughter</name>
<email>t@crashfast.com</email>
</author>
<published>2014-01-18T16:34:36+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/relx.git/commit/?id=18bb4dc9173afa281c5e164ac995aa5377426f4d'/>
<id>18bb4dc9173afa281c5e164ac995aa5377426f4d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Accelerate `rlx_prv_discover` provider</title>
<updated>2013-12-03T16:11:42+00:00</updated>
<author>
<name>Konrad Kaplita</name>
<email>konrad.kaplita@gmail.com</email>
</author>
<published>2013-12-03T13:40:11+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/relx.git/commit/?id=f610a7efe07fe47bec1bbc86d82545b094514ad9'/>
<id>f610a7efe07fe47bec1bbc86d82545b094514ad9</id>
<content type='text'>
Introduce option `enable_shallow_app_discovery` which is disabled by
default.

When enabled searching for `*.app` files is done by using
`filelib:wildcard/1` and doesn't recursively traverse all directories
under `libs_dir` root dirs.

Instead its assumed that each directory on `libs_dir` list contains a
flat list of application dirs or is an app itself.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Introduce option `enable_shallow_app_discovery` which is disabled by
default.

When enabled searching for `*.app` files is done by using
`filelib:wildcard/1` and doesn't recursively traverse all directories
under `libs_dir` root dirs.

Instead its assumed that each directory on `libs_dir` list contains a
flat list of application dirs or is an app itself.
</pre>
</div>
</content>
</entry>
<entry>
<title>Add option to skip release discovery</title>
<updated>2013-12-03T11:14:11+00:00</updated>
<author>
<name>Konrad Kaplita</name>
<email>konrad.kaplita@gmail.com</email>
</author>
<published>2013-11-18T12:54:07+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/relx.git/commit/?id=95c4565d078033c18561813c48c20de11ed9ab88'/>
<id>95c4565d078033c18561813c48c20de11ed9ab88</id>
<content type='text'>
`rlx_prv_discover` provider recursively scans all directories in
`lib_dirs` list looking for `*.app` and `*.rel` files.

This commit adds an option `disable_rel_discovery` to skip searching for
`*.rel` files when we know there aren't any. This speeds up release
generation with a lot of dependencies on the `libs_dir` list
significantly and reduces total release generation time in half.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
`rlx_prv_discover` provider recursively scans all directories in
`lib_dirs` list looking for `*.app` and `*.rel` files.

This commit adds an option `disable_rel_discovery` to skip searching for
`*.rel` files when we know there aren't any. This speeds up release
generation with a lot of dependencies on the `libs_dir` list
significantly and reduces total release generation time in half.
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #95 from josevalim/jv-default-release</title>
<updated>2013-11-22T19:09:34+00:00</updated>
<author>
<name>Eric Merritt</name>
<email>ericbmerritt@gmail.com</email>
</author>
<published>2013-11-22T19:09:34+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/relx.git/commit/?id=04a0d907ae17cdc9b9c62130a009138b8580ff43'/>
<id>04a0d907ae17cdc9b9c62130a009138b8580ff43</id>
<content type='text'>
Properly detect the default release and fail on conflicts</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Properly detect the default release and fail on conflicts</pre>
</div>
</content>
</entry>
<entry>
<title>Properly detect the default release and fail on conflicts</title>
<updated>2013-11-22T17:29:04+00:00</updated>
<author>
<name>José Valim</name>
<email>jose.valim@plataformatec.com.br</email>
</author>
<published>2013-11-18T10:03:06+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/relx.git/commit/?id=7eee9d200bf3c244f2f307861cc9fc6d35d9d5a2'/>
<id>7eee9d200bf3c244f2f307861cc9fc6d35d9d5a2</id>
<content type='text'>
Closes #93
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Closes #93
</pre>
</div>
</content>
</entry>
<entry>
<title>Support wildcards in lib dirs</title>
<updated>2013-11-18T09:42:15+00:00</updated>
<author>
<name>José Valim</name>
<email>jose.valim@plataformatec.com.br</email>
</author>
<published>2013-11-18T09:28:39+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/relx.git/commit/?id=73b24fd1a0604e413fece30181cc632c1081aa29'/>
<id>73b24fd1a0604e413fece30181cc632c1081aa29</id>
<content type='text'>
Wildcards are supported in both lib_dirs in config files
as well via the -l command line option.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Wildcards are supported in both lib_dirs in config files
as well via the -l command line option.
</pre>
</div>
</content>
</entry>
<entry>
<title>add extend to release definition. This closes #16</title>
<updated>2013-10-19T01:47:32+00:00</updated>
<author>
<name>Tristan Sloughter</name>
<email>t@crashfast.com</email>
</author>
<published>2013-10-19T01:46:37+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/relx.git/commit/?id=a19a0cd5efbce527f5ada3885161951d1ca2b5b8'/>
<id>a19a0cd5efbce527f5ada3885161951d1ca2b5b8</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>fix load overlay to support filename not in a list. This closes #74</title>
<updated>2013-10-16T23:31:31+00:00</updated>
<author>
<name>Tristan Sloughter</name>
<email>t@crashfast.com</email>
</author>
<published>2013-10-16T22:14:50+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/relx.git/commit/?id=d6adddc25738be79c2663e410cc1ff45c14c23c7'/>
<id>d6adddc25738be79c2663e410cc1ff45c14c23c7</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
