Skip to content

Commit

Permalink
Upgrade RBTools (rbt) to latest.
Browse files Browse the repository at this point in the history
Notably this adds the new `land` subcommand for
potentially smoother patching to mainline master.

Testing Done:
Created this review with `./rbt-create`.

Verified new rbt (land subcommand exists):
```console
$ ./rbt -h | grep land
  land
```

Bugs closed: 961

Reviewed at https://rbcommons.com/s/twitter/r/1629/
  • Loading branch information
jsirois committed Jan 19, 2015
1 parent f82aa16 commit dd616d3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .reviewboardrc
Original file line number Diff line number Diff line change
@@ -1,2 +1,4 @@
REVIEWBOARD_URL = 'https://rbcommons.com/s/twitter/'
REPOSITORY = 'pants'
LAND_DEST_BRANCH = 'master'
LAND_SQUASH = True
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.6' \
setup_virtualenv 'rbt' 'RBTools==0.7' \
'--allow-external RBTools --allow-unverified RBTools'
exec rbt "$@"

0 comments on commit dd616d3

Please sign in to comment.