[Cmake-commits] [cmake-commits] king committed CMakeLists.txt 1.414 1.415

cmake-commits at cmake.org cmake-commits at cmake.org
Wed Apr 22 09:19:02 EDT 2009


Update of /cvsroot/CMake/CMake/Source
In directory public:/mounts/ram/cvs-serv17546/Source

Modified Files:
	CMakeLists.txt 
Log Message:
ENH: Teach CTest to handle git repositories

This creates cmCTestGIT to drive CTest Update handling on git-based work
trees.  Currently we always update to the head of the remote tracking
branch (git pull), so the nightly start time is ignored for Nightly
builds.  A later change will address this.  See issue #6994.


Index: CMakeLists.txt
===================================================================
RCS file: /cvsroot/CMake/CMake/Source/CMakeLists.txt,v
retrieving revision 1.414
retrieving revision 1.415
diff -C 2 -d -r1.414 -r1.415
*** CMakeLists.txt	22 Apr 2009 13:18:17 -0000	1.414
--- CMakeLists.txt	22 Apr 2009 13:18:57 -0000	1.415
***************
*** 362,365 ****
--- 362,367 ----
    CTest/cmCTestSVN.cxx
    CTest/cmCTestSVN.h
+   CTest/cmCTestGIT.cxx
+   CTest/cmCTestGIT.h
    )
  



More information about the Cmake-commits mailing list