Repository: aurora Updated Branches: refs/heads/master a12b84444 -> d9acfeb76
Upgrade RBT to 0.7.11 Reviewed at https://reviews.apache.org/r/65873/ Project: http://git-wip-us.apache.org/repos/asf/aurora/repo Commit: http://git-wip-us.apache.org/repos/asf/aurora/commit/d9acfeb7 Tree: http://git-wip-us.apache.org/repos/asf/aurora/tree/d9acfeb7 Diff: http://git-wip-us.apache.org/repos/asf/aurora/diff/d9acfeb7 Branch: refs/heads/master Commit: d9acfeb7661fe209714a464261591495e4a71414 Parents: a12b844 Author: Renan DelValle <[email protected]> Authored: Fri Mar 16 10:40:48 2018 -0700 Committer: Renan DelValle <[email protected]> Committed: Fri Mar 16 10:40:48 2018 -0700 ---------------------------------------------------------------------- rbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/aurora/blob/d9acfeb7/rbt ---------------------------------------------------------------------- diff --git a/rbt b/rbt index 5b94e53..7531fcb 100755 --- a/rbt +++ b/rbt @@ -16,7 +16,7 @@ set -e HERE=$(cd `dirname "${BASH_SOURCE[0]}"` && pwd) -RBTOOLS_VERSION=0.7.5 +RBTOOLS_VERSION=0.7.11 if ! [ -f "$HERE/build-support/rbt.venv/BOOTSTRAPPED" ] || \ [ x`cat "$HERE/build-support/rbt.venv/BOOTSTRAPPED"` != x$RBTOOLS_VERSION ]; then
