Skip to content

Commit

Permalink
Upgrade to RBTools latest.
Browse files Browse the repository at this point in the history
Testing Done:
Posted this review using `./rbt`.

For full disclosure, actually:
```console
./rbt post \
  -o \
  --target-groups=pants-reviews \
  --branch="$(git branch | grep "*" | cut -d " " -f2)" \
  --description="$(git slog -1 --format=format:%b)" \
  --summary="$(git log -1 --pretty=format:%s)" \
  --bugs=1676 \
  --parent=HEAD~1
```

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

Bugs closed: 1676

Reviewed at https://rbcommons.com/s/twitter/r/2360/
  • Loading branch information
jsirois committed Jun 12, 2015
1 parent f593380 commit ed7ee23
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions 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.2' \
'--allow-external RBTools --allow-unverified RBTools'
setup_virtualenv 'rbt' 'RBTools==0.7.4' \
'--allow-external RBTools'
exec rbt "$@"

0 comments on commit ed7ee23

Please sign in to comment.