summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--documentation/ref-manual/variables.rst14
1 files changed, 14 insertions, 0 deletions
diff --git a/documentation/ref-manual/variables.rst b/documentation/ref-manual/variables.rst
index 354721d1a8..3de37a1ab5 100644
--- a/documentation/ref-manual/variables.rst
+++ b/documentation/ref-manual/variables.rst
@@ -1021,6 +1021,20 @@ system and gives an overview of their function and contents.
1021 1021
1022 BUILDHISTORY_IMAGE_FILES ?= "/etc/passwd /etc/group" 1022 BUILDHISTORY_IMAGE_FILES ?= "/etc/passwd /etc/group"
1023 1023
1024 :term:`BUILDHISTORY_PATH_PREFIX_STRIP`
1025 When inheriting the :ref:`buildhistory <ref-classes-buildhistory>`
1026 class, this variable specifies a common path prefix that should be
1027 stripped off the beginning of paths in the task signature list when the
1028 ``task`` feature is active in :term:`BUILDHISTORY_FEATURES`. This can be
1029 useful when build history is populated from multiple sources that may not
1030 all use the same top level directory.
1031
1032 By default, the ``buildhistory`` class sets the variable as follows::
1033
1034 BUILDHISTORY_PATH_PREFIX_STRIP ?= ""
1035
1036 In this case, no prefixes will be stripped.
1037
1024 :term:`BUILDHISTORY_PUSH_REPO` 1038 :term:`BUILDHISTORY_PUSH_REPO`
1025 When inheriting the :ref:`buildhistory <ref-classes-buildhistory>` 1039 When inheriting the :ref:`buildhistory <ref-classes-buildhistory>`
1026 class, this variable optionally specifies a remote repository to 1040 class, this variable optionally specifies a remote repository to