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
This commit is contained in:
parent
cb333530fc
commit
57193f0f62
7
DEPS
7
DEPS
@ -10,7 +10,8 @@ vars = {
|
|||||||
"webrtc_resources_revision": "8",
|
"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 = {
|
deps = {
|
||||||
"trunk/build":
|
"trunk/build":
|
||||||
Var("chromium_trunk") + "/src/build@" + Var("chromium_revision"),
|
Var("chromium_trunk") + "/src/build@" + Var("chromium_revision"),
|
||||||
@ -79,11 +80,11 @@ deps = {
|
|||||||
|
|
||||||
# Used by tools/quality_tracking
|
# Used by tools/quality_tracking
|
||||||
"trunk/third_party/oauth2":
|
"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
|
# Used by tools/quality_tracking
|
||||||
"trunk/third_party/gaeunit":
|
"trunk/third_party/gaeunit":
|
||||||
"https://code.google.com/p/gaeunit.git@e16d5bd4",
|
"http://code.google.com/p/gaeunit.git@e16d5bd4",
|
||||||
}
|
}
|
||||||
|
|
||||||
deps_os = {
|
deps_os = {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user