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

Unified Diff: infra/config/recipes.cfg

Issue 1494103004: Set up depot_tools as a recipe package, and add depot_tools recipe module. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/depot_tools
Patch Set: Created 5 years 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: infra/config/recipes.cfg
diff --git a/infra/config/recipes.cfg b/infra/config/recipes.cfg
new file mode 100644
index 0000000000000000000000000000000000000000..2a2dcf68faf0019b487058ee1ea110e5fcd6f221
--- /dev/null
+++ b/infra/config/recipes.cfg
@@ -0,0 +1,9 @@
+api_version: 1
iannucci 2015/12/04 20:17:17 it occurs to me that this is maybe a poorly chosen
+project_id: "depot_tools"
+recipes_path: ""
+deps {
+ project_id: "recipe_engine"
+ url: "https://chromium.googlesource.com/external/github.com/luci/recipes-py.git"
+ branch: "master"
+ revision: "cbbcfad66fa7239561436e495963bf9a32cecdf2"
+}
« no previous file with comments | « infra/config/OWNERS ('k') | recipe_modules/depot_tools/__init__.py » ('j') | recipes.py » ('J')

Powered by Google App Engine
This is Rietveld 408576698