From 57193f0f628e5499e211b970df4864b265e768aa Mon Sep 17 00:00:00 2001 From: "andrew@webrtc.org" Date: Thu, 16 Feb 2012 01:20:15 +0000 Subject: [PATCH] Use http rather than https in DEPS. https can cause problems for users behind proxies. The problem in this case was with the gaeunit googlecode repo, but I changed the github repo as well for consistency. BUG=276 TEST=gclient sync Review URL: https://webrtc-codereview.appspot.com/392010 git-svn-id: http://webrtc.googlecode.com/svn/trunk@1700 4adac7df-926f-26a2-2b94-8c16560cd09d --- DEPS | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/DEPS b/DEPS index e24d1caecf..e9da5a48b0 100644 --- a/DEPS +++ b/DEPS @@ -10,7 +10,8 @@ vars = { "webrtc_resources_revision": "8", } -# NOTE: Prefer revision numbers to tags for svn deps. +# NOTE: Prefer revision numbers to tags for svn deps. Use http rather than +# https; the latter can cause problems for users behind proxies. deps = { "trunk/build": Var("chromium_trunk") + "/src/build@" + Var("chromium_revision"), @@ -79,11 +80,11 @@ deps = { # Used by tools/quality_tracking "trunk/third_party/oauth2": - "https://github.com/simplegeo/python-oauth2.git@a83f4a29", + "http://github.com/simplegeo/python-oauth2.git@a83f4a29", # Used by tools/quality_tracking "trunk/third_party/gaeunit": - "https://code.google.com/p/gaeunit.git@e16d5bd4", + "http://code.google.com/p/gaeunit.git@e16d5bd4", } deps_os = {