summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJan Lehnardt <jan@apache.org>2023-01-06 10:33:05 +0100
committerJan Lehnardt <jan@apache.org>2023-01-06 12:12:13 +0100
commit10810339052a06991095fbc39206c2c7a37f5c80 (patch)
tree1d43dea43c612cc35950bc1ff98471939c972255
parenta840dc9a8eb464432924d20810e1b038f047d653 (diff)
downloadcouchdb-10810339052a06991095fbc39206c2c7a37f5c80.tar.gz
fix: debuggng leftover, speed up local rebar clones
-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