mirror of
https://github.com/correl/rebar.git
synced 2024-11-15 03:00:18 +00:00
0b833391ed
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. |
||
---|---|---|
.. | ||
ct1 | ||
ct2 | ||
rgen1 | ||
t_custom_config | ||
tdeps1 | ||
tdeps2 | ||
thooks | ||
tplugins | ||
bug_5_rt.erl | ||
retest |