From f3cdbb06168064b97dce99b027bc1d5db86382c0 Mon Sep 17 00:00:00 2001 From: Bill Hoffman Date: Tue, 23 Feb 2010 12:38:17 -0500 Subject: [PATCH] Change the git repository to be the new one and not the -tmp one. --- Utilities/Release/release_cmake.sh.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Utilities/Release/release_cmake.sh.in b/Utilities/Release/release_cmake.sh.in index e4c466c02..ee56f39ec 100755 --- a/Utilities/Release/release_cmake.sh.in +++ b/Utilities/Release/release_cmake.sh.in @@ -74,7 +74,7 @@ cd @CMAKE_RELEASE_DIRECTORY@ if [ ! -z "@GIT_COMMAND@" ]; then # clone the repo without creating any source files in the directory # matching the branch being built (i.e. master CMake-2-8, etc) - @GIT_COMMAND@ clone -n git://cmake.org/cmake-tmp.git @CMAKE_CREATE_VERSION@ + @GIT_COMMAND@ clone -n git://cmake.org/cmake.git @CMAKE_CREATE_VERSION@ check_exit_value $? "Checkout git cmake source" || exit 1 # go into the git directory cd @CMAKE_CREATE_VERSION@