<feed xmlns='http://www.w3.org/2005/Atom'>
<title>rebar3.git/priv/templates, 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>supervisor template: add missing comma</title>
<updated>2019-05-10T05:06:52+00:00</updated>
<author>
<name>Maxim Fedorov</name>
<email>maximfca@gmail.com</email>
</author>
<published>2019-05-10T05:06:52+00:00</published>
<link rel='alternate' type='text/html' href='https://git-prod-1.sunet.se/rebar3.git/commit/?id=137cc48768c69d6ab27ff3d65c4ff1ccf54c4281'/>
<id>137cc48768c69d6ab27ff3d65c4ff1ccf54c4281</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>remove large comment blocks from templates and use maps in sup</title>
<updated>2019-05-08T18:22:57+00:00</updated>
<author>
<name>Tristan Sloughter</name>
<email>t@crashfast.com</email>
</author>
<published>2019-05-08T18:21:31+00:00</published>
<link rel='alternate' type='text/html' href='https://git-prod-1.sunet.se/rebar3.git/commit/?id=052a4e842845235ce3aa5e16bd9de156f7b8968c'/>
<id>052a4e842845235ce3aa5e16bd9de156f7b8968c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>update template moving maintainers into extras field</title>
<updated>2019-01-18T22:09:15+00:00</updated>
<author>
<name>Bryan Paxton</name>
<email>starbelly@pobox.com</email>
</author>
<published>2019-01-18T20:43:15+00:00</published>
<link rel='alternate' type='text/html' href='https://git-prod-1.sunet.se/rebar3.git/commit/?id=b32a7a77fafd0a51c510b07c66170de5e0d6e85d'/>
<id>b32a7a77fafd0a51c510b07c66170de5e0d6e85d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>templates/gitignore ignore emacs temp files</title>
<updated>2018-10-31T18:30:18+00:00</updated>
<author>
<name>Niklas Johansson</name>
<email>raphexion@gmail.com</email>
</author>
<published>2018-10-31T18:30:18+00:00</published>
<link rel='alternate' type='text/html' href='https://git-prod-1.sunet.se/rebar3.git/commit/?id=f0826929de675d04f8cb81afa0f3e7a879984446'/>
<id>f0826929de675d04f8cb81afa0f3e7a879984446</id>
<content type='text'>
emacs creates temp files that ends with tilde (~).
These temp files should never be commited.
It is therefore safe to ignore them.

Signed-off-by: Niklas Johansson &lt;raphexion@gmail.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
emacs creates temp files that ends with tilde (~).
These temp files should never be commited.
It is therefore safe to ignore them.

Signed-off-by: Niklas Johansson &lt;raphexion@gmail.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix misleading config in app template</title>
<updated>2018-10-27T20:25:57+00:00</updated>
<author>
<name>Boroska András</name>
<email>Andras.Peter.Boroska@otpbank.hu</email>
</author>
<published>2018-10-27T20:25:57+00:00</published>
<link rel='alternate' type='text/html' href='https://git-prod-1.sunet.se/rebar3.git/commit/?id=f96dcbb342d585996b04bd5b6fff9cbc955440cd'/>
<id>f96dcbb342d585996b04bd5b6fff9cbc955440cd</id>
<content type='text'>
Uncommenting the sys.config shell setting in app template rebar.config
works now as expected.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Uncommenting the sys.config shell setting in app template rebar.config
works now as expected.
</pre>
</div>
</content>
</entry>
<entry>
<title>Bump bbmustache and fix templates (#1862)</title>
<updated>2018-10-05T14:57:58+00:00</updated>
<author>
<name>Fred Hebert</name>
<email>mononcqc@ferd.ca</email>
</author>
<published>2018-10-05T14:57:58+00:00</published>
<link rel='alternate' type='text/html' href='https://git-prod-1.sunet.se/rebar3.git/commit/?id=d538be3481e65a00f2817344f697f88b1b55f8c3'/>
<id>d538be3481e65a00f2817344f697f88b1b55f8c3</id>
<content type='text'>
* bump bbmustache to version 1.6.0

* Use alternative bbmustache brackets in templates

This fixes the problems where literal nested tuples (`{{a,b},c}` or
`{{a,b}}`) would blow up and spaces needed to be inserted.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* bump bbmustache to version 1.6.0

* Use alternative bbmustache brackets in templates

This fixes the problems where literal nested tuples (`{{a,b},c}` or
`{{a,b}}`) would blow up and spaces needed to be inserted.
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #1790 from ferd/autostart-shell-for-apps</title>
<updated>2018-05-20T15:40:33+00:00</updated>
<author>
<name>Fred Hebert</name>
<email>mononcqc@ferd.ca</email>
</author>
<published>2018-05-20T15:40:33+00:00</published>
<link rel='alternate' type='text/html' href='https://git-prod-1.sunet.se/rebar3.git/commit/?id=1979ce39c114b6587959d917588ee1541f5f27b1'/>
<id>1979ce39c114b6587959d917588ee1541f5f27b1</id>
<content type='text'>
Auto-boot main app in OTP app project templates</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Auto-boot main app in OTP app project templates</pre>
</div>
</content>
</entry>
<entry>
<title>add tuple and comment for prior to OTP 18</title>
<updated>2018-05-20T15:11:21+00:00</updated>
<author>
<name>Peter Saxton</name>
<email>peterhsaxton@gmail.com</email>
</author>
<published>2018-05-20T15:11:21+00:00</published>
<link rel='alternate' type='text/html' href='https://git-prod-1.sunet.se/rebar3.git/commit/?id=1b02e78fae8a50b77a7b68544f00208353a23cb3'/>
<id>1b02e78fae8a50b77a7b68544f00208353a23cb3</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Auto-boot main app in OTP app project templates</title>
<updated>2018-05-20T15:08:08+00:00</updated>
<author>
<name>Fred Hebert</name>
<email>mononcqc@ferd.ca</email>
</author>
<published>2018-05-20T15:08:08+00:00</published>
<link rel='alternate' type='text/html' href='https://git-prod-1.sunet.se/rebar3.git/commit/?id=0a0539ae2aad4f4d227927e0c205b8aef7ab9acc'/>
<id>0a0539ae2aad4f4d227927e0c205b8aef7ab9acc</id>
<content type='text'>
People are starting to expect these niceties! It's also easier to drop
the config when you know it's there than add it when you don't know it
exists.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
People are starting to expect these niceties! It's also easier to drop
the config when you know it's there than add it when you don't know it
exists.
</pre>
</div>
</content>
</entry>
<entry>
<title>Use maps for child spec example</title>
<updated>2018-05-20T14:50:48+00:00</updated>
<author>
<name>Peter Saxton</name>
<email>peterhsaxton@gmail.com</email>
</author>
<published>2018-05-20T14:50:48+00:00</published>
<link rel='alternate' type='text/html' href='https://git-prod-1.sunet.se/rebar3.git/commit/?id=6bcbbf7526a9ac426e627826f5304ed1c3051f2a'/>
<id>6bcbbf7526a9ac426e627826f5304ed1c3051f2a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
