summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorlag-linaro <lee.jones@linaro.org>2018-11-08 00:10:06 +0000
committerJoan Touzet <wohali@users.noreply.github.com>2018-11-07 19:10:06 -0500
commite99a7b73db416c6c0251045ed611f4dfa64bf1d0 (patch)
tree9e21bca8565a273b41a5826b2bab973961aec30e
parent096994ba20566cb31f613bfe020ef9059e8a0399 (diff)
downloadcouchdb-e99a7b73db416c6c0251045ed611f4dfa64bf1d0.tar.gz
Use mainline rebar (v2) (#1680)
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index 370c964ae..b9a021d53 100755
--- a/configure
+++ b/configure
@@ -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