Skip to content

Commit

Permalink
Upgrade to the latest rbt release.
Browse files Browse the repository at this point in the history
This picks up speed fixes (less API calls) and the new login and logout
subcommands.

See the intervening release notes since 0.7:
+ 0.7.1 http://blog.rbcommons.com/2015/02/04/rbtools-0-7-1-is-released/
+ 0.7.2 http://blog.rbcommons.com/2015/03/09/rbtools-0-7-2-is-here/

Testing Done:
I used 0.7.2 to post this RB.

CI went green here:
  https://travis-ci.org/pantsbuild/pants/builds/53746083

Bugs closed: 1231

Reviewed at https://rbcommons.com/s/twitter/r/1893/
  • Loading branch information
jsirois committed Mar 11, 2015
1 parent f9a631f commit 3253942
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rbt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/env bash

source $(dirname $0)/build-support/python/libvirtualenv.sh
setup_virtualenv 'rbt' 'RBTools==0.7' \
setup_virtualenv 'rbt' 'RBTools==0.7.2' \
'--allow-external RBTools --allow-unverified RBTools'
exec rbt "$@"

0 comments on commit 3253942

Please sign in to comment.