From 776d8df25f2b6c842e7f29ab2ff5c57ca149a4f9 Mon Sep 17 00:00:00 2001 From: "wjia@webrtc.org" Date: Mon, 27 Jan 2014 19:55:16 +0000 Subject: [PATCH] Fix hooks in DEPS to allow read-only checkout to succeed. The tool download_from_google_storage requires authentication by default. The test resources doesn't fit in this category. Using "no_auth" also allows read-only checkout to sync successfully. R=andrew@webrtc.org Review URL: https://webrtc-codereview.appspot.com/7669004 git-svn-id: http://webrtc.googlecode.com/svn/trunk@5442 4adac7df-926f-26a2-2b94-8c16560cd09d --- DEPS | 1 + 1 file changed, 1 insertion(+) diff --git a/DEPS b/DEPS index b66ebec8b..38e2436e9 100644 --- a/DEPS +++ b/DEPS @@ -276,6 +276,7 @@ hooks = [ "--directory", "--recursive", "--num_threads=10", + "--no_auth", "--bucket", "chromium-webrtc-resources", Var("root_dir") + "/resources"], },