Repository: aurora Updated Branches: refs/heads/master 013ba6ffa -> 82aa097f1
Upgrade to rbt 0.7.4. Reviewed at https://reviews.apache.org/r/36100/ Project: http://git-wip-us.apache.org/repos/asf/aurora/repo Commit: http://git-wip-us.apache.org/repos/asf/aurora/commit/82aa097f Tree: http://git-wip-us.apache.org/repos/asf/aurora/tree/82aa097f Diff: http://git-wip-us.apache.org/repos/asf/aurora/diff/82aa097f Branch: refs/heads/master Commit: 82aa097f1b673e402a438310057e98e3471e4307 Parents: 013ba6f Author: Bill Farner <[email protected]> Authored: Wed Jul 1 12:30:21 2015 -0700 Committer: Bill Farner <[email protected]> Committed: Wed Jul 1 12:30:21 2015 -0700 ---------------------------------------------------------------------- rbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/aurora/blob/82aa097f/rbt ---------------------------------------------------------------------- diff --git a/rbt b/rbt index c082ab4..59f8629 100755 --- a/rbt +++ b/rbt @@ -16,7 +16,7 @@ set -e HERE=$(cd `dirname "${BASH_SOURCE[0]}"` && pwd) -RBTOOLS_VERSION=0.7.0 +RBTOOLS_VERSION=0.7.4 if ! [ -f "$HERE/build-support/rbt.venv/BOOTSTRAPPED" ] || \ [ x`cat "$HERE/build-support/rbt.venv/BOOTSTRAPPED"` != x$RBTOOLS_VERSION ]; then
