summaryrefslogtreecommitdiffstats
path: root/documentation/toaster-manual/reference.rst
diff options
context:
space:
mode:
Diffstat (limited to 'documentation/toaster-manual/reference.rst')
-rw-r--r--documentation/toaster-manual/reference.rst12
1 files changed, 6 insertions, 6 deletions
diff --git a/documentation/toaster-manual/reference.rst b/documentation/toaster-manual/reference.rst
index 5d52c449cd..988a262188 100644
--- a/documentation/toaster-manual/reference.rst
+++ b/documentation/toaster-manual/reference.rst
@@ -186,7 +186,7 @@ Configuring the Workflow
186------------------------ 186------------------------
187 187
188The ``bldcontrol/management/commands/checksettings.py`` file controls 188The ``bldcontrol/management/commands/checksettings.py`` file controls
189workflow configuration. The following steps outline the process to 189workflow configuration. Here is the process to
190initially populate this database. 190initially populate this database.
191 191
1921. The default project settings are set from 1921. The default project settings are set from
@@ -237,7 +237,7 @@ The following example sets "name" to "CUSTOM_XML_ONLY" and its value to
237Understanding Fixture File Format 237Understanding Fixture File Format
238--------------------------------- 238---------------------------------
239 239
240The following is an overview of the file format used by the 240Here is an overview of the file format used by the
241``oe-core.xml``, ``poky.xml``, and ``custom.xml`` files. 241``oe-core.xml``, ``poky.xml``, and ``custom.xml`` files.
242 242
243The following subsections describe each of the sections in the fixture 243The following subsections describe each of the sections in the fixture
@@ -407,7 +407,7 @@ To get the status of pending builds, use the following call::
407Be sure to provide values for host and port. The output is a JSON file that 407Be sure to provide values for host and port. The output is a JSON file that
408itemizes all builds in progress. This file includes the time in seconds since 408itemizes all builds in progress. This file includes the time in seconds since
409each respective build started as well as the progress of the cloning, parsing, 409each respective build started as well as the progress of the cloning, parsing,
410and task execution. The following is sample output for a build in progress: 410and task execution. Here is sample output for a build in progress:
411 411
412.. code-block:: JSON 412.. code-block:: JSON
413 413
@@ -440,8 +440,8 @@ call::
440 http://host:port/toastergui/api/builds 440 http://host:port/toastergui/api/builds
441 441
442Be sure to provide values for host and port. The output is a JSON file that 442Be sure to provide values for host and port. The output is a JSON file that
443itemizes all complete builds, and includes build summary information. The 443itemizes all complete builds, and includes build summary information. Here
444following is sample output for a completed build: 444is sample output for a completed build:
445 445
446.. code-block:: JSON 446.. code-block:: JSON
447 447
@@ -479,7 +479,7 @@ Completed query. See the ":ref:`toaster-manual/reference:checking status of buil
479section for more information. 479section for more information.
480 480
481The output is a JSON file that itemizes the specific build and includes 481The output is a JSON file that itemizes the specific build and includes
482build summary information. The following is sample output for a specific 482build summary information. Here is sample output for a specific
483build: 483build:
484 484
485.. code-block:: JSON 485.. code-block:: JSON