summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul J. Davis <paul.joseph.davis@gmail.com>2017-05-22 11:35:36 -0500
committerPaul J. Davis <paul.joseph.davis@gmail.com>2017-05-22 11:35:36 -0500
commiteb011f308ccf7e15c2d211b29a78864e3306f914 (patch)
treec118886a0c2e4415c99058ef7f48582eaec72ce7
parentc34e811701fb89e62791a139a933b868b7e222c6 (diff)
downloadcouchdb-eb011f308ccf7e15c2d211b29a78864e3306f914.tar.gz
Use a custom version of rebar
This version of rebar has an extra commit on 2.6.0 to properly skip applications that make use of the .app.src.script construct. The benefit to us is that couch_epi tests will not run when specifying an apps=$appname variable to eunit.
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index 02a45a196..d2b3e8a5d 100755
--- a/configure
+++ b/configure
@@ -191,7 +191,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 https://github.com/apache/couchdb-rebar.git ${rootdir}/src/rebar
+ git clone --depth 1 --branch 2.6.0-couchdb https://github.com/apache/couchdb-rebar.git ${rootdir}/src/rebar
fi
make -C ${rootdir}/src/rebar
mv ${rootdir}/src/rebar/rebar ${rootdir}/bin/rebar