summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorJan Lehnardt <jan@apache.org>2017-03-22 11:50:10 +0100
committerJan Lehnardt <jan@apache.org>2017-04-01 19:41:36 +0200
commitf4c6113808d1809469df9c8be9d2f83ef399f064 (patch)
tree33b09f34f874f51c687400ee76d98befd0dd0069 /configure
parentbb187a22a098f156082cd7b66a492bff7f49baa2 (diff)
downloadcouchdb-f4c6113808d1809469df9c8be9d2f83ef399f064.tar.gz
feat: monorepo fixes
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure3
1 files changed, 1 insertions, 2 deletions
diff --git a/configure b/configure
index 4a8a352c0..10c688e39 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://git-wip-us.apache.org/repos/asf/couchdb-rebar.git ${rootdir}/src/rebar
+ git clone --depth 1 --branch 2.6.0 https://github.com/apache/couchdb-rebar.git ${rootdir}/src/rebar
fi
make -C ${rootdir}/src/rebar
mv ${rootdir}/src/rebar/rebar ${rootdir}/bin/rebar
@@ -205,7 +205,6 @@ if [ -z "${REBAR}" ]; then
REBAR=${rootdir}/bin/rebar
fi
-
# only update dependencies, when we are not in a release tarball
if [ -d .git -a $SKIP_DEPS -ne 1 ]; then
echo "==> updating dependencies"