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

Unified Diff: scripts/slave/recipe_modules/git_clone_bundler/example.expected/basic.json

Issue 1919193002: build: roll infra_paths changes (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: merge 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
Index: scripts/slave/recipe_modules/git_clone_bundler/example.expected/basic.json
diff --git a/scripts/slave/recipe_modules/git_clone_bundler/example.expected/basic.json b/scripts/slave/recipe_modules/git_clone_bundler/example.expected/basic.json
index 49e5a6a57481eec7a0b860ac2dade7b2a509be94..ec73c6d033d3b7e92a1e0b685da5a53be78cdc8c 100644
--- a/scripts/slave/recipe_modules/git_clone_bundler/example.expected/basic.json
+++ b/scripts/slave/recipe_modules/git_clone_bundler/example.expected/basic.json
@@ -4,9 +4,8 @@
"python",
"-u",
"\nimport os, sys\nfrom common import chromium_utils # Error? See https://crbug.com/584783.\n\n\nif os.path.exists(sys.argv[1]):\n chromium_utils.RemoveDirectory(sys.argv[1])\n",
- "[SLAVE_BUILD]/git_clone_bundler/bundles"
+ "[CWD]/git_clone_bundler/bundles"
],
- "cwd": "[SLAVE_BUILD]",
"name": "rmtree old bundles",
"~followup_annotations": [
"@@@STEP_LOG_LINE@python.inline@@@@",
@@ -24,10 +23,9 @@
"python",
"-u",
"\nimport sys, os\npath = sys.argv[1]\nmode = int(sys.argv[2])\nif not os.path.isdir(path):\n if os.path.exists(path):\n print \"%s exists but is not a dir\" % path\n sys.exit(1)\n os.makedirs(path, mode)\n",
- "[SLAVE_BUILD]/git_clone_bundler/bundles",
+ "[CWD]/git_clone_bundler/bundles",
"511"
],
- "cwd": "[SLAVE_BUILD]",
"name": "makedirs bundles",
"~followup_annotations": [
"@@@STEP_LOG_LINE@python.inline@@@@",
@@ -47,10 +45,10 @@
"git",
"bundle",
"create",
- "[SLAVE_BUILD]/git_clone_bundler/bundles/4c11f7d238ab3a5109562560694c3722.bundle",
+ "[CWD]/git_clone_bundler/bundles/4c11f7d238ab3a5109562560694c3722.bundle",
"--all"
],
- "cwd": "[SLAVE_BUILD]/checkout",
+ "cwd": "[CWD]/checkout",
"name": "create bundle"
},
{
@@ -59,13 +57,12 @@
"-u",
"RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py",
"--",
- "[DEPOT_TOOLS]/gsutil.py",
+ "[ROOT]/b/depot_tools/gsutil.py",
"----",
"cp",
- "[SLAVE_BUILD]/git_clone_bundler/bundles/4c11f7d238ab3a5109562560694c3722.bundle",
+ "[CWD]/git_clone_bundler/bundles/4c11f7d238ab3a5109562560694c3722.bundle",
"gs://clone-dot-bundle-bucket/checkout/repository/clone.bundle"
],
- "cwd": "[SLAVE_BUILD]",
"name": "gsutil upload bundle",
"~followup_annotations": [
"@@@STEP_LINK@gsutil bundle@https://storage.cloud.google.com/clone-dot-bundle-bucket/checkout/repository/clone.bundle@@@"

Powered by Google App Engine
This is Rietveld 408576698