diff options
author | Bill Hoffman <bill.hoffman@kitware.com> | 2010-02-23 17:38:17 (GMT) |
---|---|---|
committer | Bill Hoffman <bill.hoffman@kitware.com> | 2010-02-23 17:38:17 (GMT) |
commit | f3cdbb06168064b97dce99b027bc1d5db86382c0 (patch) | |
tree | 05e7c64cb19942320a9892b4d68e57ac105eba9c /Utilities | |
parent | b0cf7e98ad7633f021009c1a0d267cd5c9e8ec70 (diff) | |
download | CMake-f3cdbb06168064b97dce99b027bc1d5db86382c0.zip CMake-f3cdbb06168064b97dce99b027bc1d5db86382c0.tar.gz CMake-f3cdbb06168064b97dce99b027bc1d5db86382c0.tar.bz2 |
Change the git repository to be the new one and not the -tmp one.
Diffstat (limited to 'Utilities')
-rwxr-xr-x | Utilities/Release/release_cmake.sh.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Utilities/Release/release_cmake.sh.in b/Utilities/Release/release_cmake.sh.in index e4c466c..ee56f39 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@ |