diff options
author | Bill Hoffman <bill.hoffman@kitware.com> | 2011-01-07 18:50:36 (GMT) |
---|---|---|
committer | Bill Hoffman <bill.hoffman@kitware.com> | 2011-01-07 18:50:36 (GMT) |
commit | faf1c1e49f46fda171541d9f08efaf225457edc5 (patch) | |
tree | b1c9b0ee82e4401e63425debdbbfe1646dbc9e85 /Utilities | |
parent | 4b05a213028b09660d4651b46a1cc3f102c8ad97 (diff) | |
download | CMake-faf1c1e49f46fda171541d9f08efaf225457edc5.zip CMake-faf1c1e49f46fda171541d9f08efaf225457edc5.tar.gz CMake-faf1c1e49f46fda171541d9f08efaf225457edc5.tar.bz2 |
Change the nightly tests to build from the nightly branch and not next.
This will make sure that the nightly test matches the dashboard nightly section.
When it was next, it used next from when the test was run.
Diffstat (limited to 'Utilities')
-rw-r--r-- | Utilities/Release/release_cmake.cmake | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Utilities/Release/release_cmake.cmake b/Utilities/Release/release_cmake.cmake index 3a35ec3..939d9dc 100644 --- a/Utilities/Release/release_cmake.cmake +++ b/Utilities/Release/release_cmake.cmake @@ -34,7 +34,7 @@ if(NOT DEFINED CVS_COMMAND) set(CVS_COMMAND cvs) endif(NOT DEFINED CVS_COMMAND) -if(${CMAKE_CREATE_VERSION} MATCHES "^(release|maint|next)$") +if(${CMAKE_CREATE_VERSION} MATCHES "^(release|maint|next|nightly)$") set(GIT_BRANCH origin/${CMAKE_CREATE_VERSION}) else() set(GIT_BRANCH ${CMAKE_CREATE_VERSION}) |