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

Unified Diff: scripts/slave/recipes/boringssl_docs.expected/boringssl-docs.json

Issue 1917243002: Revert "build: roll infra_paths changes" (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
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/boringssl.expected/win64_small.json ('k') | scripts/slave/recipes/catapult.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: scripts/slave/recipes/boringssl_docs.expected/boringssl-docs.json
diff --git a/scripts/slave/recipes/boringssl_docs.expected/boringssl-docs.json b/scripts/slave/recipes/boringssl_docs.expected/boringssl-docs.json
index 1afc9b768f24786144aedcff2de2c71beafdcec0..5459a11014f0d11360ddeff023e90abd94bf29a1 100644
--- a/scripts/slave/recipes/boringssl_docs.expected/boringssl-docs.json
+++ b/scripts/slave/recipes/boringssl_docs.expected/boringssl-docs.json
@@ -11,13 +11,13 @@
"--slave",
"slavename",
"--spec",
- "cache_dir = '[ROOT]/b/build/slave/cache_dir'\nsolutions = [{'deps_file': 'util/bot/DEPS', 'managed': True, 'name': 'boringssl', 'url': 'https://boringssl.googlesource.com/boringssl.git'}]",
+ "cache_dir = '[GIT_CACHE]'\nsolutions = [{'deps_file': 'util/bot/DEPS', 'managed': True, 'name': 'boringssl', 'url': 'https://boringssl.googlesource.com/boringssl.git'}]",
"--root",
"boringssl",
"--revision_mapping_file",
"{}",
"--git-cache-dir",
- "[ROOT]/b/build/slave/cache_dir",
+ "[GIT_CACHE]",
"--output_json",
"/path/to/tmp/json",
"--revision",
@@ -25,6 +25,7 @@
"--force",
"--output_manifest"
],
+ "cwd": "[SLAVE_BUILD]",
"env": {
"PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]"
},
@@ -53,6 +54,7 @@
"RECIPE_PACKAGE_REPO[depot_tools]/gclient.py",
"runhooks"
],
+ "cwd": "[SLAVE_BUILD]",
"env": {
"PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]"
},
@@ -62,14 +64,14 @@
"cmd": [
"python",
"-u",
- "[CWD]/boringssl/util/bot/go/env.py",
+ "[SLAVE_BUILD]/boringssl/util/bot/go/env.py",
"go",
"run",
"doc.go",
"-out",
- "[TMP]/boringssl-docs_tmp_1"
+ "[TMP_BASE]/boringssl-docs_tmp_1"
],
- "cwd": "[CWD]/boringssl/util",
+ "cwd": "[SLAVE_BUILD]/boringssl/util",
"name": "generate"
},
{
@@ -78,15 +80,16 @@
"-u",
"RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py",
"--",
- "[ROOT]/b/depot_tools/gsutil.py",
+ "[DEPOT_TOOLS]/gsutil.py",
"----",
"-m",
"cp",
"-a",
"public-read",
- "[TMP]/boringssl-docs_tmp_1/**",
+ "[TMP_BASE]/boringssl-docs_tmp_1/**",
"gs://chromium-boringssl-docs/"
],
+ "cwd": "[SLAVE_BUILD]",
"name": "gsutil cp"
},
{
« no previous file with comments | « scripts/slave/recipes/boringssl.expected/win64_small.json ('k') | scripts/slave/recipes/catapult.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698