mirror of
https://git.yoctoproject.org/poky
synced 2026-05-04 22:39:49 +02:00
ref-manual: Added BUILDHISTORY_COMMIT_AUTHOR to glossary.
(From yocto-docs rev: 2cb9f1fca507910963cf701d5a0cf8b0ce333135) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
47ca2108e1
commit
32338590a5
@@ -924,6 +924,36 @@
|
||||
</glossdef>
|
||||
</glossentry>
|
||||
|
||||
<glossentry id='var-BUILDHISTORY_COMMIT_AUTHOR'><glossterm>BUILDHISTORY_COMMIT_AUTHOR</glossterm>
|
||||
<glossdef>
|
||||
<para>
|
||||
When inheriting the
|
||||
<link linkend='ref-classes-buildhistory'><filename>buildhistory</filename></link>
|
||||
class, specifies the author to use for each Git commit.
|
||||
In order for the <filename>BUILDHISTORY_COMMIT_AUTHOR</filename>
|
||||
variable to work, the
|
||||
<link linkend='var-BUILDHISTORY_COMMIT'><filename>BUILDHISTORY_COMMIT</filename></link>
|
||||
variable must be set to "1".
|
||||
</para>
|
||||
|
||||
<para>
|
||||
Git requires that the value you provide for the
|
||||
<filename>BUILDHISTORY_COMMIT_AUTHOR</filename> variable
|
||||
takes the form of "name <email@host>".
|
||||
Providing an email address or host that is not valid does
|
||||
not produce an error.
|
||||
</para>
|
||||
|
||||
<para>
|
||||
By default, the <filename>buildhistory</filename> class
|
||||
sets the variable as follows:
|
||||
<literallayout class='monospaced'>
|
||||
BUILDHISTORY_COMMIT_AUTHOR ?= "buildhistory <buildhistory@${DISTRO}>"
|
||||
</literallayout>
|
||||
</para>
|
||||
</glossdef>
|
||||
</glossentry>
|
||||
|
||||
<glossentry id='var-BUILDHISTORY_DIR'><glossterm>BUILDHISTORY_DIR</glossterm>
|
||||
<glossdef>
|
||||
<para>
|
||||
|
||||
Reference in New Issue
Block a user