<feed xmlns='http://www.w3.org/2005/Atom'>
<title>rebar3.git/inttest/t_custom_config, 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>remove more code that can be brought back later if needed</title>
<updated>2014-08-31T03:16:30+00:00</updated>
<author>
<name>Tristan Sloughter</name>
<email>t@crashfast.com</email>
</author>
<published>2014-08-31T03:14:48+00:00</published>
<link rel='alternate' type='text/html' href='https://git-prod-1.sunet.se/rebar3.git/commit/?id=21f47438614a0d50caf20801c4440d54d12c3f20'/>
<id>21f47438614a0d50caf20801c4440d54d12c3f20</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Change default log level to 'warn' and introduce -q/--quiet</title>
<updated>2013-12-06T18:05:45+00:00</updated>
<author>
<name>Tuncer Ayaz</name>
<email>tuncer.ayaz@gmail.com</email>
</author>
<published>2013-10-12T20:12:40+00:00</published>
<link rel='alternate' type='text/html' href='https://git-prod-1.sunet.se/rebar3.git/commit/?id=6de94e8a166bcf4f82d799cf8f208d39babed415'/>
<id>6de94e8a166bcf4f82d799cf8f208d39babed415</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add support for non-Erlang/OTP (raw) dependencies</title>
<updated>2012-10-11T07:06:08+00:00</updated>
<author>
<name>Anton Lavrik</name>
<email>alavrik@piqi.org</email>
</author>
<published>2012-10-11T05:19:32+00:00</published>
<link rel='alternate' type='text/html' href='https://git-prod-1.sunet.se/rebar3.git/commit/?id=0b833391ed32d757a4617246435ea9b257e3ad2b'/>
<id>0b833391ed32d757a4617246435ea9b257e3ad2b</id>
<content type='text'>
Introduce a new 'raw' option for dependency specs in rebar.config file.
For example:

{deps,
    {dependency_name, "1.0.*",
	 {git, "&lt;...&gt;", {branch, "master"}},
	 [raw]
    }
]}.

When this option is specified, rebar does not require the dependency to
have a standard Erlang/OTP layout which assumes presence of either
"src/dependency_name.app.src" or "ebin/dependency_name.app" files.

'raw' dependencies can still contain 'rebar.config' and even can have
the proper OTP directory layout, but they won't be compiled.

Only a subset of rebar commands will be executed on the 'raw'
subdirectories:

	get-deps, update-deps, check-deps, list-deps and delete-deps.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Introduce a new 'raw' option for dependency specs in rebar.config file.
For example:

{deps,
    {dependency_name, "1.0.*",
	 {git, "&lt;...&gt;", {branch, "master"}},
	 [raw]
    }
]}.

When this option is specified, rebar does not require the dependency to
have a standard Erlang/OTP layout which assumes presence of either
"src/dependency_name.app.src" or "ebin/dependency_name.app" files.

'raw' dependencies can still contain 'rebar.config' and even can have
the proper OTP directory layout, but they won't be compiled.

Only a subset of rebar commands will be executed on the 'raw'
subdirectories:

	get-deps, update-deps, check-deps, list-deps and delete-deps.
</pre>
</div>
</content>
</entry>
<entry>
<title>inttest: fix whitespace errors</title>
<updated>2012-08-18T17:29:29+00:00</updated>
<author>
<name>Tuncer Ayaz</name>
<email>tuncer.ayaz@gmail.com</email>
</author>
<published>2012-08-18T17:29:29+00:00</published>
<link rel='alternate' type='text/html' href='https://git-prod-1.sunet.se/rebar3.git/commit/?id=c3c6ee7a55eee41bd45cba728510fec3ec91f855'/>
<id>c3c6ee7a55eee41bd45cba728510fec3ec91f855</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix test: inttest/t_custom_config</title>
<updated>2012-07-01T20:22:05+00:00</updated>
<author>
<name>Tuncer Ayaz</name>
<email>tuncer.ayaz@gmail.com</email>
</author>
<published>2012-07-01T20:21:26+00:00</published>
<link rel='alternate' type='text/html' href='https://git-prod-1.sunet.se/rebar3.git/commit/?id=3da58e22728d3a09cf995dbc518b9b72c2a38d3d'/>
<id>3da58e22728d3a09cf995dbc518b9b72c2a38d3d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix config handling in root_dir</title>
<updated>2011-10-05T11:49:27+00:00</updated>
<author>
<name>Tim Watson</name>
<email>watson.timothy@gmail.com</email>
</author>
<published>2011-09-06T08:51:38+00:00</published>
<link rel='alternate' type='text/html' href='https://git-prod-1.sunet.se/rebar3.git/commit/?id=30d1cdb31bbcc573cf3f31e67fdf0c1140b731fc'/>
<id>30d1cdb31bbcc573cf3f31e67fdf0c1140b731fc</id>
<content type='text'>
Avoid overwriting custom config (passed with -C) when we are processing
the base_dir in rebar_core.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Avoid overwriting custom config (passed with -C) when we are processing
the base_dir in rebar_core.
</pre>
</div>
</content>
</entry>
<entry>
<title>Respect the --config switch when given</title>
<updated>2011-08-18T13:35:30+00:00</updated>
<author>
<name>Tim Watson</name>
<email>watson.timothy@gmail.com</email>
</author>
<published>2011-08-01T07:12:36+00:00</published>
<link rel='alternate' type='text/html' href='https://git-prod-1.sunet.se/rebar3.git/commit/?id=5bb536f83985dfb840cac7c59c5473af1cae12bb'/>
<id>5bb536f83985dfb840cac7c59c5473af1cae12bb</id>
<content type='text'>
Currently the --config switch does not work because when loading
a new rebar config the global setting is ignored for all paths.
This patch provides a check when loading new rebar config to see
whether or not the current config path matches the `base_dir` set in
global conf, which produces the expected behaviour.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Currently the --config switch does not work because when loading
a new rebar config the global setting is ignored for all paths.
This patch provides a check when loading new rebar config to see
whether or not the current config path matches the `base_dir` set in
global conf, which produces the expected behaviour.
</pre>
</div>
</content>
</entry>
</feed>
