[Cmake-commits] CMake branch, nightly-master, updated. v3.8.0-782-g6a440dd

Kitware Robot kwrobot at kitware.com
Tue Apr 18 15:55:09 EDT 2017


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, nightly-master has been updated
       via  6a440dd88bfeb1ab41d133a4e89772d7b409d83a (commit)
       via  afc492d58f0af07d57256be3ac45ac70afecc256 (commit)
       via  f7e3a34d3ca4cfa924a991b3e7f3e8c1d462456a (commit)
       via  eedcaf44bc29ce9506075da77dd4ffb76dbf5eb2 (commit)
       via  59ffd81f174f812b4bfb182f1c50194b5e3b9cdc (commit)
       via  a3636dde5777fac3dd8975257cbb8d07cbad6b15 (commit)
       via  c6a41a13bc025a30252ff569532fd2ca5768b8e9 (commit)
       via  470437f6f93fb7c26afd38176a9779505c7922e5 (commit)
       via  11ab003b3aa3c7a11ae9f63946e9730c8dfab5d9 (commit)
       via  5e616fcf9ac1675fa4f3e7c1dc7f0e3dfb014df3 (commit)
       via  d9d280f531897aa6a40e315a980052d9352e6e7e (commit)
       via  049be8b95f6ef3ce3add8de841adf0957969306b (commit)
       via  d97978b887c087e5c727de514476e6d9b924d61a (commit)
      from  be2c45f2a98d69cc9952b592777bb506f69149a2 (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=6a440dd88bfeb1ab41d133a4e89772d7b409d83a
commit 6a440dd88bfeb1ab41d133a4e89772d7b409d83a
Author:     Brad King <brad.king at kitware.com>
AuthorDate: Tue Apr 18 15:51:19 2017 -0400
Commit:     Brad King <brad.king at kitware.com>
CommitDate: Tue Apr 18 15:54:34 2017 -0400

    Poison cmake.org 'nightly-master' branch
    
    We will no longer maintain this branch.  Poison it with an error
    message that points clients to the gitlab.kitware.com repository.

diff --git a/CMakeLists.txt b/CMakeLists.txt
index 545177b..b140edc 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -1,3 +1,11 @@
+message(FATAL_ERROR
+  "The cmake.org repository branch 'nightly-master' is no longer maintained.\n"
+  "Please see\n"
+  "  https://gitlab.kitware.com/cmake/cmake/blob/master/Help/dev/testing.rst\n"
+  "for instructions to set up integration testing builds that follow the "
+  "gitlab.kitware.com repository."
+  )
+
 # Distributed under the OSI-approved BSD 3-Clause License.  See accompanying
 # file Copyright.txt or https://cmake.org/licensing for details.
 

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

Summary of changes:
 CMakeLists.txt                                     |    8 +++
 Help/manual/cmake-variables.7.rst                  |    1 +
 .../INTERPROCEDURAL_OPTIMIZATION_CONFIG.rst        |    4 ++
 Help/release/dev/cpackifw-search-algorithm.rst     |    7 +++
 .../CMAKE_INTERPROCEDURAL_OPTIMIZATION_CONFIG.rst  |    8 +++
 Modules/CPackIFW.cmake                             |   53 +++++++++++++++++---
 Modules/FindMPI.cmake                              |    1 +
 Modules/Platform/Linux-TinyCC-C.cmake              |    1 +
 Source/CMakeVersion.cmake                          |    2 +-
 Source/cmGeneratorTarget.cxx                       |   20 ++++++++
 Source/cmTarget.cxx                                |   11 ++--
 Tests/RunCMake/CMP0026/CMP0026-OLD.cmake           |   12 +++++
 Tests/RunCMake/CMP0026/RunCMakeTest.cmake          |    1 +
 13 files changed, 115 insertions(+), 14 deletions(-)
 create mode 100644 Help/release/dev/cpackifw-search-algorithm.rst
 create mode 100644 Help/variable/CMAKE_INTERPROCEDURAL_OPTIMIZATION_CONFIG.rst
 create mode 100644 Tests/RunCMake/CMP0026/CMP0026-OLD.cmake


hooks/post-receive
-- 
CMake


More information about the Cmake-commits mailing list