[Cmake-commits] CMake branch, next, updated. v2.8.7-2452-g6c610e4

David Cole david.cole at kitware.com
Fri Feb 3 11:55:53 EST 2012


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, next has been updated
       via  6c610e4a24c836849b80378b13c39c9f58bd8b9d (commit)
       via  bf2e385397d6feeafbc3d3df45bac47b325c6c7a (commit)
       via  46a734cdbd4c2ffb5af64a3f0d8a5c48c47b8140 (commit)
      from  05c034961a45091e24303cf7f36834361f2b0909 (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 -----------------------------------------------------------------
http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=6c610e4a24c836849b80378b13c39c9f58bd8b9d
commit 6c610e4a24c836849b80378b13c39c9f58bd8b9d
Merge: 05c0349 bf2e385
Author:     David Cole <david.cole at kitware.com>
AuthorDate: Fri Feb 3 11:55:37 2012 -0500
Commit:     CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Fri Feb 3 11:55:37 2012 -0500

    Merge topic 'change-trilinos-submit-url' into next
    
    bf2e385 Tests: Update drop site value for the Trilinos contract test
    46a734c KWSys Nightly Date Stamp


http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=bf2e385397d6feeafbc3d3df45bac47b325c6c7a
commit bf2e385397d6feeafbc3d3df45bac47b325c6c7a
Author:     David Cole <david.cole at kitware.com>
AuthorDate: Fri Feb 3 11:48:25 2012 -0500
Commit:     David Cole <david.cole at kitware.com>
CommitDate: Fri Feb 3 11:52:54 2012 -0500

    Tests: Update drop site value for the Trilinos contract test

diff --git a/Tests/Contracts/Trilinos-10-6/Patch.cmake b/Tests/Contracts/Trilinos-10-6/Patch.cmake
index a7aae27..76051eb 100644
--- a/Tests/Contracts/Trilinos-10-6/Patch.cmake
+++ b/Tests/Contracts/Trilinos-10-6/Patch.cmake
@@ -2,6 +2,7 @@ if(NOT DEFINED source_dir)
   message(FATAL_ERROR "variable 'source_dir' not defined")
 endif()
 
+
 if(NOT EXISTS "${source_dir}/CMakeLists.txt")
   message(FATAL_ERROR "error: No CMakeLists.txt file to patch!")
 endif()
@@ -18,3 +19,20 @@ MESSAGE(\"Trilinos_WARNINGS_AS_ERRORS_FLAGS='\${Trilinos_WARNINGS_AS_ERRORS_FLAG
 ")
 
 file(APPEND "${source_dir}/CMakeLists.txt" "${text}")
+
+
+if(NOT EXISTS "${source_dir}/CTestConfig.cmake")
+  message(FATAL_ERROR "error: No CTestConfig.cmake file to patch!")
+endif()
+
+set(text "
+
+#
+# Use newer than 10.6.1 CTestConfig settings from the Trilinos project.
+# Send the Trilinos dashboards to the new Trilinos CDash server instance.
+#
+SET(CTEST_NIGHTLY_START_TIME \"04:00:00 UTC\") # 10 PM MDT or 9 PM MST
+SET(CTEST_DROP_SITE \"testing.sandia.gov\")
+")
+
+file(APPEND "${source_dir}/CTestConfig.cmake" "${text}")

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

Summary of changes:
 Source/kwsys/kwsysDateStamp.cmake         |    2 +-
 Tests/Contracts/Trilinos-10-6/Patch.cmake |   18 ++++++++++++++++++
 2 files changed, 19 insertions(+), 1 deletions(-)


hooks/post-receive
-- 
CMake


More information about the Cmake-commits mailing list