Return-Path: X-Original-To: apmail-aurora-commits-archive@minotaur.apache.org Delivered-To: apmail-aurora-commits-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 51CD710309 for ; Tue, 27 Jan 2015 18:25:43 +0000 (UTC) Received: (qmail 56547 invoked by uid 500); 27 Jan 2015 18:25:43 -0000 Delivered-To: apmail-aurora-commits-archive@aurora.apache.org Received: (qmail 56517 invoked by uid 500); 27 Jan 2015 18:25:43 -0000 Mailing-List: contact commits-help@aurora.incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@aurora.incubator.apache.org Delivered-To: mailing list commits@aurora.incubator.apache.org Received: (qmail 56508 invoked by uid 99); 27 Jan 2015 18:25:43 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 27 Jan 2015 18:25:43 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED,T_RP_MATCHES_RCVD X-Spam-Check-By: apache.org Received: from [140.211.11.3] (HELO mail.apache.org) (140.211.11.3) by apache.org (qpsmtpd/0.29) with SMTP; Tue, 27 Jan 2015 18:25:42 +0000 Received: (qmail 56119 invoked by uid 99); 27 Jan 2015 18:25:22 -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; Tue, 27 Jan 2015 18:25:22 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 78A45E03F8; Tue, 27 Jan 2015 18:25:22 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: wfarner@apache.org To: commits@aurora.incubator.apache.org Message-Id: <6e8c1c86a09e4d8985a047f08afaef23@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: incubator-aurora git commit: Upgrade to rbt=0.7.0. Date: Tue, 27 Jan 2015 18:25:22 +0000 (UTC) X-Virus-Checked: Checked by ClamAV on apache.org Repository: incubator-aurora Updated Branches: refs/heads/master 0cb40d126 -> 08ef58e2d Upgrade to rbt=0.7.0. Reviewed at https://reviews.apache.org/r/30204/ Project: http://git-wip-us.apache.org/repos/asf/incubator-aurora/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-aurora/commit/08ef58e2 Tree: http://git-wip-us.apache.org/repos/asf/incubator-aurora/tree/08ef58e2 Diff: http://git-wip-us.apache.org/repos/asf/incubator-aurora/diff/08ef58e2 Branch: refs/heads/master Commit: 08ef58e2de8c863a6c74eab7e9e80ad573a41c5b Parents: 0cb40d1 Author: Bill Farner Authored: Tue Jan 27 10:24:36 2015 -0800 Committer: Bill Farner Committed: Tue Jan 27 10:24:36 2015 -0800 ---------------------------------------------------------------------- rbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-aurora/blob/08ef58e2/rbt ---------------------------------------------------------------------- diff --git a/rbt b/rbt index 0742cf4..c149249 100755 --- a/rbt +++ b/rbt @@ -16,7 +16,7 @@ set -e HERE=$(cd `dirname "${BASH_SOURCE[0]}"` && pwd) -RBTOOLS_VERSION=0.6.2 +RBTOOLS_VERSION=0.7.0 if ! [ -f "$HERE/build-support/rbt.venv/BOOTSTRAPPED" ] || \ [ x`cat "$HERE/build-support/rbt.venv/BOOTSTRAPPED"` != x$RBTOOLS_VERSION ]; then