[Cmake-commits] CMake branch, next, updated. v3.0.0-3885-gc0508c4

Brad King brad.king at kitware.com
Tue Jun 24 13:34:48 EDT 2014


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  c0508c48707236c275d13a07f92cfd53227ce915 (commit)
       via  87e4c556131c94e594498442985e5e9416dd3ea3 (commit)
      from  8b15ddf5df05dfcb11d92e49f29ce0fa9cdfcbf1 (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=c0508c48707236c275d13a07f92cfd53227ce915
commit c0508c48707236c275d13a07f92cfd53227ce915
Merge: 8b15ddf 87e4c55
Author:     Brad King <brad.king at kitware.com>
AuthorDate: Tue Jun 24 13:34:47 2014 -0400
Commit:     CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Tue Jun 24 13:34:47 2014 -0400

    Merge topic 'CTestConfig-update-cdash-location' into next
    
    87e4c556 CTestConfig: Update CDash server URL


http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=87e4c556131c94e594498442985e5e9416dd3ea3
commit 87e4c556131c94e594498442985e5e9416dd3ea3
Author:     Brad King <brad.king at kitware.com>
AuthorDate: Tue Jun 24 13:35:33 2014 -0400
Commit:     Brad King <brad.king at kitware.com>
CommitDate: Tue Jun 24 13:35:33 2014 -0400

    CTestConfig: Update CDash server URL
    
    It is now at open.cdash.org and does not start in "/CDash".

diff --git a/CTestConfig.cmake b/CTestConfig.cmake
index 819f9ba..df2f94c 100644
--- a/CTestConfig.cmake
+++ b/CTestConfig.cmake
@@ -13,8 +13,8 @@ set(CTEST_PROJECT_NAME "CMake")
 set(CTEST_NIGHTLY_START_TIME "1:00:00 UTC")
 
 set(CTEST_DROP_METHOD "http")
-set(CTEST_DROP_SITE "www.cdash.org")
-set(CTEST_DROP_LOCATION "/CDash/submit.php?project=CMake")
+set(CTEST_DROP_SITE "open.cdash.org")
+set(CTEST_DROP_LOCATION "/submit.php?project=CMake")
 set(CTEST_DROP_SITE_CDASH TRUE)
 set(CTEST_CDASH_VERSION "1.6")
 set(CTEST_CDASH_QUERY_VERSION TRUE)

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

Summary of changes:
 CTestConfig.cmake |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)


hooks/post-receive
-- 
CMake


More information about the Cmake-commits mailing list