summaryrefslogtreecommitdiffstats
path: root/Help
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2018-12-18 15:32:03 (GMT)
committerKyle Edwards <kyle.edwards@kitware.com>2018-12-19 16:53:14 (GMT)
commitb99448e0160d5ca90feaf1431a826953c61275f3 (patch)
treeace2d69426926378c0c4348e8a885ceb335465ab /Help
parent89d0f720cbef3f675cc705d961830dc12e96f712 (diff)
downloadCMake-b99448e0160d5ca90feaf1431a826953c61275f3.zip
CMake-b99448e0160d5ca90feaf1431a826953c61275f3.tar.gz
CMake-b99448e0160d5ca90feaf1431a826953c61275f3.tar.bz2
Help/dev: Document where topic stage branch is held
Diffstat (limited to 'Help')
-rw-r--r--Help/dev/review.rst8
1 files changed, 8 insertions, 0 deletions
diff --git a/Help/dev/review.rst b/Help/dev/review.rst
index a524115..0c4eded 100644
--- a/Help/dev/review.rst
+++ b/Help/dev/review.rst
@@ -323,6 +323,14 @@ branch (e.g. ``master``) branch followed by a sequence of merges each
integrating changes from an open MR that has been staged for integration
testing. Each time the target integration branch is updated the stage
is rebuilt automatically by merging the staged MR topics again.
+The branch is stored in the upstream repository by special refs:
+
+* ``refs/stage/master/head``: The current topic stage branch.
+ This is used by continuous builds that report to CDash.
+* ``refs/stage/master/nightly/latest``: Topic stage as of 1am UTC each night.
+ This is used by most nightly builds that report to CDash.
+* ``refs/stage/master/nightly/<yyyy>/<mm>/<dd>``: Topic stage as of 1am UTC
+ on the date specified. This is used for historical reference.
`CMake GitLab Project Developers`_ may stage a MR for integration testing
by adding a comment with a command among the `comment trailing lines`_::