Revert "fix: allow builds from release tarballs. rebar is being naughty"
This reverts commit 1c1cc8f20988a275d25b9a0232fefcdd3268f84f. Project: http://git-wip-us.apache.org/repos/asf/couchdb/repo Commit: http://git-wip-us.apache.org/repos/asf/couchdb/commit/e40083ef Tree: http://git-wip-us.apache.org/repos/asf/couchdb/tree/e40083ef Diff: http://git-wip-us.apache.org/repos/asf/couchdb/diff/e40083ef Branch: refs/heads/master Commit: e40083ef3ddae156d90718cfc59bb608728d4c72 Parents: b130960 Author: Alexander Shorin <[email protected]> Authored: Mon Dec 28 23:02:39 2015 +0300 Committer: Alexander Shorin <[email protected]> Committed: Mon Dec 28 23:16:39 2015 +0300 ---------------------------------------------------------------------- configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/couchdb/blob/e40083ef/configure ---------------------------------------------------------------------- diff --git a/configure b/configure index 47dcdb4..2e246b0 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
