Add config for RBTools

Review Request #3 — Created Dec. 29, 2022 and updated

Information

ChibiOS
trunk

Reviewers

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 by rbt 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 configure rbt. 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 |
+---------+------------------------------+
AK
AK
Review request changed
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 by rbt 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 configure rbt. 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.

GI
  1. Ship It!

  2. 
      
FP
  1. Ship It!
  2. 
      
GI
  1. Ship It!
  2. 
      
GI
  1. It is not clear to me what this file should contain, suggestions?

    1. The content of .reviewboardrc is very simple and it contains a couple of parameters, so rbt knows how to find the server and the repository

      REVIEWBOARD_URL = 'https://review.chibios.org/'
      REPOSITORY = 'ChibiOS'
      
  2.