- 11 Nov, 2020 7 commits
-
-
Henrique Ferreiro authored
Similarly to how python3 is available at python-bin/, this will allow developers to opt-in to a depot_tools provided python2. Bug: 1109180 Change-Id: I872eaa1289bb477da73373e99f5e6188a87d39dd Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/2512906Reviewed-by: Josip Sokcevic <sokcevic@google.com> Reviewed-by: Dirk Pranke <dpranke@google.com> Commit-Queue: Henrique Ferreiro <hferreiro@igalia.com>
-
Matt Kotsenas authored
Transient network conditions can cause the CIPD client download to fail, so add a retry to the download. When using `wget` we additionally retry usually fatal errors like "connection refused" via `--retry-connrefused`. `curl` also has that parameter, but it was added more recently in version 7.52.0, which isn't available on supported platforms like Ubuntu 16.04. Once we raise the minimum supported version of curl, we should add that parameter as well. In either case, we retry 3 times and wait 5 seconds between each try, which matches the retries recently added for Windows. Bug: 1145741 Change-Id: Ib73bb3413ba4d5251c2b027a87dabd1378ab6c44 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/2532896Reviewed-by: Vadim Shtayura <vadimsh@chromium.org> Commit-Queue: Matthew Kotsenas <mattkot@microsoft.com>
-
Vadim Shtayura authored
R=tandrii@chromium.org BUG=1124112 Change-Id: Ie303ebfc8d6b94645862d69fcd40fadbaf3d164a Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/2532900Reviewed-by: Andrii Shyshkalov <tandrii@google.com> Commit-Queue: Vadim Shtayura <vadimsh@chromium.org>
-
Sigurd Schneider authored
This reverts commit 9ca89ac1. Reason for revert: Breaks git cl st Original change's description: > Add option to git cl st to sort by committer date > > Some developers want to see the branches with recent commits first. > This CL adds the option --dateorder to git cl st which sorts branches > by the committer date of the most recent branch. > > Change-Id: Ibdf3fc35ea784521a3e99b374535f822bb83a55e > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/2521573 > Commit-Queue: Sigurd Schneider <sigurds@chromium.org> > Reviewed-by: Josip Sokcevic <sokcevic@google.com> > Reviewed-by: Dirk Pranke <dpranke@google.com> TBR=dpranke@google.com,sigurds@chromium.org,infra-scoped@luci-project-accounts.iam.gserviceaccount.com,sokcevic@google.com Tbr: dpranke@google.com Change-Id: I3ed44d42b8383691682442567e3151508126fbd5 No-Presubmit: true No-Tree-Checks: true No-Try: true Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/2532834 Commit-Queue: Michael Achenbach <machenbach@chromium.org> Reviewed-by: Michael Achenbach <machenbach@chromium.org> Auto-Submit: Sigurd Schneider <sigurds@chromium.org>
-
Sigurd Schneider authored
Some developers want to see the branches with recent commits first. This CL adds the option --dateorder to git cl st which sorts branches by the committer date of the most recent branch. Change-Id: Ibdf3fc35ea784521a3e99b374535f822bb83a55e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/2521573 Commit-Queue: Sigurd Schneider <sigurds@chromium.org> Reviewed-by: Josip Sokcevic <sokcevic@google.com> Reviewed-by: Dirk Pranke <dpranke@google.com>
-
Edward Lesmes authored
Add support for Owners-Override label to allow trusted bots, sheriffs, and global owners to bypass owners checks. Bug: 1093627 Change-Id: Ie217369a67e4060807c0a12f84430e30a7c57daa Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/2530488Reviewed-by: Yulan Lin <yulanlin@google.com> Commit-Queue: Edward Lesmes <ehmaldonado@chromium.org>
-
Edward Lesmes authored
Add support for Bot-Review label to allow trusted bots to bypass owners checks. Bug: 1093627 Change-Id: Ie7398041e9e32fd87bb415b239b5ec0a4740e1ec Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/2530516 Commit-Queue: Edward Lesmes <ehmaldonado@chromium.org> Reviewed-by: Yulan Lin <yulanlin@google.com>
-
- 10 Nov, 2020 5 commits
-
-
Edward Lesmes authored
Add DepotToolsClient to implement the OwnersClient API for Depot Tools, and implement the ListOwnersForFile method. Change-Id: I933a262898439d879c919d695aa62d7702b4c9a4 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/2530509 Auto-Submit: Edward Lesmes <ehmaldonado@chromium.org> Reviewed-by: Anthony Polito <apolito@google.com> Commit-Queue: Edward Lesmes <ehmaldonado@chromium.org>
-
Edward Lesmes authored
This reverts commit cbdf0c1e. Reason for revert: Broke tint bots From log: https://logs.chromium.org/logs/tint/buildbucket/cr-buildbucket.appspot.com/8864003131025797600/+/steps/bot_update/0/stdout Bot page: https://ci.chromium.org/p/tint/builders/try/linux-clang-rel-x64/b8864003131025797600? Original change's description: > Return HEAD when ref is refs/heads/main > > R=ehmaldonado@chromium.org > > Change-Id: I67b40cf48f0f9880e0f055a83d768bbefd704892 > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/2528118 > Commit-Queue: Josip Sokcevic <sokcevic@google.com> > Reviewed-by: Dirk Pranke <dpranke@google.com> TBR=dpranke@google.com,ehmaldonado@chromium.org,infra-scoped@luci-project-accounts.iam.gserviceaccount.com,sokcevic@google.com Bug: 1147494 Change-Id: Ieb21e15161ccc267f5d453a0196b1f0a2b43f366 No-Presubmit: true No-Tree-Checks: true No-Try: true Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/2529700Reviewed-by: Edward Lesmes <ehmaldonado@chromium.org> Commit-Queue: Edward Lesmes <ehmaldonado@chromium.org>
-
Adrian Taylor authored
Previously this API didn't work unless some other API had first been called to load the data. Change-Id: Iff9b36c48b45b64dc2f9b95230955858501903dd Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/2528111Reviewed-by: Dirk Pranke <dpranke@google.com> Commit-Queue: Adrian Taylor <adetaylor@chromium.org>
-
Josip Sokcevic authored
R=ehmaldonado@chromium.org Change-Id: I67b40cf48f0f9880e0f055a83d768bbefd704892 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/2528118 Commit-Queue: Josip Sokcevic <sokcevic@google.com> Reviewed-by: Dirk Pranke <dpranke@google.com>
-
Josip Sokcevic authored
Change-Id: I58e88e9505779c309ac0af9d5b78b45feaa75543 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/2528669Reviewed-by: Edward Lesmes <ehmaldonado@chromium.org> Commit-Queue: Josip Sokcevic <sokcevic@google.com>
-
- 09 Nov, 2020 6 commits
-
-
Josip Sokcevic authored
Will be used by a LUCI cron to move Gerrit changes for repos that are in transition state #1 and #2. R=ehmaldonado@chromium.org Change-Id: Id7383ef677aa1cc90102c9a2aadbcc17712e150d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/2522559 Commit-Queue: Josip Sokcevic <sokcevic@google.com> Reviewed-by: Edward Lesmes <ehmaldonado@chromium.org>
-
Andrii Shyshkalov authored
R=iannucci, yiwzhang No-Try: True Bug: 1147155 Change-Id: Iadc2cd5a098cb8b0ea6774ba5fb439220c280931 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/2527047 Auto-Submit: Andrii Shyshkalov <tandrii@google.com> Commit-Queue: Yiwei Zhang <yiwzhang@google.com> Reviewed-by: Yiwei Zhang <yiwzhang@google.com>
-
Gavin Mak authored
Using --fork-point when possible reduces the number of merge conflicts when running merge-base. Bug: 1111269 Change-Id: I7240fdc9a613d2eb4e856b5677fc713551d7afe9 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/2519729Reviewed-by: Josip Sokcevic <sokcevic@google.com> Commit-Queue: Gavin Mak <gavinmak@google.com>
-
Josip Sokcevic authored
Tests should start to rely on fake_repos.DEFAULT_BRANCH so it can be renamed in the future. This is a quick fix in case git.init.defaultBranch is set to a custom value. Bug: 1144918 Change-Id: I1c8cd591bee6b5fe14a5de4683111a89224cb2b9 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/2521655 Commit-Queue: Josip Sokcevic <sokcevic@google.com> Reviewed-by: 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/+log/f087cbd3ced57350174a1ea6f26259b1d7eec3aa~..8ca036c23e6db72017e7ab3f72483153002c288a f087cbd (qyearsley@chromium.org) Spellcheck and format comments in recipes-py recipe modules 3749dbf (yiwzhang@google.com) [bundle] use exec to run recipe from bash script 3df0088 (yiwzhang@google.com) [luciexe] prepend the log of sub-build with user namespace 3bbea7c (yiwzhang@google.com) [third-party] Roll logdog client library to the latest c86ec65 (qyearsley@chromium.org) tricium: Expand the tricium recipe module to support wrapper re... 2d0e2d8 (qyearsley@chromium.org) tricium: followup changes to tricium recipe module 8ca036c (qyearsley@chromium.org) tricium recipe module: Remove creation of git_file_details.json 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: I938fc5c0b7611926091834023590e011ad8b4363 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/2526983Reviewed-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. Please review the expectation changes, and LGTM+CQ. recipe_engine: https://chromium.googlesource.com/infra/luci/recipes-py.git/+/47bf77c3994519e0dc76843aa3d7e08f449559d9 47bf77c (olivernewman@google.com) [path] Avoid unnecessary temp dir renamings in tests More info is at https://goo.gl/zkKdpD. Use https://goo.gl/noib3a to file a bug. R=iannucci@chromium.org Recipe-Tryjob-Bypass-Reason: Autoroller Bugdroid-Send-Email: False Change-Id: I8a1b5d9adf3647ab4584666366ac29e5f2e167bc Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/2515275 Auto-Submit: Recipe Roller <recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com> Commit-Queue: Andrii Shyshkalov <tandrii@google.com> Reviewed-by: Andrii Shyshkalov <tandrii@google.com>
-
- 06 Nov, 2020 2 commits
-
-
Quinten Yearsley authored
Change-Id: I454e9c90d3159598ae34d97d22c96b9d20d55f80 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/2521656Reviewed-by: Andrii Shyshkalov <tandrii@google.com> Commit-Queue: Quinten Yearsley <qyearsley@chromium.org>
-
Edward Lesmes authored
Add an owners API that will be used by Depot Tools to interact with OWNERS files. The API will be implemented using both owners.py and the Gerrit Code-Owners plugin REST API. All Depot Tools code will be modified to use this API. Change-Id: I7cf059a0895dbae105a2f0b26568fd7b47068f43 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/2517985Reviewed-by: Anthony Polito <apolito@google.com> Commit-Queue: Anthony Polito <apolito@google.com>
-
- 05 Nov, 2020 4 commits
-
-
Edward Lesmes authored
Change-Id: I5199bb2497ff66c89cd80d858b18826344a124d8 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/2521844 Auto-Submit: Edward Lesmes <ehmaldonado@chromium.org> Commit-Queue: Vadim Shtayura <vadimsh@chromium.org> Reviewed-by: Vadim Shtayura <vadimsh@chromium.org>
-
Matt Kotsenas authored
Transient network conditions can cause the CIPD client download to fail, so add a retry to the download. As part of adding the retry, also extracted the download code to its own function to ensure the WebClient is disposed promptly. Bug: 1145741 Change-Id: I66bb5cde7ec4f637dd1161252c2b096af6abb8a8 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/2519730Reviewed-by: Vadim Shtayura <vadimsh@chromium.org> Reviewed-by: Edward Lesmes <ehmaldonado@chromium.org> Commit-Queue: Edward Lesmes <ehmaldonado@chromium.org>
-
Chan Li authored
This release is mainly to release https://chromium-review.googlesource.com/c/infra/luci/luci-go/+/2489217 Bug: 1137513 Change-Id: I200facf28d34b38a305206134a519cd88b14fe2b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/2518477Reviewed-by: Scott Lee <ddoman@chromium.org> Commit-Queue: Chan Li <chanli@chromium.org>
-
Mike Frysinger authored
Bug: 1123433 Change-Id: I60dc7bbcf6216fc90b58d32d99072f998501509d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/2518471Reviewed-by: Owen Rodley <orodley@chromium.org> Commit-Queue: Mike Frysinger <vapier@chromium.org>
-
- 04 Nov, 2020 1 commit
-
-
Josip Sokcevic authored
R=ehmaldonado@chromium.org Bug: 1143724 Change-Id: I69ce296a27b36c1073999f2b3c51421ac94e7ef2 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/2519254 Commit-Queue: Josip Sokcevic <sokcevic@google.com> Reviewed-by: Edward Lesmes <ehmaldonado@chromium.org>
-
- 03 Nov, 2020 1 commit
-
-
Josip Sokcevic authored
This fixes presubmit checks that rely on FetchUpstreamTuple which is used in patching. R=ehmaldonado@chromium.org Bug: 1143724 Change-Id: I163fa0ea6f1b356280d497196869bb206463ad4f Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/2515268 Auto-Submit: Josip Sokcevic <sokcevic@google.com> Commit-Queue: Edward Lesmes <ehmaldonado@chromium.org> Reviewed-by: Edward Lesmes <ehmaldonado@chromium.org>
-
- 02 Nov, 2020 1 commit
-
-
Bruce Dawson authored
It is sometimes helpful to do a full build of Chrome using goma while online and then do incremental builds without goma while offline or with poor network bandwidth. Turning off goma in gn args triggers a full rebuild but the GOMA_DISABLED environment variable can be used to disable goma without triggering a rebuild. In order to make this feature easier to discover and use this change adds support for -o/--offline to autoninja. autoninja -h will mention this flag and autoninja.bat/autoninja.py handle it appropriately. This means setting the environment variable in autoninja.bat, and using it to adjust the -j value and stripping it out in autoninja.py. The bash script that wraps autoninja.py on Linux and OSX did not need updating because the Python script can emit 'GOMA_DISABLED=1 ninja ...' and this is executed by bash. This was produced during pair programming with jessemckenna@ Bug: b/172039612 Change-Id: Ifcfbc598ac20f23e5fe013e02979b5b8c2851b01 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/2510818 Auto-Submit: Bruce Dawson <brucedawson@chromium.org> Commit-Queue: Dirk Pranke <dpranke@google.com> Reviewed-by: Dirk Pranke <dpranke@google.com>
-
- 30 Oct, 2020 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/+/2a047c3e77c1dc47e236e284554fd39c01226d51 2a047c3 (yiwzhang@google.com) [terminate] Handle GreenletExit exception 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: I01b724cca20bc36df412701498ef7b64afbefbbb Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/2510904Reviewed-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>
-
Sylvain Defresne authored
To release change: https://crrev.com/c/2507431 Bug: 1143664 Change-Id: Idd8cefcd525d87bca98fb3c990558e3f95ca3930 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/2510049Reviewed-by: Jochen Eisinger <jochen@chromium.org> Commit-Queue: Sylvain Defresne <sdefresne@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/+/ed160e8309749854f21123705a3bd5af592e5d49 ed160e8 (tikuta@chromium.org) [swarming] update swarming binary 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: Ib0b43125f0f28546eedb98996e2b8b7b2e5a3626 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/2509209Reviewed-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>
-
- 28 Oct, 2020 1 commit
-
-
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/+/d33db3fb9897789a9179b7e532d4b2bbd7a6a441 d33db3f (qyearsley@chromium.org) Proofread a part of the recipe docs 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: I713c536a801fb7a1c9878d0a79a702b20fc85aa7 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/2505503Reviewed-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>
-
- 27 Oct, 2020 4 commits
-
-
Josip Sokcevic authored
R=ehmaldonado@chromium.org Change-Id: Ib43132afd914bc3ea66f8a634ce8ead9bf2d3b4b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/2496064 Commit-Queue: Josip Sokcevic <sokcevic@google.com> Reviewed-by: Edward Lesmes <ehmaldonado@chromium.org>
-
Bruce Dawson authored
Running "git cl upload" can take a while so I tend to switch to other tasks while it runs. On a regular basis I get frustrated because it is taking an extremely long time only to realize that it has been waiting for me. This change adds a message saying "Waiting for editor..." to make it clear who is waiting for whom. Change-Id: I8cf08c3d2be0c7a843a4c07529682bc049b30426 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/2503689Reviewed-by: Josip Sokcevic <sokcevic@google.com> Commit-Queue: Bruce Dawson <brucedawson@chromium.org>
-
Andrii Shyshkalov authored
I've observed today that V8 builder spends ~1 minute to download a bunch of lose files representing tags[1]. This CL should shrink ~2K files to just 72. [1] https://logs.chromium.org/logs/v8/buildbucket/cr-buildbucket.appspot.com/8865281064556718960/+/steps/initialization/0/steps/bot_update/0/stdout R=jochen@chromium.org, machenbach@chromium.org Change-Id: Ib8f245e6ed67ea91b53b22a8e4f729ab899a1cbc Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/2502476 Auto-Submit: Andrii Shyshkalov <tandrii@google.com> Reviewed-by: Michael Achenbach <machenbach@chromium.org> Reviewed-by: Edward Lesmes <ehmaldonado@chromium.org> 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/+/940151b7b14d59ccbc3ca702c83ae25ff119c0c3 940151b (yiwzhang@google.com) [gevent] Do not monkey patch signal module 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: I57ec9e170339343a5783ee4f94b8f262cd513893 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/2503469Reviewed-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>
-
- 26 Oct, 2020 2 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/+/103411aea8b9331f783aea49814962031b254c54 103411a (yiwzhang@google.com) [Deadline] Add deadline and SIGTERM support to recipe_engine. 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: I211dab405d3b182098363c8a43c10232490402a4 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/2499505Reviewed-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>
-
Chan Li authored
To release change: crrev.com/c/2490615 Bug: 1141272 Change-Id: I7b21f48881a42d98c1f4ea0883609f478e2d134e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/2495573 Auto-Submit: Chan Li <chanli@chromium.org> Commit-Queue: Scott Lee <ddoman@chromium.org> Reviewed-by: Scott Lee <ddoman@chromium.org>
-
- 23 Oct, 2020 3 commits
-
-
Jesse McKenna authored
This change disables colorama wrapping on versions of Windows prior to 10. Currently, this wrapping causes "TypeError: cannot use a string pattern on a bytes-like object" on Windows 7 and 8.1 when running `gclient sync`, `gclient fetch`, and other utilities that use colorama. Bug: 1114548 Change-Id: Id6b4a6f9a8ae0721765da34b5625b4524b9d36b1 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/2485882Reviewed-by: Josip Sokcevic <sokcevic@google.com> Commit-Queue: Jesse McKenna <jessemckenna@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/+/c210466b5c2bcb4d94191efa30d5d1a6f7ebbcc8 c210466 (olivernewman@google.com) [cipd] Handle empty responses from CIPD 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: Id1a1947bbd38c5f371e9ef397238ab443b9275f7 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/2495566Reviewed-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/+/409188f97be0a541f7b7094e7113014c684926b7 409188f (olivernewman@google.com) [test] Make expectation file filter more strict 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: Id60066ff3a7eefe028145884beb26c7ff7a43465 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/2495720Reviewed-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>
-