summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjiangph <jiangph@cn.ibm.com>2019-05-24 16:31:50 +0800
committerjiangph <jiangph@cn.ibm.com>2019-05-24 16:31:50 +0800
commit63a2bde107719d0322333d316b52c17412e95414 (patch)
tree3a6c3fa2ac0978e76d04c6b221e29a3043ea5243
parent721adff5b9f9cee71f76a148a0b7b7b6aca73401 (diff)
downloadcouchdb-63a2bde107719d0322333d316b52c17412e95414.tar.gz
fixup
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index 4aa2becff..8707fb60a 100755
--- a/configure
+++ b/configure
@@ -217,7 +217,7 @@ EOF
install_local_rebar() {
if [ ! -x "${rootdir}/bin/rebar" ]; then
if [ ! -d "${rootdir}/src/rebar" ]; then
- git clone --depth 1 https://github.com/apache/couchdb-rebar.git ${rootdir}/src/rebar
+ git clone https://github.com/apache/couchdb-rebar.git ${rootdir}/src/rebar
git checkout eunit-timeout
fi
make -C ${rootdir}/src/rebar