Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(473)

Unified Diff: DEPS

Issue 1364983002: Add CIPD binary installation to DEPS runhooks. (Closed) Base URL: https://chromium.googlesource.com/infra/infra.git@master
Patch Set: Automatically hook up path in Go bootstrap env. Created 5 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: DEPS
diff --git a/DEPS b/DEPS
index f2a1ec6b8f7e28a3b625d8aea1b5d482eee52d2f..dedadd5eb1729d0c7ce2ef29094fb5a4ed9715d8 100644
--- a/DEPS
+++ b/DEPS
@@ -141,6 +141,12 @@ hooks = [
{
"pattern": ".",
"action": [
+ "python", "-u", "./infra/bootstrap/install_cipd_packages.py", "-v",
+ ],
+ },
+ {
+ "pattern": ".",
+ "action": [
"download_from_google_storage",
"--bucket", "chromium-infra",
"--recursive",

Powered by Google App Engine
This is Rietveld 408576698