- 08 Jan, 2020 1 commit
-
-
recipe-roller authored
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). More info is at https://goo.gl/zkKdpD. Use https://goo.gl/noib3a to file a bug. recipe_engine: https://crrev.com/a100ae5fb1cd5a66508d69f9bee7fb69b70b0135 [vpython] Bump asn1crypto to 1.0.1 to fix crash on macOS Catalina (athom@google.com) TBR=iannucci@chromium.org Recipe-Tryjob-Bypass-Reason: Autoroller Bugdroid-Send-Email: False Change-Id: I9247a743105b8d1a5a0e4796cdec8fc4710863e3 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/1992106Reviewed-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>
-
- 07 Jan, 2020 7 commits
-
-
recipe-roller authored
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). More info is at https://goo.gl/zkKdpD. Use https://goo.gl/noib3a to file a bug. recipe_engine: https://crrev.com/1cbfca1cec9aedcd01cfe190a1569d2f42c8912b Update the attrs dependency to the current version. (gbeaty@chromium.org) TBR=iannucci@chromium.org Recipe-Tryjob-Bypass-Reason: Autoroller Bugdroid-Send-Email: False Change-Id: Ic4173c4b07358fdbbeb53ee9d204d44311cda951 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/1987844Reviewed-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
This reverts commit cd1331ea. Reason for revert: Original CL was reverted. Original change's description: > Move httplib2 import above third_party. > > 7fd6347b removed the third_party/httplib2 files, but left the pyc files. This is breaking CQ for nest. > > move httplib2 import above adding third_party to the path in ninjalog_uploader_wrapper to fix. > > Change-Id: Id28f68ce7e3eb94783bdd5ee7ce15ae5930fde7e > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/1988690 > Reviewed-by: Edward Lesmes <ehmaldonado@chromium.org> > Commit-Queue: Mark Orchard <morchard@google.com> TBR=ehmaldonado@webrtc.org,ehmaldonado@chromium.org,morchard@google.com,apolito@google.com Change-Id: Ic7775cdb4abae1855358711335349fc39eb37dfb No-Presubmit: true No-Tree-Checks: true No-Try: true Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/1988739Reviewed-by: Edward Lesmes <ehmaldonado@chromium.org> Commit-Queue: Edward Lesmes <ehmaldonado@chromium.org>
-
Andrew Grieve authored
This matches the recent change Chromium's Python style guide. This also changes the .style.yapf in depot_tools to be explicit about the style used in this repo. Bug: 846432 Change-Id: I4947a90aec1739a9a86ffc9bfc5eacc1182dc186 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/1987006Reviewed-by: Robbie Iannucci <iannucci@chromium.org> Commit-Queue: Andrew Grieve <agrieve@chromium.org>
-
Mark Orchard authored
7fd6347b removed the third_party/httplib2 files, but left the pyc files. This is breaking CQ for nest. move httplib2 import above adding third_party to the path in ninjalog_uploader_wrapper to fix. Change-Id: Id28f68ce7e3eb94783bdd5ee7ce15ae5930fde7e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/1988690Reviewed-by: Edward Lesmes <ehmaldonado@chromium.org> Commit-Queue: Mark Orchard <morchard@google.com>
-
recipe-roller authored
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). More info is at https://goo.gl/zkKdpD. Use https://goo.gl/noib3a to file a bug. recipe_engine: https://crrev.com/f46d187695175b7a4cd0a76ef58b364890499f2d Minor clean-up of docs (garymm@google.com) TBR=iannucci@chromium.org Recipe-Tryjob-Bypass-Reason: Autoroller Bugdroid-Send-Email: False Change-Id: I0af5598af451814b5c2d700e114522bed577443b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/1989013Reviewed-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 (e.g. depot_tools) into downstream projects (e.g. tools/build). More info is at https://goo.gl/zkKdpD. Use https://goo.gl/noib3a to file a bug. recipe_engine: https://crrev.com/bf4885534ce2e5214c7ef1a015296d79bfab6b7b [resultdb] Log output (nodir@chromium.org) TBR=iannucci@chromium.org Recipe-Tryjob-Bypass-Reason: Autoroller Bugdroid-Send-Email: False Change-Id: Iceccf6abb75db28c2155e48d540c0be5d0d6f31a Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/1989011Reviewed-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>
-
Dan Field authored
This reverts commit 7fd6347b. Reason for revert: This broke Flutter CI - we're not using vpython everywhere yet Original change's description: > depot_tools: Remove third_party/httplib2. > > depot_tools' scripts have been using vpython httplib2 for a while. > > Change-Id: I9403d92332c74de0ed69d6f59f60c81772d0577a > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/1978983 > Reviewed-by: Anthony Polito <apolito@google.com> > Commit-Queue: Edward Lesmes <ehmaldonado@chromium.org> TBR=ehmaldonado@chromium.org,apolito@google.com Change-Id: Ie53a8d07ccfba5a7cc5bcb431d4f7b897f66788a No-Presubmit: true No-Tree-Checks: true No-Try: true Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/1989012Reviewed-by: Dan Field <dnfield@google.com> Commit-Queue: Dan Field <dnfield@google.com>
-
- 06 Jan, 2020 7 commits
-
-
Edward Lemur authored
Change-Id: I3a188b34ae5f62649108afe08fe0e389a408c2ac Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/1947933 Commit-Queue: Edward Lesmes <ehmaldonado@chromium.org> Reviewed-by: Anthony Polito <apolito@google.com>
-
Garrett Beaty authored
In repos that are checked out separately from chromium, invoking "git cl format" on a change that has files that would be formatted using clang-format causes an error because the depot_tools version of clang-format looks for a clang-format inside the repo. This prevents using proto-based properties (the preferred mechanism going forward) in recipe repos that enforce formatting. The --no-clang-format flag provides a workaround that can be used to prevent trying to format any files where clang-format doesn't work. Bug: 979330 Change-Id: Ice8561d88b29623deb953465253f92c88aa7fc2e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/1986111 Commit-Queue: Garrett Beaty <gbeaty@chromium.org> Reviewed-by: Edward Lesmes <ehmaldonado@chromium.org>
-
Garrett Beaty authored
The current behavior of the --no-python flag doesn't disable formatting for python files. Instead, it has the same effect as the --python flag. Change-Id: I26024d3030b9c873180b488d00351676c37c9492 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/1985785 Commit-Queue: Garrett Beaty <gbeaty@chromium.org> Reviewed-by: Edward Lesmes <ehmaldonado@chromium.org>
-
Edward Lemur authored
Change-Id: I7a434d4420573c6e5fc014455b011984f4d681b3 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/1952159Reviewed-by: Anthony Polito <apolito@google.com> Commit-Queue: Edward Lesmes <ehmaldonado@chromium.org>
-
Edward Lemur authored
depot_tools' scripts have been using vpython httplib2 for a while. Change-Id: I9403d92332c74de0ed69d6f59f60c81772d0577a Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/1978983Reviewed-by: Anthony Polito <apolito@google.com> Commit-Queue: Edward Lesmes <ehmaldonado@chromium.org>
-
Dan Beam authored
Bug: 1028829 Change-Id: Iafc40952e402884639543436281e93942c0257a8 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/1959813 Auto-Submit: Dan Beam <dbeam@chromium.org> Commit-Queue: Edward Lesmes <ehmaldonado@chromium.org> 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 (e.g. depot_tools) into downstream projects (e.g. tools/build). More info is at https://goo.gl/zkKdpD. Use https://goo.gl/noib3a to file a bug. recipe_engine: https://crrev.com/d459837f12b4d8d7e032c9b474d9a23f6935ff35 [swarming] Add bot_id property to TaskResult (athom@google.com) TBR=iannucci@chromium.org Recipe-Tryjob-Bypass-Reason: Autoroller Bugdroid-Send-Email: False Change-Id: I3de181cfca521f0ff358362c0af4bd5980ab20b1 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/1988192Reviewed-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>
-
- 03 Jan, 2020 1 commit
-
-
recipe-roller authored
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). More info is at https://goo.gl/zkKdpD. Use https://goo.gl/noib3a to file a bug. recipe_engine: https://crrev.com/f44ad10ae5127aa3120f4d105db62e080b4af9ec [swarming] Expose swarming task duration (olivernewman@google.com) https://crrev.com/5591fe66be52b94aab70120f5401343521aaa4cc Enable use of 'cipd ensure -max-threads'. (mohrr@google.com) TBR=iannucci@chromium.org Recipe-Tryjob-Bypass-Reason: Autoroller Bugdroid-Send-Email: False Change-Id: Ie1cf92f7b93cc207ed253a31c8dfb326104d1d1f Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/1987009Reviewed-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>
-
- 20 Dec, 2019 2 commits
-
-
recipe-roller authored
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). More info is at https://goo.gl/zkKdpD. Use https://goo.gl/noib3a to file a bug. recipe_engine: https://crrev.com/d2fba763e27b1b169856f5eff7135584426967c4 Stop running a ton of tests on upload (maruel@chromium.org) TBR=iannucci@chromium.org Recipe-Tryjob-Bypass-Reason: Autoroller Bugdroid-Send-Email: False Change-Id: I3578cecbe46d8c03a2208c8c20eb4742a2d21fec Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/1979422Reviewed-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 (e.g. depot_tools) into downstream projects (e.g. tools/build). More info is at https://goo.gl/zkKdpD. Use https://goo.gl/noib3a to file a bug. recipe_engine: https://crrev.com/ef92c00521e4df0b3c0f1d0d1ce5a6a36d58050e [swarming] Document how to use task fallback (maruel@chromium.org) TBR=iannucci@chromium.org Recipe-Tryjob-Bypass-Reason: Autoroller Bugdroid-Send-Email: False Change-Id: I0ef8225675e4b7cfcc0b385bbb8e040960b53375 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/1978783Reviewed-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>
-
- 19 Dec, 2019 2 commits
-
-
Edward Lesmes authored
Bug: 1024683 Change-Id: I1c30473699c1bd6b198188b53b632e3617fed335 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/1929653Reviewed-by: Anthony Polito <apolito@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 (e.g. depot_tools) into downstream projects (e.g. tools/build). More info is at https://goo.gl/zkKdpD. Use https://goo.gl/noib3a to file a bug. recipe_engine: https://crrev.com/5ed573b5fc71c25e1821f2756d9637ca4eff066e [resultdb] Parse invocation (nodir@chromium.org) TBR=iannucci@chromium.org Recipe-Tryjob-Bypass-Reason: Autoroller Bugdroid-Send-Email: False Change-Id: I315213908cd6f00cfb9ac8d357963f5147aca143 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/1974804Reviewed-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>
-
- 17 Dec, 2019 4 commits
-
-
Sarthak Kukreti authored
In python3, dict.keys() returns a view instead of a separate dictionary, which results in the following error while trying to use cpplint: "RuntimeError: dictionary changed size during iteration" Use a list of the keyset instead. R=ehmaldonado@chromium.org Bug: 1027160 Change-Id: I0040b8912d7e446d35d755bb021670c9f2248f4e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/1966743Reviewed-by: Mike Frysinger <vapier@chromium.org> Reviewed-by: Edward Lesmes <ehmaldonado@chromium.org> Commit-Queue: Sarthak Kukreti <sarthakkukreti@chromium.org>
-
Vadim Shtayura authored
Includes bug fix for handling cache corruption. R=tandrii@chromium.org BUG=1034124 Change-Id: I06e2be15d97522c0a78a97c6ebd202824f8f8c29 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/1972372 Auto-Submit: Vadim Shtayura <vadimsh@chromium.org> Reviewed-by: Andrii Shyshkalov <tandrii@google.com> Commit-Queue: Andrii Shyshkalov <tandrii@google.com>
-
Edward Lemur authored
Bug: 642523 Change-Id: I0e52b6a4d7b45af31aa293f69895c3775044a730 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/1971120Reviewed-by: Andrii Shyshkalov <tandrii@google.com> Commit-Queue: Edward Lesmes <ehmaldonado@chromium.org>
-
Peter Kasting authored
Bug: none Change-Id: I8fe6e68ab93025b461722fc6ce43274c091902e6 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/1963407 Auto-Submit: Peter Kasting <pkasting@chromium.org> Commit-Queue: Edward Lesmes <ehmaldonado@chromium.org> Reviewed-by: Edward Lesmes <ehmaldonado@chromium.org>
-
- 13 Dec, 2019 2 commits
-
-
Vadim Shtayura authored
Notable changes: - Bug fix for an edge case of "symlink => dir" replacement. - Ask to login on permission errors. R=tandrii@chromium.org BUG=1031057, 1033987 Change-Id: I60175e79d37cf5425c9b777159bd10d47353f003 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/1967964 Auto-Submit: Vadim Shtayura <vadimsh@chromium.org> Commit-Queue: Andrii Shyshkalov <tandrii@google.com> Reviewed-by: Andrii Shyshkalov <tandrii@google.com>
-
recipe-roller authored
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). More info is at https://goo.gl/zkKdpD. Use https://goo.gl/noib3a to file a bug. recipe_engine: https://crrev.com/ee9e27dca1ca19f086e572a4266ef7d35f5462a8 Whitelist RECIPE_MODULES imports. (gbeaty@chromium.org) TBR=iannucci@chromium.org Recipe-Tryjob-Bypass-Reason: Autoroller Bugdroid-Send-Email: False Change-Id: Ifeae30970270145c8ccfd2f6430fdac248e76683 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/1966416Reviewed-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>
-
- 12 Dec, 2019 1 commit
-
-
Andrii Shyshkalov authored
Old revision: 0416cda1 Change logs: infra/infra: https://chromium.googlesource.com/infra/infra/+log/0416cda1..5fca57db luci-go https://chromium.googlesource.com/infra/luci/luci-go/+log/ecd08a2a..8a10a4b7/lucicfg Bug: 944108 Change-Id: If28291d5270e4ade84c19dd4a1dc697152fac446 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/1963484Reviewed-by: Vadim Shtayura <vadimsh@chromium.org> Commit-Queue: Andrii Shyshkalov <tandrii@google.com>
-
- 11 Dec, 2019 2 commits
-
-
Robert Iannucci authored
goma_ctl.py recommends that folks run `pip install pywin32`, which will work up until python in depot_tools is updated, at which point it will break again. Running with vpython means that the vpython spec which ships with goma will correctly take effect. R=brucedawson@chromium.org, tikuta@chromium.org Bug: 1033106 Change-Id: Icafadf381df782ab30d6cc156419dd7ed424d2bf Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/1962721 Auto-Submit: Robbie Iannucci <iannucci@chromium.org> Reviewed-by: Andrii Shyshkalov <tandrii@google.com> Reviewed-by: Takuto Ikuta <tikuta@chromium.org> Commit-Queue: Takuto Ikuta <tikuta@chromium.org>
-
Sergiy Belozorov authored
R=iannucci@chromium.org, nodir@chromium.org Change-Id: I5eb3b3732610139e04da07129f89b646e0cf60b3 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/1962930 Auto-Submit: Sergiy Belozorov <sergiyb@chromium.org> Reviewed-by: Robbie Iannucci <iannucci@chromium.org> Commit-Queue: Robbie Iannucci <iannucci@chromium.org>
-
- 10 Dec, 2019 6 commits
-
-
Robert Iannucci authored
For bonus points, this also fixes PRESUBMIT so that it actually checks the manifests. TBR=bpastene@chromium.org, tandrii@chromium.org Bug: 1032743 Change-Id: I4dac5a520e333e3c429597684a44ece83d21c5fb Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/1960950Reviewed-by: Robbie Iannucci <iannucci@chromium.org> Commit-Queue: Robbie Iannucci <iannucci@chromium.org>
-
Aaron Gable authored
Now that the CQ has been enabled for both the Beta and Stable branches, git-drover should use the commit queue instead of directly submitting the CL. To that end, this CL replaces the usage of `git cl land` with `git cl set-commit`. Change-Id: I0d0c10115acc98eafe0c069825de5499b8ade3e0 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/1960697 Auto-Submit: Aaron Gable <agable@chromium.org> Commit-Queue: Garrett Beaty <gbeaty@chromium.org> Reviewed-by: Garrett Beaty <gbeaty@chromium.org>
-
recipe-roller authored
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). More info is at https://goo.gl/zkKdpD. Use https://goo.gl/noib3a to file a bug. recipe_engine: https://crrev.com/8605aab007613ffcd29297c0462ed8f4c7f7369c [recipe_modules/platform] Update doc for arch property. (iannucci@chromium.org) TBR=iannucci@chromium.org Recipe-Tryjob-Bypass-Reason: Autoroller Bugdroid-Send-Email: False Change-Id: Id5ed8e8adf4bf1e096fadbbc6c559b00f98cd3fd Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/1959696Reviewed-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>
-
Robert Iannucci authored
R=ajp@chromium.org, tandrii@chromium.org, vadimsh@chromium.org Change-Id: I8fe37755858f0b7205aa790dc4620e1ce0e84850 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/1960695 Auto-Submit: Robbie Iannucci <iannucci@chromium.org> Reviewed-by: Vadim Shtayura <vadimsh@chromium.org> Commit-Queue: Robbie Iannucci <iannucci@chromium.org>
-
Robert Iannucci authored
R=jrn@google.com, tandrii@chromium.org, vadimsh@chromium.org Bug: 1032658 Change-Id: I60885ef7d959fbe9146bcbb5f62ab4be729caee5 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/1960690 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>
-
John Budorick authored
Bug: 1031805 Recipe-Nontrivial-Roll: build Recipe-Nontrivial-Roll: build_limited_scripts_slave Recipe-Nontrivial-Roll: infra Change-Id: I6edd221900eadd4d621d6190e08b61fdbc2f8621 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/1958706 Commit-Queue: John Budorick <jbudorick@chromium.org> Reviewed-by: Aaron Gable <agable@chromium.org>
-
- 09 Dec, 2019 4 commits
-
-
recipe-roller authored
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). More info is at https://goo.gl/zkKdpD. Use https://goo.gl/noib3a to file a bug. recipe_engine: https://crrev.com/19c96b27a29dbad65e5e01d28ff479e856d666bd [resultdb] Add chromium_derive function. (nodir@chromium.org) TBR=iannucci@chromium.org Recipe-Tryjob-Bypass-Reason: Autoroller Bugdroid-Send-Email: False Change-Id: Ia8b0effcd02b79fa8448539291758f873a2f8d80 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/1958857Reviewed-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>
-
Mike Frysinger authored
We load it, but disable all the warnings by default. People can re-enable the warnings for their modules if they want, but there is way too much broken code in the tree currently. Bug: 738534 Test: ran each pylint version by hand on some bad code Change-Id: Ia5b24093f18febd452f4c1eed6e82044544161bc Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/1958849Reviewed-by: Robbie Iannucci <iannucci@chromium.org> Commit-Queue: Mike Frysinger <vapier@chromium.org>
-
Vadim Shtayura authored
Has slightly friendlier error message on permission errors. No other changes. R=iannucci@chromium.org, tandrii@chromium.org BUG=1031057 Change-Id: Ie6dd75285bf6125bc76a1d338f956a303b42f825 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/1959085 Auto-Submit: Vadim Shtayura <vadimsh@chromium.org> Reviewed-by: Andrii Shyshkalov <tandrii@google.com> Commit-Queue: Andrii Shyshkalov <tandrii@google.com>
-
Mike Frysinger authored
Pull the patched versions that reduce log spam. Bug: 866772 Test: `pylint-1.9 __init__.py` doesn't spam Change-Id: I766e534e08199f1cc54d93a40e8a2dccb77f2934 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/1958848Reviewed-by: Robbie Iannucci <iannucci@chromium.org> Commit-Queue: Mike Frysinger <vapier@chromium.org>
-
- 06 Dec, 2019 1 commit
-
-
Jeffrey Yasskin authored
BUG=1023031 Change-Id: I4bf3e33932af40600646f070f057a7c8c0661f33 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/1954624 Commit-Queue: Edward Lesmes <ehmaldonado@chromium.org> Reviewed-by: Edward Lesmes <ehmaldonado@chromium.org> Auto-Submit: Jeffrey Yasskin <jyasskin@chromium.org>
-