summaryrefslogtreecommitdiff
path: root/inttest/ct1/ct1_rt.erl
diff options
context:
space:
mode:
authorAnton Lavrik <alavrik@piqi.org>2012-10-11 00:19:32 -0500
committerAnton Lavrik <alavrik@piqi.org>2012-10-11 02:06:08 -0500
commit0b833391ed32d757a4617246435ea9b257e3ad2b (patch)
tree0305bc69fa5529021d112eb979e1d496bb4f7901 /inttest/ct1/ct1_rt.erl
parent32e67ef55ef6c4655d31568054d0ea3a8c38b55e (diff)
Add support for non-Erlang/OTP (raw) dependencies
Introduce a new 'raw' option for dependency specs in rebar.config file. For example: {deps, {dependency_name, "1.0.*", {git, "<...>", {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.
Diffstat (limited to 'inttest/ct1/ct1_rt.erl')
0 files changed, 0 insertions, 0 deletions