[Cmake-commits] CMake branch, master, updated. v3.14.0-rc3-315-ge58e38f

Kitware Robot kwrobot at kitware.com
Thu Mar 7 10:53:05 EST 2019


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  e58e38f2fbd31fd1527c19c2a33151a6c23ff22f (commit)
       via  46c5830394fc38c6c23cb5ba58efec69b90b33f5 (commit)
      from  2992ba2d02c1cdfe1ea181e3d560087126c700a1 (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=e58e38f2fbd31fd1527c19c2a33151a6c23ff22f
commit e58e38f2fbd31fd1527c19c2a33151a6c23ff22f
Merge: 2992ba2 46c5830
Author:     Kyle Edwards <kyle.edwards at kitware.com>
AuthorDate: Thu Mar 7 15:52:07 2019 +0000
Commit:     Kitware Robot <kwrobot at kitware.com>
CommitDate: Thu Mar 7 10:52:15 2019 -0500

    Merge topic 'more_header_docs'
    
    46c5830394 Help: provide example for HTTPHEADER option to ctest_submit
    
    Acked-by: Kitware Robot <kwrobot at kitware.com>
    Merge-request: !3072


https://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=46c5830394fc38c6c23cb5ba58efec69b90b33f5
commit 46c5830394fc38c6c23cb5ba58efec69b90b33f5
Author:     Zack Galbreath <zack.galbreath at kitware.com>
AuthorDate: Thu Mar 7 09:44:45 2019 -0500
Commit:     Kyle Edwards <kyle.edwards at kitware.com>
CommitDate: Thu Mar 7 10:08:34 2019 -0500

    Help: provide example for HTTPHEADER option to ctest_submit

diff --git a/Help/command/ctest_submit.rst b/Help/command/ctest_submit.rst
index fba03fd..ca9d058 100644
--- a/Help/command/ctest_submit.rst
+++ b/Help/command/ctest_submit.rst
@@ -46,7 +46,15 @@ The options are:
 
 ``HTTPHEADER <HTTP-header>``
   Specify HTTP header to be included in the request to CDash during submission.
-  This suboption can be repeated several times.
+  For example, CDash can be configured to only accept submissions from
+  authenticated clients. In this case, you should provide a bearer token in your
+  header:
+
+  ::
+
+    ctest_submit(HTTPHEADER "Authorization: Bearer <auth-token>")
+
+  This suboption can be repeated several times for multiple headers.
 
 ``RETRY_COUNT <count>``
   Specify how many times to retry a timed-out submission.

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

Summary of changes:
 Help/command/ctest_submit.rst | 10 +++++++++-
 1 file changed, 9 insertions(+), 1 deletion(-)


hooks/post-receive
-- 
CMake


More information about the Cmake-commits mailing list