Return-Path: X-Original-To: apmail-couchdb-commits-archive@www.apache.org Delivered-To: apmail-couchdb-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 0FA1D17DDD for ; Wed, 7 Oct 2015 14:52:27 +0000 (UTC) Received: (qmail 44084 invoked by uid 500); 7 Oct 2015 14:52:27 -0000 Delivered-To: apmail-couchdb-commits-archive@couchdb.apache.org Received: (qmail 44037 invoked by uid 500); 7 Oct 2015 14:52:26 -0000 Mailing-List: contact commits-help@couchdb.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@couchdb.apache.org Delivered-To: mailing list commits@couchdb.apache.org Received: (qmail 44018 invoked by uid 99); 7 Oct 2015 14:52:26 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 07 Oct 2015 14:52:26 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id C3925E03EC; Wed, 7 Oct 2015 14:52:26 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: kxepal@apache.org To: commits@couchdb.apache.org Date: Wed, 07 Oct 2015 14:52:26 -0000 Message-Id: X-Mailer: ASF-Git Admin Mailer Subject: [1/2] couchdb commit: updated refs/heads/master to 5347973 Repository: couchdb Updated Branches: refs/heads/master eb18a69ee -> 534797334 Fix indention Project: http://git-wip-us.apache.org/repos/asf/couchdb/repo Commit: http://git-wip-us.apache.org/repos/asf/couchdb/commit/603b9fc8 Tree: http://git-wip-us.apache.org/repos/asf/couchdb/tree/603b9fc8 Diff: http://git-wip-us.apache.org/repos/asf/couchdb/diff/603b9fc8 Branch: refs/heads/master Commit: 603b9fc83f13217930794323876ba2d042821af9 Parents: eb18a69 Author: Alexander Shorin Authored: Wed Oct 7 17:49:34 2015 +0300 Committer: Alexander Shorin Committed: Wed Oct 7 17:49:34 2015 +0300 ---------------------------------------------------------------------- configure | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/couchdb/blob/603b9fc8/configure ---------------------------------------------------------------------- diff --git a/configure b/configure index fe6a6d3..9e6d952 100755 --- a/configure +++ b/configure @@ -650,12 +650,12 @@ EOF install_local_rebar() { - if [ ! -x "${rootdir}/bin/rebar" ]; then - git clone --depth 1 --branch 2.6.0 https://git-wip-us.apache.org/repos/asf/couchdb-rebar.git ${rootdir}/src/rebar - make -C ${rootdir}/src/rebar - mv ${rootdir}/src/rebar/rebar ${rootdir}/bin/rebar - make -C ${rootdir}/src/rebar clean - fi + if [ ! -x "${rootdir}/bin/rebar" ]; then + git clone --depth 1 --branch 2.6.0 https://git-wip-us.apache.org/repos/asf/couchdb-rebar.git ${rootdir}/src/rebar + make -C ${rootdir}/src/rebar + mv ${rootdir}/src/rebar/rebar ${rootdir}/bin/rebar + make -C ${rootdir}/src/rebar clean + fi } @@ -667,6 +667,6 @@ fi # only update dependencies, when we are not in a release tarball if [ -d .git -a $SKIP_DEPS -ne 1 ]; then - echo "==> updating dependencies" - ${REBAR} get-deps update-deps + echo "==> updating dependencies" + ${REBAR} get-deps update-deps fi