You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by ja...@apache.org on 2015/12/24 14:07:57 UTC

couchdb commit: updated refs/heads/master to 1c1cc8f

Repository: couchdb
Updated Branches:
  refs/heads/master c24daa8ae -> 1c1cc8f20


fix: allow builds from release tarballs. rebar is being naughty

See https://git-wip-us.apache.org/repos/asf?p=couchdb-rebar.git;h=a61e8f7
for details.


Project: http://git-wip-us.apache.org/repos/asf/couchdb/repo
Commit: http://git-wip-us.apache.org/repos/asf/couchdb/commit/1c1cc8f2
Tree: http://git-wip-us.apache.org/repos/asf/couchdb/tree/1c1cc8f2
Diff: http://git-wip-us.apache.org/repos/asf/couchdb/diff/1c1cc8f2

Branch: refs/heads/master
Commit: 1c1cc8f20988a275d25b9a0232fefcdd3268f84f
Parents: c24daa8
Author: Jan Lehnardt <ja...@apache.org>
Authored: Thu Dec 24 14:07:24 2015 +0100
Committer: Jan Lehnardt <ja...@apache.org>
Committed: Thu Dec 24 14:07:24 2015 +0100

----------------------------------------------------------------------
 configure | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/couchdb/blob/1c1cc8f2/configure
----------------------------------------------------------------------
diff --git a/configure b/configure
index 2e246b0..47dcdb4 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 2.6.0 https://git-wip-us.apache.org/repos/asf/couchdb-rebar.git ${rootdir}/src/rebar
+            git clone --depth 1 --branch hack/2.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