From 5abb33dd7b53afe3a813ed7fb7e11b8294d2daeb Mon Sep 17 00:00:00 2001 From: Stephen von Takach Date: Tue, 3 Mar 2015 17:17:49 +1100 Subject: [PATCH] build: update the location of gyp MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Google moved the repository PR-URL: https://github.com/libuv/libuv/pull/240 Reviewed-By: Saúl Ibarra Corretgé --- README.md | 2 -- vcbuild.bat | 4 ++-- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index a267f0d5..ad5dddce 100644 --- a/README.md +++ b/README.md @@ -113,8 +113,6 @@ To have GYP generate build script for another system, checkout GYP into the project tree manually: $ git clone https://chromium.googlesource.com/external/gyp.git build/gyp - OR - $ svn co http://gyp.googlecode.com/svn/trunk build/gyp ### Unix diff --git a/vcbuild.bat b/vcbuild.bat index d3b7aa15..084ab957 100644 --- a/vcbuild.bat +++ b/vcbuild.bat @@ -90,8 +90,8 @@ if defined noprojgen goto msbuild @rem Generate the VS project. if exist build\gyp goto have_gyp -echo git clone https://git.chromium.org/external/gyp.git build/gyp -git clone https://git.chromium.org/external/gyp.git build/gyp +echo git clone https://chromium.googlesource.com/external/gyp build/gyp +git clone https://chromium.googlesource.com/external/gyp build/gyp if errorlevel 1 goto gyp_install_failed goto have_gyp