[Cmake-commits] CMake branch, master, updated. v3.13.2-756-g9c41382

Kitware Robot kwrobot at kitware.com
Thu Dec 20 09:33:04 EST 2018


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "CMake".

The branch, master has been updated
       via  9c41382165cef2524eb2aeff862e6961545f2305 (commit)
       via  b99448e0160d5ca90feaf1431a826953c61275f3 (commit)
      from  0495ce4f98497ba607c5d297f2d5dee70d9a36c6 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
https://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=9c41382165cef2524eb2aeff862e6961545f2305
commit 9c41382165cef2524eb2aeff862e6961545f2305
Merge: 0495ce4 b99448e
Author:     Kyle Edwards <kyle.edwards at kitware.com>
AuthorDate: Thu Dec 20 14:31:59 2018 +0000
Commit:     Kitware Robot <kwrobot at kitware.com>
CommitDate: Thu Dec 20 09:32:05 2018 -0500

    Merge topic 'doc-stage'
    
    b99448e016 Help/dev: Document where topic stage branch is held
    
    Acked-by: Kitware Robot <kwrobot at kitware.com>
    Merge-request: !2753


https://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=b99448e0160d5ca90feaf1431a826953c61275f3
commit b99448e0160d5ca90feaf1431a826953c61275f3
Author:     Brad King <brad.king at kitware.com>
AuthorDate: Tue Dec 18 10:32:03 2018 -0500
Commit:     Kyle Edwards <kyle.edwards at kitware.com>
CommitDate: Wed Dec 19 11:53:14 2018 -0500

    Help/dev: Document where topic stage branch is held

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`_::

-----------------------------------------------------------------------

Summary of changes:
 Help/dev/review.rst | 8 ++++++++
 1 file changed, 8 insertions(+)


hooks/post-receive
-- 
CMake


More information about the Cmake-commits mailing list