From 4ff818e61467f716340a43d30a970bcb5ec31ebf Mon Sep 17 00:00:00 2001 From: kjellander Date: Fri, 18 Dec 2015 12:29:28 -0800 Subject: [PATCH] Make download_from_google_storage print less during runhooks. Add the --quiet flag to the download_from_google_storage runhooks step to prevent it from spamming the console when all the files are already downloaded. NOTRY=True Review URL: https://codereview.webrtc.org/1527713003 Cr-Commit-Position: refs/heads/master@{#11090} --- DEPS | 1 + 1 file changed, 1 insertion(+) diff --git a/DEPS b/DEPS index 9ea6c8d88d..724915eae0 100644 --- a/DEPS +++ b/DEPS @@ -102,6 +102,7 @@ hooks = [ '--recursive', '--num_threads=10', '--no_auth', + '--quiet', '--bucket', 'chromium-webrtc-resources', 'src/resources'], },