mirror of
https://chromium.googlesource.com/chromium/tools/depot_tools.git
synced 2026-01-11 18:51:29 +00:00
Roll recipe dependencies (nontrivial).
This is an automated CL created by the recipe roller. This CL rolls recipe changes from upstream projects (e.g. depot_tools) into downstream projects (e.g. tools/build). Please review the expectation changes, and LGTM+CQ. More info is at https://goo.gl/zkKdpD. Use https://goo.gl/noib3a to file a bug. recipe_engine: https://crrev.com/5e53d73e9bcec42830e10b835bc328eb75c9423f [path] Use 'cleanup' dir in mkdtemp and mkstemp (sergeyberezin@google.com) R=iannucci@chromium.org Recipe-Tryjob-Bypass-Reason: Autoroller Bugdroid-Send-Email: False Change-Id: I9a721c027e369ecd797e9fb1bfe707dfba15ed62 Reviewed-on: https://chromium-review.googlesource.com/c/1374435 Reviewed-by: Sergey Berezin <sergeyberezin@chromium.org> Reviewed-by: Robbie Iannucci <iannucci@chromium.org> Commit-Queue: Robbie Iannucci <iannucci@chromium.org>
This commit is contained in:
committed by
Commit Bot
parent
143872d11b
commit
62d2286c53
@@ -53,7 +53,7 @@
|
||||
"description",
|
||||
"-d"
|
||||
],
|
||||
"cwd": "[TMP_BASE]/fakerepo_tmp_1",
|
||||
"cwd": "[CLEANUP]/fakerepo_tmp_1",
|
||||
"name": "git_cl description",
|
||||
"stdout": "/path/to/tmp/"
|
||||
},
|
||||
@@ -71,7 +71,7 @@
|
||||
"-n",
|
||||
"-"
|
||||
],
|
||||
"cwd": "[TMP_BASE]/fakerepo_tmp_1",
|
||||
"cwd": "[CLEANUP]/fakerepo_tmp_1",
|
||||
"name": "git_cl set description (2)",
|
||||
"stdin": "new description woo",
|
||||
"stdout": "/path/to/tmp/"
|
||||
@@ -82,7 +82,7 @@
|
||||
"description",
|
||||
"-d"
|
||||
],
|
||||
"cwd": "[TMP_BASE]/fakerepo_tmp_1",
|
||||
"cwd": "[CLEANUP]/fakerepo_tmp_1",
|
||||
"name": "git_cl description (2)",
|
||||
"stdout": "/path/to/tmp/"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user