RBTools
RBTools is a set of command line tools and a Python API for working with
Review Board. It makes it easy to create, update, and land review requests,
check the status of pending review requests, craft custom tools, and provide
integration with custom applications and scripts
See the RBTools manual to learn how to get
the most out of Review Board and RBTools.
RBTools 5.0 for Linux
RBTools requires Python 3.7+.
To install or upgrade RBTools, run the following in a Python virtual
environment or using sudo
:
pip install -U RBTools
RBTools 5.0 for macOS
RBTools requires Python 3.7+.
To install or upgrade RBTools, run the following in a Python virtual
environment or using sudo
:
pip install -U RBTools
RBTools 5.0 for Windows
RBTools is available as a self-contained Windows installer. Simply
download, run it, and follow the instructions! There's no need to have
Python already on your system.
This is compatible with 64-bit installs of Windows 8 or higher. It contains
the RBTools command line tools and Python API, ready to use from any command
prompt.
You may also need command line tools for your version control system of
choice (Git, Subversion, etc.), as well as
GNU Diff.
RBTools requires Python 3.7+.
To install or upgrade RBTools, run the following in a Python virtual
environment or using sudo
:
pip install -U RBTools
RBTools 5.0 for Other Operating Systems
RBTools requires Python 3.7+.
To install or upgrade RBTools, run the following in a Python virtual
environment or using sudo
:
pip install -U RBTools
RBTools 5.0 Source Code
Advanced users can download the source code for this release and compile
it for their platforms.
The latest in-development source code is also
available on GitHub. You can clone it by
typing the following on the command line:
$ git clone https://github.com/reviewboard/rbtools.git