This is an automated email from the ASF dual-hosted git repository.
bmahler pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/mesos.git
The following commit(s) were added to refs/heads/master by this push:
new c39a310 Added a note about RBTool version to the docs.
c39a310 is described below
commit c39a310b6e8faa6600c6d051070e1600dd4abd7d
Author: bmahler <[email protected]>
AuthorDate: Mon Jan 7 14:08:50 2019 -0500
Added a note about RBTool version to the docs.
When attempted to set up a new laptop, I noticed that RBTools
1.0.1 does not work and 0.7.10 does. Until we figure this out, I've
added a warning to the docs.
---
docs/advanced-contribution.md | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/docs/advanced-contribution.md b/docs/advanced-contribution.md
index fb80d7f..28a3141 100644
--- a/docs/advanced-contribution.md
+++ b/docs/advanced-contribution.md
@@ -14,7 +14,7 @@ If you'd like to make significant contributions to Mesos,
then you'll want to be
+ Apache JIRA Account
<br/><br/>
* Required installations
- + RBtools
+ + RBtools (0.7.10 is known to work, 1.0.1 appears to have an issue)
## Issue Tracking, Code Review, and Mailing Lists
@@ -89,7 +89,7 @@ Here is the standard procedure for proposing and making
changes to Mesos:
1. You're ready to submit your patch for review!
1. Log in or create an account at [Apache Review
Board](http://reviews.apache.org).
2. The easiest (and recommended) way to submit reviews is through
`post-reviews.py` a wrapper around post-review.
- 3. First, install RBTools. [See
Instructions](https://www.reviewboard.org/docs/rbtools/dev/).
+ 3. First, install RBTools (0.7.10 is recommended, 1.0.1 appears to have an
issue). [See Instructions](https://www.reviewboard.org/docs/rbtools/dev/).
4. Configure post-review. The easiest method is to symlink to the sample
config: `ln -s support/reviewboardrc .reviewboardrc`.
5. Log into Review Board from the command line: run `rbt status`.
6. From your local branch run `support/post-reviews.py`.