[Cmake-commits] CMake branch, next, updated. v2.8.6-2172-g61e773a
David Cole
david.cole at kitware.com
Fri Dec 9 09:00:38 EST 2011
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 61e773ab20e417b5a1a7e30ac1c9143efa5269c4 (commit)
via 61a7da279a71f251aa9ff9d5713838f0a20cbead (commit)
via 33c24b210099c6cc9fc8f7b504444621014ab6b3 (commit)
via e61d2ded80e98c96911eaf9545f720c29de72dc3 (commit)
from 87a1ebc9c7a9d3ed0723405c90f1e48aeaaf4562 (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=61e773ab20e417b5a1a7e30ac1c9143efa5269c4
commit 61e773ab20e417b5a1a7e30ac1c9143efa5269c4
Merge: 87a1ebc 61a7da2
Author: David Cole <david.cole at kitware.com>
AuthorDate: Fri Dec 9 09:00:36 2011 -0500
Commit: CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Fri Dec 9 09:00:36 2011 -0500
Merge topic 'update-cygwin-release-script' into next
61a7da2 Release: Increase timeout for slow-testing cygwin build
33c24b2 KWSys Nightly Date Stamp
e61d2de KWSys Nightly Date Stamp
http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=61a7da279a71f251aa9ff9d5713838f0a20cbead
commit 61a7da279a71f251aa9ff9d5713838f0a20cbead
Author: David Cole <david.cole at kitware.com>
AuthorDate: Fri Dec 9 08:58:25 2011 -0500
Commit: David Cole <david.cole at kitware.com>
CommitDate: Fri Dec 9 08:58:25 2011 -0500
Release: Increase timeout for slow-testing cygwin build
Previously, the ExternalProject test was timing out at the
default timeout value of 1500 seconds. Give it time, little
one, it will finish if you learn patience.
diff --git a/Utilities/Release/dash2win64_cygwin.cmake b/Utilities/Release/dash2win64_cygwin.cmake
index da66002..74d5012 100644
--- a/Utilities/Release/dash2win64_cygwin.cmake
+++ b/Utilities/Release/dash2win64_cygwin.cmake
@@ -8,6 +8,7 @@ set(CPACK_SOURCE_GENERATORS "CygwinSource")
set(MAKE_PROGRAM "make")
set(INITIAL_CACHE "CMAKE_BUILD_TYPE:STRING=Release
CMAKE_Fortran_COMPILER_FULLPATH:FILEPATH=FALSE
+DART_TESTING_TIMEOUT:STRING=7200
")
set(CXX g++)
set(CC gcc)
-----------------------------------------------------------------------
Summary of changes:
Source/kwsys/kwsysDateStamp.cmake | 2 +-
Utilities/Release/dash2win64_cygwin.cmake | 1 +
2 files changed, 2 insertions(+), 1 deletions(-)
hooks/post-receive
--
CMake
More information about the Cmake-commits
mailing list