[rtems-docs commit] user/rsb: describe how to create configuration reports

Gedare Bloom gedare at rtems.org
Sun Apr 5 20:56:49 UTC 2020


Module:    rtems-docs
Branch:    master
Commit:    cbdfde035ac9073e503bb2744ccb580f8f126a64
Changeset: http://git.rtems.org/rtems-docs/commit/?id=cbdfde035ac9073e503bb2744ccb580f8f126a64

Author:    Gedare Bloom <gedare at rtems.org>
Date:      Sat Apr  4 22:39:13 2020 -0600

user/rsb: describe how to create configuration reports

Closes #3629.

---

 user/rsb/configuration.rst | 21 ++++++++++++++++++---
 1 file changed, 18 insertions(+), 3 deletions(-)

diff --git a/user/rsb/configuration.rst b/user/rsb/configuration.rst
index 8d0ac14..6e4d3b9 100644
--- a/user/rsb/configuration.rst
+++ b/user/rsb/configuration.rst
@@ -365,11 +365,26 @@ points to are loaded. The second is a file called ``.rsb_macros`` in your home
 directory. You need to have the environment variable ``HOME`` defined for this
 work.
 
+Configuration Reports
+^^^^^^^^^^^^^^^^^^^^^
+
+A configuration report detailing a build configuration is generated by the
+``sb-set-builder`` command. The report can also be generated separately from
+the build process by invoking the ``sb-report`` command on the build set used
+for the build, for example:
+
+.. code-block:: shell
+
+  cd rtems
+  ../source-builder/sb-reports 5/rtems-sparc
+  less 5-rtems-sparc.txt
+
 Report Mailing
-^^^^^^^^^^^^^^
+~~~~~~~~~~~~~~
 
-The build reports can be mailed to a specific email address to logging and
-monitoring. Mailing requires a number of parameters to function. These are:
+Configuration reports from a build can be mailed to a specific email address
+for logging and monitoring. Mailing requires a number of parameters to
+function. These are:
 
 - To mail address
 



More information about the vc mailing list