From cbdfde035ac9073e503bb2744ccb580f8f126a64 Mon Sep 17 00:00:00 2001 From: Gedare Bloom Date: Sat, 4 Apr 2020 22:39:13 -0600 Subject: user/rsb: describe how to create configuration reports Closes #3629. --- user/rsb/configuration.rst | 21 ++++++++++++++++++--- 1 file changed, 18 insertions(+), 3 deletions(-) (limited to 'user/rsb/configuration.rst') 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 -- cgit v1.2.3