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

Unified Diff: scripts/slave/recipes/run_presubmit.expected/tools_build.json

Issue 17635005: Make blink_trybot recipe work on windows (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: Fix presubmit + move polyfill (retry) Created 7 years, 6 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/recipes/run_presubmit.expected/tools_build.json
diff --git a/scripts/slave/recipes/run_presubmit.expected/tools_build.json b/scripts/slave/recipes/run_presubmit.expected/tools_build.json
index c7a6f73743ea9f79c938b1d00a3c9e8739949071..1dcf88e33e470bd6bc3ea86a0025592103dd0971 100644
--- a/scripts/slave/recipes/run_presubmit.expected/tools_build.json
+++ b/scripts/slave/recipes/run_presubmit.expected/tools_build.json
@@ -1,11 +1,11 @@
[
{
- "cmd": ["[DEPOT_TOOLS_ROOT]/gclient", "config", "--spec", "deps_os = {}\nhooks = []\nsolutions = [{'custom_deps': {}, 'custom_vars': {}, 'deps_file': '.DEPS.git', 'managed': True, 'name': 'build', 'safesync_url': None, 'url': 'https://chromium.googlesource.com/chromium/tools/build.git'}]\ntarget_os = []\ntarget_os_only = False"],
+ "cmd": ["python", "-u", "[DEPOT_TOOLS_ROOT]/gclient.py", "config", "--spec", "deps_os = {}\nhooks = []\nsolutions = [{'custom_deps': {}, 'custom_vars': {}, 'deps_file': '.DEPS.git', 'managed': True, 'name': 'build', 'safesync_url': None, 'url': 'https://chromium.googlesource.com/chromium/tools/build.git'}]\ntarget_os = []\ntarget_os_only = False"],
"name": "gclient setup",
"seed_steps": ["gclient setup", "gclient sync"]
},
{
- "cmd": ["[DEPOT_TOOLS_ROOT]/gclient", "sync", "--verbose", "--with_branch_heads", "--nohooks", "--reset", "--delete_unversioned_trees", "--force"],
+ "cmd": ["python", "-u", "[DEPOT_TOOLS_ROOT]/gclient.py", "sync", "--verbose", "--with_branch_heads", "--nohooks", "--reset", "--delete_unversioned_trees", "--force"],
"name": "gclient sync"
},
{
@@ -25,7 +25,7 @@
"name": "git clean"
},
{
- "cmd": ["[DEPOT_TOOLS_ROOT]/apply_issue", "-r", "[SLAVE_BUILD_ROOT]/build/", "-i", 12853011, "-p", 1, "-s", "https://chromiumcodereview.appspot.com", "-e", "commit-bot@chromium.org"],
+ "cmd": ["python", "-u", "[DEPOT_TOOLS_ROOT]/apply_issue.py", "-r", "[SLAVE_BUILD_ROOT]/build/", "-i", 12853011, "-p", 1, "-s", "https://chromiumcodereview.appspot.com", "-e", "commit-bot@chromium.org", "--no-commit"],
"name": "apply_issue"
},
{

Powered by Google App Engine
This is Rietveld 408576698