From 5ebe3dd514c721f1b2597b092fe40e77bdaefe8a Mon Sep 17 00:00:00 2001 From: Andreas Jaeger Date: Mon, 31 Oct 2016 20:54:04 +0100 Subject: [PATCH] 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 --- tools/build-all-rst.sh | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/tools/build-all-rst.sh b/tools/build-all-rst.sh index 29e60091fc..32c42a639d 100755 --- a/tools/build-all-rst.sh +++ b/tools/build-all-rst.sh @@ -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