[
https://issues.apache.org/jira/browse/MESOS-1333?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13994578#comment-13994578
]
Steven Phung commented on MESOS-1333:
-------------------------------------
Rebased revision range changes for rbt 0.6 on top of master at
https://reviews.apache.org/r/21257/.
The issue is that the --revision-range option has been removed as of 0.6 and
invoking rbt post with it produces the following error:
stphung@gush:~/workspace/code/mesos$ rbt post --revision-range=abc:def
ERROR: The --revision-range argument has been removed. To post a diff for one
or more specific revisions, pass those revisions as arguments. For more
information, see the RBTools 0.6 Release Notes.
> Runtime error when invoking post-reviews.py with rbt 0.6
> --------------------------------------------------------
>
> Key: MESOS-1333
> URL: https://issues.apache.org/jira/browse/MESOS-1333
> Project: Mesos
> Issue Type: Bug
> Components: general
> Reporter: Steven Phung
> Assignee: Vinod Kone
> Fix For: 0.19.0
>
>
> Traceback (most recent call last):
> File "./support/post-reviews.py", line 70, in <module>
> elif execute('rbt', '--version', ignore_errors=True):
> TypeError: execute() got multiple values for keyword argument 'ignore_errors'
--
This message was sent by Atlassian JIRA
(v6.2#6252)