- Testing Done:
-
The testing is done locally by publishing this particular review request:
~/svn/chibios-trunk % rbt post
Review request #3 posted.
https://review.chibios.org/r/3/
https://review.chibios.org/r/3/diff/
~/svn/chibios-trunk % rbt status
+--------+----------------+
| Status | Review Request |
+========+================+
| Draft | r/3 - |
+--------+----------------+
+ ~/svn/chibios-trunk % rbt status
+ +---------+------------------------------+
+ | Status | Review Request |
+ +=========+==============================+
+ | Pending | r/3 - Add config for RBTools |
+ +---------+------------------------------+
Add config for RBTools
Review Request #3 — Created Dec. 29, 2022 and updated
The
rbt
command tool is used to simplify interaction with the review process, e.g. for posting or downloading changes. The detailed information about RBTools, e.g. how to install it and start using, is available on the official site. The.reviewboardrc
config file added in the root of the repository, is used byrbt
to find information about the server and the project name default to all users. This is a recommended option. This is not the only option available for users to configurerbt
. It's also possible to avoid adding.reviewboardrc
to the repository and in this case each user has to have their own local.reviewboardrc
in their home directories or they have to specify parameters as CLI flags.
The testing is done locally by publishing this particular review request:
~/svn/chibios-trunk % rbt post Review request #3 posted. https://review.chibios.org/r/3/ https://review.chibios.org/r/3/diff/ ~/svn/chibios-trunk % rbt status +--------+----------------+ | Status | Review Request | +========+================+ | Draft | r/3 - | +--------+----------------+ ~/svn/chibios-trunk % rbt status +---------+------------------------------+ | Status | Review Request | +=========+==============================+ | Pending | r/3 - Add config for RBTools | +---------+------------------------------+
- Description:
-
~ The
rbt
command tool is used to simplify interaction with the review process, e.g. for posting or downloading changes. The detailed information about RBTools, e.g. how to install it and start using, is available on the official site.~ The
rbt
command tool is used to simplify interaction with the review process, e.g. for posting or downloading changes. The detailed information about RBTools, e.g. how to install it and start using, is available on the official site. The.reviewboardrc
config file added in the root of the repository, is used byrbt
to find information about the server and the project name default to all users. This is a recommended option. This is not the only option available for users to configurerbt
. It's also possible to avoid adding.reviewboardrc
to the repository and in this case each user has to have their own local.reviewboardrc
in their home directories or they have to specify parameters as CLI flags.