summaryrefslogtreecommitdiffstats
path: root/documentation/dev-manual/build-quality.rst
diff options
context:
space:
mode:
Diffstat (limited to 'documentation/dev-manual/build-quality.rst')
-rw-r--r--documentation/dev-manual/build-quality.rst12
1 files changed, 5 insertions, 7 deletions
diff --git a/documentation/dev-manual/build-quality.rst b/documentation/dev-manual/build-quality.rst
index 03eee12bef..713ea3a48e 100644
--- a/documentation/dev-manual/build-quality.rst
+++ b/documentation/dev-manual/build-quality.rst
@@ -14,13 +14,11 @@ has already been built when the software is building, the software will
14link to the built library and that library will be pulled into your 14link to the built library and that library will be pulled into your
15image along with the new software even if you did not want the library. 15image along with the new software even if you did not want the library.
16 16
17The :ref:`buildhistory <ref-classes-buildhistory>` 17The :ref:`ref-classes-buildhistory` class helps you maintain the quality of
18class helps you maintain the quality of your build output. You 18your build output. You can use the class to highlight unexpected and possibly
19can use the class to highlight unexpected and possibly unwanted changes 19unwanted changes in the build output. When you enable build history, it records
20in the build output. When you enable build history, it records 20information about the contents of each package and image and then commits that
21information about the contents of each package and image and then 21information to a local Git repository where you can examine the information.
22commits that information to a local Git repository where you can examine
23the information.
24 22
25The remainder of this section describes the following: 23The remainder of this section describes the following:
26 24