summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJan Lehnardt <jan@apache.org>2022-12-19 19:24:13 +0100
committerJan Lehnardt <jan@apache.org>2022-12-19 19:24:13 +0100
commit0f2607a62f0153d6c95705a8b32809fed153ccca (patch)
tree3f4dfaa03643f26f1bd7662b3092a90399ee608d
parentd832c5a3cd4f1181ac266caf034e97fd2b2be266 (diff)
downloadcouchdb-feat/revert-jiffy-to-1.0.9.tar.gz
fix: debugging leftover from [checks notes] 2021feat/revert-jiffy-to-1.0.9
-rwxr-xr-xconfigure3
1 files changed, 1 insertions, 2 deletions
diff --git a/configure b/configure
index 9f8cb6828..79377ea1a 100755
--- a/configure
+++ b/configure
@@ -294,8 +294,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 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