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

Unified Diff: scripts/slave/recipes/chromium.expected/kitchen_path_config.json

Issue 1942903002: build: sanitize non-alpha characters in builder cache path (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: Created 4 years, 8 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 | « scripts/slave/recipes/chromium.expected/full_chromium_fyi_Linux_Kitchen__kitchen_run_.json ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: scripts/slave/recipes/chromium.expected/kitchen_path_config.json
diff --git a/scripts/slave/recipes/chromium.expected/kitchen_path_config.json b/scripts/slave/recipes/chromium.expected/kitchen_path_config.json
index 5efadb059d64e6c76241b6173a9145fcaf5018cd..55946e61117095fb6edbffc2dd4af7a61f9e9460 100644
--- a/scripts/slave/recipes/chromium.expected/kitchen_path_config.json
+++ b/scripts/slave/recipes/chromium.expected/kitchen_path_config.json
@@ -247,7 +247,7 @@
"[SLAVE_BUILD]/src/tools/mb/mb_config.pyl",
"--goma-dir",
"[CACHE]/cipd/goma",
- "[BUILDER_CACHE]/Linux Kitchen (kitchen_run)/Release"
+ "[BUILDER_CACHE]/Linux_Kitchen__kitchen_run_/Release"
],
"env": {
"GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account-goma-client.json"
@@ -283,7 +283,7 @@
"--goma-service-account-json-file",
"/creds/service_accounts/service-account-goma-client.json",
"--target-output-dir",
- "[BUILDER_CACHE]/Linux Kitchen (kitchen_run)/Release",
+ "[BUILDER_CACHE]/Linux_Kitchen__kitchen_run_/Release",
"--goma-dir",
"[CACHE]/cipd/goma",
"--ninja-ensure-up-to-date",
« no previous file with comments | « scripts/slave/recipes/chromium.expected/full_chromium_fyi_Linux_Kitchen__kitchen_run_.json ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698