<feed xmlns='http://www.w3.org/2005/Atom'>
<title>rebar3.git/priv/templates/simplenode.template, branch master</title>
<subtitle>Clone of https://github.com/erlang/rebar3</subtitle>
<link rel='alternate' type='text/html' href='https://git-prod-1.sunet.se/rebar3.git/'/>
<entry>
<title>update templating</title>
<updated>2014-09-17T00:36:04+00:00</updated>
<author>
<name>Tristan Sloughter</name>
<email>t@crashfast.com</email>
</author>
<published>2014-09-17T00:36:04+00:00</published>
<link rel='alternate' type='text/html' href='https://git-prod-1.sunet.se/rebar3.git/commit/?id=884d298291e64fad99f096ee82018b568e0985f2'/>
<id>884d298291e64fad99f096ee82018b568e0985f2</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Improvements to windows node runner script</title>
<updated>2012-04-17T17:56:41+00:00</updated>
<author>
<name>Matt Campbell</name>
<email>matthew.campbell@asolutions.com</email>
</author>
<published>2012-01-09T22:37:44+00:00</published>
<link rel='alternate' type='text/html' href='https://git-prod-1.sunet.se/rebar3.git/commit/?id=6f85854414a51a7ea8ce85f2fb68b77d7d381098'/>
<id>6f85854414a51a7ea8ce85f2fb68b77d7d381098</id>
<content type='text'>
* Typos and other minor bug fixes
* Add "attach" command (via -remsh)
* Add "upgrade" command to install a hot upgrade package
* Add "upgrade" subcommand to UNIX runner script as well
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Typos and other minor bug fixes
* Add "attach" command (via -remsh)
* Add "upgrade" command to install a hot upgrade package
* Add "upgrade" subcommand to UNIX runner script as well
</pre>
</div>
</content>
</entry>
<entry>
<title>Get rid of app.config</title>
<updated>2011-09-20T16:44:41+00:00</updated>
<author>
<name>joewilliams</name>
<email>joe@joetify.com</email>
</author>
<published>2011-09-20T16:44:41+00:00</published>
<link rel='alternate' type='text/html' href='https://git-prod-1.sunet.se/rebar3.git/commit/?id=cb5056b2e362aa0b1eb0ccfc6009613426682ed5'/>
<id>cb5056b2e362aa0b1eb0ccfc6009613426682ed5</id>
<content type='text'>
app.config has been a long standing erroneous file in rebar. Erlang/OTP
documentation suggests a sys.config file instead. This file is stored in
the releases/VSN directory. This does a few things but most importantly
it ensures your config (contained in the application environment)
survives a hot upgrade. It also has the advantage of allowing the
configuration of the application to be versioned along side the
application code. This patch flips rebar to use sys.config rather than
app.config.

Additionally it makes this flip to vm.args as well, making them
versioned just like sys.config.

This patch also includes runner script changes to support the old
etc/app.config config file location and support for Windows.

Thanks to mokele for the initial work and kick in the pants to make this
finially happen.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
app.config has been a long standing erroneous file in rebar. Erlang/OTP
documentation suggests a sys.config file instead. This file is stored in
the releases/VSN directory. This does a few things but most importantly
it ensures your config (contained in the application environment)
survives a hot upgrade. It also has the advantage of allowing the
configuration of the application to be versioned along side the
application code. This patch flips rebar to use sys.config rather than
app.config.

Additionally it makes this flip to vm.args as well, making them
versioned just like sys.config.

This patch also includes runner script changes to support the old
etc/app.config config file location and support for Windows.

Thanks to mokele for the initial work and kick in the pants to make this
finially happen.
</pre>
</div>
</content>
</entry>
<entry>
<title>Add simple Windows batch scripts to node templates</title>
<updated>2011-09-01T18:23:54+00:00</updated>
<author>
<name>Matt Campbell</name>
<email>matthew.campbell@asolutions.com</email>
</author>
<published>2011-08-10T15:32:26+00:00</published>
<link rel='alternate' type='text/html' href='https://git-prod-1.sunet.se/rebar3.git/commit/?id=a58f2c91e35be940a0b60c7a4572cd7a96ca1f8c'/>
<id>a58f2c91e35be940a0b60c7a4572cd7a96ca1f8c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix bz://705; make sure to invoke chmod as part of the template</title>
<updated>2010-10-27T13:50:27+00:00</updated>
<author>
<name>Dave Smith</name>
<email>dizzyd@dizzyd.com</email>
</author>
<published>2010-10-27T13:50:27+00:00</published>
<link rel='alternate' type='text/html' href='https://git-prod-1.sunet.se/rebar3.git/commit/?id=1da8b9ca93b6d520077e90534abff871a7593d49'/>
<id>1da8b9ca93b6d520077e90534abff871a7593d49</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Updating simplenode template so that it works with refactored overlay support; fixes bugs 347 and 348</title>
<updated>2010-07-06T18:03:20+00:00</updated>
<author>
<name>Dave Smith</name>
<email>dizzyd@dizzyd.com</email>
</author>
<published>2010-07-06T18:03:20+00:00</published>
<link rel='alternate' type='text/html' href='https://git-prod-1.sunet.se/rebar3.git/commit/?id=d1124f30407a7a40a95f239e7143be56cbf3ca32'/>
<id>d1124f30407a7a40a95f239e7143be56cbf3ca32</id>
<content type='text'>
--HG--
extra : rebase_source : b8eaa05914a99a7f67fdc83f1e07a92bdcad5dfd
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
--HG--
extra : rebase_source : b8eaa05914a99a7f67fdc83f1e07a92bdcad5dfd
</pre>
</div>
</content>
</entry>
<entry>
<title>provide separate 'file' and 'template' directives, instead of one 'file' directive with a boolean Render flag</title>
<updated>2010-02-13T19:14:29+00:00</updated>
<author>
<name>Bryan Fink</name>
<email>bryan@basho.com</email>
</author>
<published>2010-02-13T19:14:29+00:00</published>
<link rel='alternate' type='text/html' href='https://git-prod-1.sunet.se/rebar3.git/commit/?id=f6feac493d17f3fb0b8fa79884e38ce68e9644a8'/>
<id>f6feac493d17f3fb0b8fa79884e38ce68e9644a8</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Adding sketch of functionality for creating a reltool node from template</title>
<updated>2010-01-08T19:16:57+00:00</updated>
<author>
<name>Dave Smith</name>
<email>dizzyd@dizzyd.com</email>
</author>
<published>2010-01-08T19:16:57+00:00</published>
<link rel='alternate' type='text/html' href='https://git-prod-1.sunet.se/rebar3.git/commit/?id=ec4e8058989e1e57ce8d547de8c687567c323755'/>
<id>ec4e8058989e1e57ce8d547de8c687567c323755</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
