From 32338590a542f92f8829d82f977e6db3e54db8b1 Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Tue, 25 Feb 2014 19:12:03 -0600 Subject: ref-manual: Added BUILDHISTORY_COMMIT_AUTHOR to glossary. (From yocto-docs rev: 2cb9f1fca507910963cf701d5a0cf8b0ce333135) Signed-off-by: Scott Rifenbark Signed-off-by: Richard Purdie --- documentation/ref-manual/ref-variables.xml | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) diff --git a/documentation/ref-manual/ref-variables.xml b/documentation/ref-manual/ref-variables.xml index 3928a1fa42..09e115b410 100644 --- a/documentation/ref-manual/ref-variables.xml +++ b/documentation/ref-manual/ref-variables.xml @@ -924,6 +924,36 @@ + BUILDHISTORY_COMMIT_AUTHOR + + + When inheriting the + buildhistory + class, specifies the author to use for each Git commit. + In order for the BUILDHISTORY_COMMIT_AUTHOR + variable to work, the + BUILDHISTORY_COMMIT + variable must be set to "1". + + + + Git requires that the value you provide for the + BUILDHISTORY_COMMIT_AUTHOR variable + takes the form of "name <email@host>". + Providing an email address or host that is not valid does + not produce an error. + + + + By default, the buildhistory class + sets the variable as follows: + + BUILDHISTORY_COMMIT_AUTHOR ?= "buildhistory <buildhistory@${DISTRO}>" + + + + + BUILDHISTORY_DIR -- cgit v1.2.3-54-g00ecf