Enhance root-marker

Add ZUUL_NEWREV to the AFS root-marker file that is used for publishing
content to the new AFS based docs site.

Change-Id: I310b6e2aca3b5d8858fa16d07fc4f9d292b52a35
This commit is contained in:
Andreas Jaeger 2016-10-31 20:54:04 +01:00
parent a2e3c0c48d
commit 5ebe3dd514

View File

@ -25,6 +25,7 @@ done
tools/build-install-guides-rst.sh $LINKCHECK
# This marker is needed for infra publishing
MARKER_TEXT="Project: $ZUUL_PROJECT Ref: $ZUUL_REFNAME Build: $ZUUL_UUID"
# This marker is needed for infra publishing.
# Note for stable branches, this needs to be the top of each manual.
MARKER_TEXT="Project: $ZUUL_PROJECT Ref: $ZUUL_REFNAME Build: $ZUUL_UUID Revision: $ZUUL_NEWREV"
echo $MARKER_TEXT > publish-docs/.root-marker