[Cmake-commits] CMake branch, next, updated. v2.8.1-1471-gbee4ee3

Zach Mullen zach.mullen at kitware.com
Tue Jun 22 11:14:12 EDT 2010


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  bee4ee39e2cd5a297c44ff203b5b3a1108fac415 (commit)
       via  87054972a703efac5137ab3d83f7f0dc9c10b9b3 (commit)
      from  f61dc4503646b953031bf7630652c4236325722e (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=bee4ee39e2cd5a297c44ff203b5b3a1108fac415
commit bee4ee39e2cd5a297c44ff203b5b3a1108fac415
Merge: f61dc45 8705497
Author: Zach Mullen <zach.mullen at kitware.com>
Date:   Tue Jun 22 11:14:10 2010 -0400

    Merge branch 'ctest-file-checksum' into next


http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=87054972a703efac5137ab3d83f7f0dc9c10b9b3
commit 87054972a703efac5137ab3d83f7f0dc9c10b9b3
Author: Zach Mullen <zach.mullen at kitware.com>
Date:   Tue Jun 22 11:13:48 2010 -0400

    Checksum test should use CMAKE_TESTS_CDASH_SERVER

diff --git a/Tests/CTestTestChecksum/test.cmake.in b/Tests/CTestTestChecksum/test.cmake.in
index 7ef8ab2..c3c41a5 100644
--- a/Tests/CTestTestChecksum/test.cmake.in
+++ b/Tests/CTestTestChecksum/test.cmake.in
@@ -20,4 +20,9 @@ CTEST_START(Experimental)
 CTEST_CONFIGURE(BUILD "${CTEST_BINARY_DIRECTORY}" RETURN_VALUE res)
 CTEST_BUILD(BUILD "${CTEST_BINARY_DIRECTORY}" RETURN_VALUE res)
 CTEST_TEST(BUILD "${CTEST_BINARY_DIRECTORY}" RETURN_VALUE res PARALLEL_LEVEL 4)
+
+SET(CTEST_DROP_METHOD "@protocol@")
+SET(CTEST_DROP_SITE "@server@")
+SET(CTEST_DROP_LOCATION "@path@/submit.php?project=PublicDashboard")
+
 CTEST_SUBMIT(RETRY_DELAY 3 RETRY_COUNT 2 INTERNAL_TEST_CHECKSUM RETURN_VALUE res)

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

Summary of changes:
 Tests/CTestTestChecksum/test.cmake.in |    5 +++++
 1 files changed, 5 insertions(+), 0 deletions(-)


hooks/post-receive
-- 
CMake


More information about the Cmake-commits mailing list