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

Unified Diff: bootstrap/cipd/doc/DEPS.README.md

Issue 1364983002: Add CIPD binary installation to DEPS runhooks. (Closed) Base URL: https://chromium.googlesource.com/infra/infra.git@master
Patch Set: Moved to /cipd, drops README, no sysroot :( 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: bootstrap/cipd/doc/DEPS.README.md
diff --git a/bootstrap/cipd/doc/DEPS.README.md b/bootstrap/cipd/doc/DEPS.README.md
new file mode 100644
index 0000000000000000000000000000000000000000..addc088b3e7675ee5dcbd7991f883c98aa933f5c
--- /dev/null
+++ b/bootstrap/cipd/doc/DEPS.README.md
@@ -0,0 +1,10 @@
+# `infra/cipd`
+
+The contents of this directory, including this file, are automatically managed
Vadim Sh. 2015/09/25 23:46:33 you can put it in cipd/README.md directly. cipd cl
dnj (Google) 2015/09/26 01:10:45 Hmm, I suppose I can.
+by the `infra/bootstrap/install_cipd_packages.py` `DEPS` hook script.
+
+This directory hosts CIPD-installed packages defined in the bootstrap
+configuration. It is effectively an auxiliary `depot_tools` executable space.
+
+This directory should be added to your `$PATH` environment variable to enable
+full `infra` repository functionality.

Powered by Google App Engine
This is Rietveld 408576698