[Cmake-commits] [cmake-commits] king committed CMakeLists.txt 1.415 1.416
cmake-commits at cmake.org
cmake-commits at cmake.org
Thu May 14 16:13:53 EDT 2009
Update of /cvsroot/CMake/CMake/Source
In directory public:/mounts/ram/cvs-serv7609/Source
Modified Files:
CMakeLists.txt
Log Message:
ENH: Teach CTest to handle Bazaar repositories
This creates cmCTestBZR to drive CTest Update handling on bzr-based work
trees. Currently we always update to the head of the remote tracking
branch (bzr pull), so the nightly start time is ignored for Nightly
builds. A later change will address this. Patch from Tom Vercauteren.
See issue #6857.
Index: CMakeLists.txt
===================================================================
RCS file: /cvsroot/CMake/CMake/Source/CMakeLists.txt,v
retrieving revision 1.415
retrieving revision 1.416
diff -C 2 -d -r1.415 -r1.416
*** CMakeLists.txt 22 Apr 2009 13:18:57 -0000 1.415
--- CMakeLists.txt 14 May 2009 20:13:50 -0000 1.416
***************
*** 362,365 ****
--- 362,367 ----
CTest/cmCTestSVN.cxx
CTest/cmCTestSVN.h
+ CTest/cmCTestBZR.cxx
+ CTest/cmCTestBZR.h
CTest/cmCTestGIT.cxx
CTest/cmCTestGIT.h
More information about the Cmake-commits
mailing list