NO BUG - Install RBTools 0.6
We were previously installing a pre-release of RBTools from Git. The patches we were waiting on are now in RBTools 0.6. So, install the released version from PyPI. DONTBUILD (NPOTB)
This commit is contained in:
@@ -302,13 +302,7 @@ class ReviewboardToolsProvider(MachCommandBase):
|
||||
args = ['help']
|
||||
|
||||
self._activate_virtualenv()
|
||||
# We install RBTools from source control because the currently released
|
||||
# version doesn't have patches that make Mercurial usable in many
|
||||
# scenarios.
|
||||
commit = '416a728292dff3f279e5d695f48a29749b51b77a'
|
||||
self.virtualenv_manager.install_pip_package(
|
||||
'git+https://github.com/reviewboard/rbtools.git@%s#egg=RBTools' %
|
||||
commit)
|
||||
self.virtualenv_manager.install_pip_package('RBTools==0.6')
|
||||
|
||||
from rbtools.commands.main import main
|
||||
|
||||
|
||||
Reference in New Issue
Block a user