summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexander Shorin <kxepal@apache.org>2015-12-28 23:02:39 +0300
committerAlexander Shorin <kxepal@apache.org>2015-12-28 23:16:39 +0300
commite40083ef3ddae156d90718cfc59bb608728d4c72 (patch)
tree44c15d0d23e5c351db94522f1f254c03b306b4bb
parentb1309602f64f8fa0f9cdc8317378961e5963f917 (diff)
downloadcouchdb-e40083ef3ddae156d90718cfc59bb608728d4c72.tar.gz
Revert "fix: allow builds from release tarballs. rebar is being naughty"
This reverts commit 1c1cc8f20988a275d25b9a0232fefcdd3268f84f.
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index 47dcdb4e7..2e246b049 100755
--- a/configure
+++ b/configure
@@ -652,7 +652,7 @@ EOF
install_local_rebar() {
if [ ! -x "${rootdir}/bin/rebar" ]; then
if [ ! -d "${rootdir}/src/rebar" ]; then
- git clone --depth 1 --branch hack/2.0 https://git-wip-us.apache.org/repos/asf/couchdb-rebar.git ${rootdir}/src/rebar
+ git clone --depth 1 --branch 2.6.0 https://git-wip-us.apache.org/repos/asf/couchdb-rebar.git ${rootdir}/src/rebar
fi
make -C ${rootdir}/src/rebar
mv ${rootdir}/src/rebar/rebar ${rootdir}/bin/rebar