You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@aurora.apache.org by wf...@apache.org on 2015/01/27 19:25:22 UTC

incubator-aurora git commit: Upgrade to rbt=0.7.0.

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 <wf...@apache.org>
Authored: Tue Jan 27 10:24:36 2015 -0800
Committer: Bill Farner <wf...@apache.org>
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