- 18 Feb, 2021 2 commits
-
-
Bruce Dawson authored
When using "git cl patch -b branch_name issue_number" to resolve merge conflicts in an uploaded CL the cherry-pick stage will probably fail due to the expected merge conflicts. If you resolve the conflict and then upload the now-merged CL you will actually create a new CL. This happens because the SetIssue step is skipped when the cherry-pick fails. This change sets the issue whenever a new branch is created. This is safe (the new branch is not being used for anything else) and will improve the situation in many cases. crrev.com/c/2636593 is an example of a CL that was accidentally uploaded as new when it was just supposed to be a resolving of merge conflicts on an existing CL. This change was manually tested with crrev.com/c/2107132. Change-Id: Icb5b8e38feb6f0fa4a007d3924c4d69d2ee4937c Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/2638979 Commit-Queue: Bruce Dawson <brucedawson@chromium.org> Reviewed-by: Gavin Mak <gavinmak@google.com>
-
Antonio Sartori authored
This change makes git map-branches a little bit faster by avoiding fetching the revision list of each branch if git map-branches will not show the tracking info anyway. Change-Id: I47458871f904004f910aadd7d774bea5193c979e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/2695393Reviewed-by: Anthony Polito <apolito@google.com> Commit-Queue: Antonio Sartori <antoniosartori@chromium.org>
-
- 17 Feb, 2021 4 commits
-
-
Edward Lesmes authored
Change-Id: I6a74971878e5a1abaf6d8f5db20d0387c1abf308 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/2701392 Auto-Submit: Edward Lesmes <ehmaldonado@chromium.org> Reviewed-by: Josip Sokcevic <sokcevic@google.com> Reviewed-by: Gavin Mak <gavinmak@google.com> Commit-Queue: Edward Lesmes <ehmaldonado@chromium.org>
-
Chan Li authored
To include change https://chromium-review.googlesource.com/c/infra/luci/luci-go/+/2701154 Bug: 1179373 Change-Id: I1d028053c642eeb445aa1b8f205a6dabb66d1373 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/2702531 Auto-Submit: Chan Li <chanli@chromium.org> Reviewed-by: Nodir Turakulov <nodir@chromium.org> Commit-Queue: Nodir Turakulov <nodir@chromium.org>
-
Edward Lesmes authored
Change-Id: I2263d8c1bc48ba0f64bcd5e665d8eb6ea451f1cf Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/2693916 Auto-Submit: Edward Lesmes <ehmaldonado@chromium.org> Commit-Queue: Josip Sokcevic <sokcevic@google.com> Reviewed-by: Gavin Mak <gavinmak@google.com> Reviewed-by: Josip Sokcevic <sokcevic@google.com>
-
Jacob Kopczynski authored
It will be easier to support centralized management of what footers exist if we require all callers to specifically declare which footers they want to check. This is a partial step towards allowing that without increasing the number of queries required. It introduced cache staleness as a potential issue, but should not matter in practice. Bug: chromium:1079219 Change-Id: I678fd366202bac5a4efa4258ffe02e70c64589bb Recipe-Nontrivial-Roll: infra Recipe-Nontrivial-Roll: chromiumos Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/2664790 Commit-Queue: Jacob Kopczynski <jkop@chromium.org> Auto-Submit: Jacob Kopczynski <jkop@chromium.org> Reviewed-by: Dirk Pranke <dpranke@google.com>
-
- 16 Feb, 2021 3 commits
-
-
Edward Lesmes authored
Change-Id: Ic88e6cac34c3a43f477b879cf7a5caa9014dfb49 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/2692882 Auto-Submit: Edward Lesmes <ehmaldonado@chromium.org> Reviewed-by: Josip Sokcevic <sokcevic@google.com> Commit-Queue: Edward Lesmes <ehmaldonado@chromium.org>
-
Edward Lesmes authored
Cache result of ListOwners to avoid making duplicate REST API calls. Change-Id: Ie97fd7b605b73e1baed74302615f9df44fb622d2 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/2693914 Auto-Submit: Edward Lesmes <ehmaldonado@chromium.org> Reviewed-by: Gavin Mak <gavinmak@google.com> Commit-Queue: Edward Lesmes <ehmaldonado@chromium.org>
-
Edward Lesmes authored
Change-Id: I309bfc112966a84c55d881fe874abfc7842c4a6d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/2698787 Auto-Submit: Edward Lesmes <ehmaldonado@chromium.org> Commit-Queue: Josip Sokcevic <sokcevic@google.com> Reviewed-by: Josip Sokcevic <sokcevic@google.com>
-
- 12 Feb, 2021 3 commits
-
-
Josip Sokcevic authored
Bug: 1117305 Change-Id: I3233b1ddcbf50ac97a888e08f692193d4d83b3e9 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/2641044Reviewed-by: Edward Lesmes <ehmaldonado@chromium.org> Commit-Queue: Josip Sokcevic <sokcevic@google.com> Auto-Submit: Josip Sokcevic <sokcevic@google.com>
-
Josip Sokcevic authored
This fixes git cl try when revision is passed. R=ehmaldonado@chromium.org Bug: 1138785 Change-Id: Id5a067114426ed55409b1f200abf4d5a38fdbaa5 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/2691312 Auto-Submit: Josip Sokcevic <sokcevic@google.com> Reviewed-by: Edward Lesmes <ehmaldonado@chromium.org> Commit-Queue: Josip Sokcevic <sokcevic@google.com>
-
recipe-roller authored
This is an automated CL created by the recipe roller. This CL rolls recipe changes from upstream projects (recipe_engine) into this repository. recipe_engine: https://chromium.googlesource.com/infra/luci/recipes-py.git/+/72824a7f94a52624bb8653cb772171969a911f26 72824a7 (ehmaldonado@google.com) Add whitespace.txt More info is at https://goo.gl/zkKdpD. Use https://goo.gl/noib3a to file a bug. R==iannucci@chromium.org, martiniss@chromium.org, nodir@chromium.org Recipe-Tryjob-Bypass-Reason: Autoroller Bugdroid-Send-Email: False Change-Id: I19a0444047918f503df6790e2d52e062f3d2e872 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/2691632 Commit-Queue: Recipe Roller <recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com> Bot-Commit: Recipe Roller <recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com>
-
- 11 Feb, 2021 2 commits
-
-
Chan Li authored
To release changes: - https://chromium-review.googlesource.com/c/infra/luci/luci-go/+/2686020 - https://chromium-review.googlesource.com/c/infra/luci/luci-go/+/2688072 Bug: 1149736 Change-Id: I170f35e12875f6556f99609e0426ccadda7af78c Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/2688116Reviewed-by: Nodir Turakulov <nodir@chromium.org> Commit-Queue: Chan Li <chanli@chromium.org>
-
Zhaoyang Li authored
To include recent changes: - crrev/c/2680852 : Ensure Xcode.app intact at installing. - crrev/c/2676139 : Do not upload iOS simulator runtimes for Mac. Bug: 1064615 Change-Id: I9874c7b3664dd20745a772d52a682e552e6c0af8 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/2689105 Auto-Submit: Zhaoyang Li <zhaoyangli@chromium.org> Commit-Queue: Andrii Shyshkalov <tandrii@google.com> Reviewed-by: Andrii Shyshkalov <tandrii@google.com>
-
- 10 Feb, 2021 2 commits
-
-
Henrique Nakashima authored
This reverts commit 25b2cb49. Reason for revert: Used copy of dirmd in third_party/ instead, making this unnecessary. Original change's description: > [recipe_modules/depot_tools] Add dirmd_path to api > > This is required to parse DIR_METADATA files. > > Bug: 1135347 > Change-Id: I620656d4dbec5e918bfc0f535397869c869446b8 > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/2644827 > Commit-Queue: Henrique Nakashima <hnakashima@chromium.org> > Reviewed-by: Andrii Shyshkalov <tandrii@google.com> TBR=tandrii@google.com,hnakashima@chromium.org,infra-scoped@luci-project-accounts.iam.gserviceaccount.com # Not skipping CQ checks because original CL landed > 1 day ago. Bug: 1135347 Change-Id: I8ea8dfe8f3587177493fb37a4a37eb24266240e8 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/2686631Reviewed-by: Andrii Shyshkalov <tandrii@google.com> Commit-Queue: Andrii Shyshkalov <tandrii@google.com>
-
Nico Weber authored
- add run line (also to package_from_installed.py while here) - use startswith() to check if a string starts with another - switch from optparse to argparse - ...and make desired-hash a required positional argument - drop win8 sdk support (not behavior preserving, but also unused for years) Bug: none Change-Id: I73056184208a48b9d9610f330c56f3a324763195 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/2679295 Auto-Submit: Nico Weber <thakis@chromium.org> Reviewed-by: Bruce Dawson <brucedawson@chromium.org> Commit-Queue: Nico Weber <thakis@chromium.org>
-
- 09 Feb, 2021 5 commits
-
-
Edward Lesmes authored
Change-Id: Ic18cbdcbef99fcfc563a37df1e1727f1426233b2 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/2685631Reviewed-by: Jason Clinton <jclinton@chromium.org> Reviewed-by: Josip Sokcevic <sokcevic@google.com> Commit-Queue: Edward Lesmes <ehmaldonado@chromium.org>
-
Robert Iannucci authored
prpc - Pick up change to AllowUnknownFields when decoding JSONPB bb - Stop requesting JSONPB from server led - Update Build message definition to be compatible with grace_periods field. R=sque@google.com, tandrii, tikuta@chromium.org, vadimsh Bug: 1173222,1127113 Change-Id: I5d5e7a3e53675a53b90bd3c63dcc30272676ab08 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/2686229 Commit-Queue: Robbie Iannucci <iannucci@chromium.org> Commit-Queue: Vadim Shtayura <vadimsh@chromium.org> Auto-Submit: Robbie Iannucci <iannucci@chromium.org> Reviewed-by: Vadim Shtayura <vadimsh@chromium.org>
-
Edward Lesmes authored
Change-Id: Ic0c1eab9e352d6128795cc76a2d0f203f690a49b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/2685323Reviewed-by: Robbie Iannucci <iannucci@chromium.org> Commit-Queue: Edward Lesmes <ehmaldonado@chromium.org>
-
Edward Lesmes authored
This will tell the autoroller to set Bot-Commit+1 instead of TBR and self CR+1. Change-Id: I9463924e3a8f4ccc2f96cb68f8d1c517031c8369 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/2684329Reviewed-by: Jason Clinton <jclinton@chromium.org> Reviewed-by: Robbie Iannucci <iannucci@chromium.org> Commit-Queue: Edward Lesmes <ehmaldonado@chromium.org> Auto-Submit: Edward Lesmes <ehmaldonado@chromium.org>
-
recipe-roller authored
This is an automated CL created by the recipe roller. This CL rolls recipe changes from upstream projects (recipe_engine) into this repository. recipe_engine: https://chromium.googlesource.com/infra/luci/recipes-py.git/+/b32c6f2b9db086a0dae2e8d8ab77f13040eac98c b32c6f2 (yiwzhang@google.com) [engine] populate render_config failure to step SummaryMarkdown More info is at https://goo.gl/zkKdpD. Use https://goo.gl/noib3a to file a bug. TBR=iannucci@chromium.org Recipe-Tryjob-Bypass-Reason: Autoroller Bugdroid-Send-Email: False Change-Id: Ifd876679e799a4899433539e7dc9b558912d1482 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/2679300Reviewed-by: Recipe Roller <recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com> Commit-Queue: Recipe Roller <recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com>
-
- 08 Feb, 2021 3 commits
-
-
recipe-roller authored
This is an automated CL created by the recipe roller. This CL rolls recipe changes from upstream projects (recipe_engine) into this repository. recipe_engine: https://chromium.googlesource.com/infra/luci/recipes-py.git/+/40dc57ba08625616012ea28c1595f73565428840 40dc57b (ehmaldonado@google.com) recipes.cfg: Add option to use Bot-Commit+1. More info is at https://goo.gl/zkKdpD. Use https://goo.gl/noib3a to file a bug. TBR=iannucci@chromium.org Recipe-Tryjob-Bypass-Reason: Autoroller Bugdroid-Send-Email: False Change-Id: Icebe2930d848e86ae14dafa115cf8aa533965348 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/2682191Reviewed-by: Recipe Roller <recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com> Commit-Queue: Recipe Roller <recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com>
-
Edward Lesmes authored
Some bots use git-cl to upload changes to Gerrit. Add an option so those can set Bot-Commit+1 on upload instead of TBR and CR+1. Change-Id: I5e80ddadedf6c4fe277f8984c35a603da923de5e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/2679780 Commit-Queue: Josip Sokcevic <sokcevic@google.com> Reviewed-by: Josip Sokcevic <sokcevic@google.com> Auto-Submit: Edward Lesmes <ehmaldonado@chromium.org>
-
Ye Kuang authored
Bug: b/179107780 Change-Id: I8e9e5385a14df2420b0fb582da430e7d9c24e871 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/2681859Reviewed-by: Takuto Ikuta <tikuta@chromium.org> Commit-Queue: Ye Kuang <yekuang@google.com>
-
- 05 Feb, 2021 6 commits
-
-
Edward Lesmes authored
Make email_regexp argument to GetCodeReviewOwnerAndReviewers optional. This will make it possible to remove it from downstream PRESUBMIT.py scripts that pass it. Change-Id: I45168c1f4137e7e797b30d050e4ee82f6e26daf3 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/2679763Reviewed-by: Josip Sokcevic <sokcevic@google.com> Commit-Queue: Josip Sokcevic <sokcevic@google.com> Auto-Submit: Edward Lesmes <ehmaldonado@chromium.org>
-
Edward Lesmes authored
GetCodeOwnersClient will return a GerritClient instance if code-owners is enabled for the host, and will fall back to DepotToolsClient otherwise. Change-Id: I303147f36cb28ae3a40649fee020e6ea459b2c73 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/2676989Reviewed-by: Gavin Mak <gavinmak@google.com> Reviewed-by: Josip Sokcevic <sokcevic@google.com> Commit-Queue: Edward Lesmes <ehmaldonado@chromium.org>
-
recipe-roller authored
This is an automated CL created by the recipe roller. This CL rolls recipe changes from upstream projects (recipe_engine) into this repository. recipe_engine: https://chromium.googlesource.com/infra/luci/recipes-py.git/+/fc9fa2f4230e2e7d92f3355cbec521a78dda2e0d fc9fa2f (tikuta@chromium.org) tricum: fix to use correct package for gosec function More info is at https://goo.gl/zkKdpD. Use https://goo.gl/noib3a to file a bug. TBR=iannucci@chromium.org Recipe-Tryjob-Bypass-Reason: Autoroller Bugdroid-Send-Email: False Change-Id: Iba3140fbaed785797d83c909ba888c6b0f341dfa Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/2677928Reviewed-by: Recipe Roller <recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com> Commit-Queue: Recipe Roller <recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com>
-
recipe-roller authored
This is an automated CL created by the recipe roller. This CL rolls recipe changes from upstream projects (recipe_engine) into this repository. recipe_engine: https://chromium.googlesource.com/infra/luci/recipes-py.git/+/f5688229a42226aebf38a26f4e0e91251bbff543 f568822 (bryner@google.com) Remove Python 2 compatibility code. More info is at https://goo.gl/zkKdpD. Use https://goo.gl/noib3a to file a bug. TBR=iannucci@chromium.org Recipe-Tryjob-Bypass-Reason: Autoroller Bugdroid-Send-Email: False Change-Id: I84e590a2fbe434655f9b176f0e3af33942889f3a Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/2677057Reviewed-by: Recipe Roller <recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com> Commit-Queue: Recipe Roller <recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com>
-
recipe-roller authored
This is an automated CL created by the recipe roller. This CL rolls recipe changes from upstream projects (recipe_engine) into this repository. recipe_engine: https://chromium.googlesource.com/infra/luci/recipes-py.git/+/2d052a54a3f2aa46d1060a3c8c0da44ed816190e 2d052a5 (bryner@google.com) Reland "Run extract.py with python3 to handle .tar.xz files." More info is at https://goo.gl/zkKdpD. Use https://goo.gl/noib3a to file a bug. TBR=iannucci@chromium.org Recipe-Tryjob-Bypass-Reason: Autoroller Bugdroid-Send-Email: False Change-Id: Ic7a7624d44829b0139f03e5a9ecf857f8bc43fff Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/2677269Reviewed-by: Recipe Roller <recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com> Commit-Queue: Recipe Roller <recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com>
-
Edward Lesmes authored
Change-Id: Ie34fc34883b2c86fc134f10ded24b26a631886ec Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/2676835Reviewed-by: Josip Sokcevic <sokcevic@google.com> Commit-Queue: Edward Lesmes <ehmaldonado@chromium.org>
-
- 04 Feb, 2021 1 commit
-
-
John Chen authored
When there are missing input files, upload_to_google_storage.py should not display 'Success'. Bug: 920654 Change-Id: I1bc7ba6e8eb48ea28b634da01e1be9a80af7b719 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/2647870Reviewed-by: Dirk Pranke <dpranke@google.com> Commit-Queue: John Chen <johnchen@chromium.org>
-
- 03 Feb, 2021 7 commits
-
-
recipe-roller authored
This is an automated CL created by the recipe roller. This CL rolls recipe changes from upstream projects (recipe_engine) into this repository. recipe_engine: https://chromium.googlesource.com/infra/luci/recipes-py.git/+/bf4208e6ef9b0439c5e43964f96c24ee123e5596 bf4208e (iannucci@chromium.org) [engine] Set status_details.timeout. More info is at https://goo.gl/zkKdpD. Use https://goo.gl/noib3a to file a bug. TBR=iannucci@chromium.org Recipe-Tryjob-Bypass-Reason: Autoroller Bugdroid-Send-Email: False Change-Id: I15d79254bae1958926917eb8958f269ef0605de3 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/2674070Reviewed-by: Recipe Roller <recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com> Commit-Queue: Recipe Roller <recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com>
-
Nico Weber authored
This is so that the packaged toolchain can be used with clang-cl's new /winsysroot flag added in https://reviews.llvm.org/rG82847436e. No impact yet on the chrome build yet -- the tooling should transparently get the new Windows Sdk path via the generated SetEnv json file and use it with -imsvc. (I tested this locally by tweaking my installed hermetic win package to look like the one generated by this CL.) Once this is deployed, we can switch the chrome build to use /winsysroot if we want to -- it'd make compile command lines a bit shorter and easier to work with. Depends on https://chromium-review.googlesource.com/c/chromium/src/+/2665866 Bug: 1173176 Change-Id: I04c435f2323f26e3c26ed82656929809a7e0b5e0 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/2655836Reviewed-by: Bruce Dawson <brucedawson@chromium.org> Commit-Queue: Nico Weber <thakis@chromium.org> Auto-Submit: Nico Weber <thakis@chromium.org>
-
Edward Lesmes authored
Change-Id: I7aab38306e0699de465d0d2ab83dd37c4a099eee Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/2669149 Commit-Queue: Edward Lesmes <ehmaldonado@chromium.org> Auto-Submit: Edward Lesmes <ehmaldonado@chromium.org> Reviewed-by: Josip Sokcevic <sokcevic@google.com>
-
Nico Weber authored
This is a follow-up to crev.com/c/2668127. That patch incorrectly checked the windows sdk path style for the target toolchain, but there might be other, older toolchains with the other path style. We need to check this per toolchain directory. Also make sure ignored_dirs is compared case-insensitively. Bug: 1173176 Change-Id: I005eb1b3200b11597978936a970f50f101708bea Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/2669048Reviewed-by: Bruce Dawson <brucedawson@chromium.org> Commit-Queue: Nico Weber <thakis@chromium.org> Auto-Submit: Nico Weber <thakis@chromium.org>
-
Edward Lesmes authored
It is useful to exclude the change author when suggesting owners. Change-Id: I3321c013271f6cea1098abba59b509800818917e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/2669680 Commit-Queue: Edward Lesmes <ehmaldonado@chromium.org> Auto-Submit: Edward Lesmes <ehmaldonado@chromium.org> Reviewed-by: Josip Sokcevic <sokcevic@google.com>
-
recipe-roller authored
This is an automated CL created by the recipe roller. This CL rolls recipe changes from upstream projects (recipe_engine) into this repository. recipe_engine: https://chromium.googlesource.com/infra/luci/recipes-py.git/+/4a45a4a88f60d085cf998a3f4b0d2b34cab7ecdd 4a45a4a (bryner@google.com) Additional fixes to run extract.py under python 3. More info is at https://goo.gl/zkKdpD. Use https://goo.gl/noib3a to file a bug. TBR=iannucci@chromium.org Recipe-Tryjob-Bypass-Reason: Autoroller Bugdroid-Send-Email: False Change-Id: I70b9db14ee875a1108b77fba28f46140c5945f15 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/2670097Reviewed-by: Recipe Roller <recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com> Commit-Queue: Recipe Roller <recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com>
-
recipe-roller authored
This is an automated CL created by the recipe roller. This CL rolls recipe changes from upstream projects (recipe_engine) into this repository. recipe_engine: https://chromium.googlesource.com/infra/luci/recipes-py.git/+/b0e8da7877e38dd0d00da76457e776c871689a53 b0e8da7 (bryner@google.com) Revert "Run extract.py with python3 to handle .tar.xz files." More info is at https://goo.gl/zkKdpD. Use https://goo.gl/noib3a to file a bug. TBR=iannucci@chromium.org Recipe-Tryjob-Bypass-Reason: Autoroller Bugdroid-Send-Email: False Change-Id: Ib3913f86fd1cb6f9a59f84dfef496f3e61b7a693 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/2669928Reviewed-by: Recipe Roller <recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com> Commit-Queue: Recipe Roller <recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com>
-
- 02 Feb, 2021 2 commits
-
-
Josip Sokcevic authored
R=ehmaldonado@google.com Bug: 1172028 Change-Id: Ica77db151eeb48c65f62043cbe30828dfa17bf95 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/2659510Reviewed-by: Edward Lesmes <ehmaldonado@chromium.org> Commit-Queue: Josip Sokcevic <sokcevic@google.com>
-
recipe-roller authored
This is an automated CL created by the recipe roller. This CL rolls recipe changes from upstream projects (recipe_engine) into this repository. recipe_engine: https://chromium.googlesource.com/infra/luci/recipes-py.git/+/5de3e62cc86908be22f26c41c8b5bf99003bc82b 5de3e62 (gbeaty@chromium.org) Set the output gitiles commit in buildbucket.build. More info is at https://goo.gl/zkKdpD. Use https://goo.gl/noib3a to file a bug. TBR=iannucci@chromium.org Recipe-Tryjob-Bypass-Reason: Autoroller Bugdroid-Send-Email: False Change-Id: I264b5089af675a8049a31bc2af8dad0cf79037d7 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/2669277Reviewed-by: Recipe Roller <recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com> Commit-Queue: Recipe Roller <recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com>
-