aboutsummaryrefslogtreecommitdiffhomepage
path: root/infra/config
diff options
context:
space:
mode:
authorGravatar Eric Boren <borenet@google.com>2017-06-06 08:27:09 -0400
committerGravatar Skia Commit-Bot <skia-commit-bot@chromium.org>2017-06-06 12:45:11 +0000
commitf4a5fc7af06e71d03b967416fa6a11e59184e62f (patch)
tree6695531fd7288ba73a6af6151acb48e54475ce7d /infra/config
parent8e200787b769ba9ee0bd4bd37d27ded1fafc06e6 (diff)
Use chrome-infra Git CIPD package
Add Git recipe module to easily use this version of Git anywhere. This fixes recipe bundling and unblocks the recipe roll. Bug: skia: Change-Id: Ib4d1361b7a52676e1992025b29e630ea3ada173b Reviewed-on: https://skia-review.googlesource.com/18833 Reviewed-by: Ravi Mistry <rmistry@google.com> Commit-Queue: Eric Boren <borenet@google.com>
Diffstat (limited to 'infra/config')
-rw-r--r--infra/config/recipes.cfg4
1 files changed, 2 insertions, 2 deletions
diff --git a/infra/config/recipes.cfg b/infra/config/recipes.cfg
index 954845b743..5c3c1274e6 100644
--- a/infra/config/recipes.cfg
+++ b/infra/config/recipes.cfg
@@ -14,12 +14,12 @@
"deps": {
"depot_tools": {
"branch": "master",
- "revision": "be812619bdaa990418316ca1cefac5de8bbd3adb",
+ "revision": "1a10a2e9f341717cde57254232407f8ac5ed4a8b",
"url": "https://chromium.googlesource.com/chromium/tools/depot_tools.git"
},
"recipe_engine": {
"branch": "master",
- "revision": "a64a4d4ad8e4844cb81868a2b24df4d836d5caca",
+ "revision": "ddd199058ea23f965a1a6b276d76cf5c3723baaf",
"url": "https://chromium.googlesource.com/external/github.com/luci/recipes-py.git"
}
},