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

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: Use "cipd_package_root/" instead of "bin/", better class grouping. 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 7c2c56f933791686b391629501e352624dcbea67..54ab9dd62dadc374b56a21cc63936577cc3621e2 100644
--- a/DEPS
+++ b/DEPS
@@ -145,6 +145,12 @@ hooks = [
{
"pattern": ".",
"action": [
+ "python", "-u", "./infra/bootstrap/install_cipd_packages.py", "-v",
+ ],
+ },
+ {
+ "pattern": ".",
+ "action": [
"download_from_google_storage",
"--bucket", "chromium-infra",
"--recursive",
« .gitignore ('K') | « .gitignore ('k') | bootstrap/cipd/cipd_linux_amd64.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698