diff options
author | lag-linaro <lee.jones@linaro.org> | 2018-11-08 00:10:06 +0000 |
---|---|---|
committer | Joan Touzet <wohali@users.noreply.github.com> | 2018-11-07 19:10:06 -0500 |
commit | e99a7b73db416c6c0251045ed611f4dfa64bf1d0 (patch) | |
tree | 9e21bca8565a273b41a5826b2bab973961aec30e /configure | |
parent | 096994ba20566cb31f613bfe020ef9059e8a0399 (diff) | |
download | couchdb-e99a7b73db416c6c0251045ed611f4dfa64bf1d0.tar.gz |
Use mainline rebar (v2) (#1680)
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -209,7 +209,7 @@ EOF install_local_rebar() { if [ ! -x "${rootdir}/bin/rebar" ]; then if [ ! -d "${rootdir}/src/rebar" ]; then - git clone --depth 1 --branch 2.6.0-couchdb https://github.com/apache/couchdb-rebar.git ${rootdir}/src/rebar + git clone --depth 1 https://github.com/apache/couchdb-rebar.git ${rootdir}/src/rebar fi make -C ${rootdir}/src/rebar mv ${rootdir}/src/rebar/rebar ${rootdir}/bin/rebar |