Explorar o código

Change the git repository to be the new one and not the -tmp one.

Bill Hoffman %!s(int64=15) %!d(string=hai) anos
pai
achega
f3cdbb0616
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      Utilities/Release/release_cmake.sh.in

+ 1 - 1
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@