[PATCH] user/rsb: describe how to create configuration reports

Gedare Bloom gedare at rtems.org
Sun Apr 5 04:43:55 UTC 2020


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 8c8c87f..7ad58ed 100644
--- a/user/rsb/configuration.rst
+++ b/user/rsb/configuration.rst
@@ -364,11 +364,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
 
-- 
2.17.1



More information about the devel mailing list