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

Unified Diff: recipe_modules/git/example.expected/git-cache-checkout.json

Issue 2173823002: git recipe_module: add experimental git-cache support. (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/depot_tools.git@master
Patch Set: improved Created 4 years, 5 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
« no previous file with comments | « recipe_modules/git/example.py ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: recipe_modules/git/example.expected/git-cache-checkout.json
diff --git a/recipe_modules/git/example.expected/basic.json b/recipe_modules/git/example.expected/git-cache-checkout.json
similarity index 94%
copy from recipe_modules/git/example.expected/basic.json
copy to recipe_modules/git/example.expected/git-cache-checkout.json
index 47ded207adf3de2adbd9de7faefb070b439691d4..47f782240535ae5872caa7bda7be12ad2d061fd4 100644
--- a/recipe_modules/git/example.expected/basic.json
+++ b/recipe_modules/git/example.expected/git-cache-checkout.json
@@ -15,6 +15,18 @@
"cmd": [
"git",
"retry",
+ "cache",
+ "fetch",
+ "-c",
+ "[GIT_CACHE]"
+ ],
+ "cwd": "[SLAVE_BUILD]/src",
+ "name": "fetch cache"
+ },
+ {
+ "cmd": [
+ "git",
+ "retry",
"fetch",
"origin",
"master",
« no previous file with comments | « recipe_modules/git/example.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698