Ho Cheung
ac1e4a9bb7
[gsutil] Upgrade to gsutil 5.35 and clarify Python requirements
...
Update gsutil to a newer version to resolve some compatibility issues
with newer Python versions.
And update the README to reflect the new changes.
Bug: 40283283
Change-Id: I1e02c6868e932da0af45a631fc34539c3543868e
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/7058090
Reviewed-by: Gavin Mak <gavinmak@google.com >
Commit-Queue: Ho Cheung <hocheung@chromium.org >
Reviewed-by: Brian Ryner <bryner@google.com >
2025-10-27 16:51:16 -07:00
Fumitoshi Ukai
d5d4b956e2
explain build tools and depot_tools installations
...
Bug: 414330998
Change-Id: If65a11c2dc5448636ee608866959aad0bf298fd6
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/6497244
Auto-Submit: Fumitoshi Ukai <ukai@google.com >
Commit-Queue: Fumitoshi Ukai <ukai@google.com >
Reviewed-by: Brian Ryner <bryner@google.com >
Reviewed-by: Philipp Wollermann <philwo@google.com >
Reviewed-by: Junji Watanabe <jwata@google.com >
Reviewed-by: Takuto Ikuta <tikuta@chromium.org >
2025-04-30 17:08:52 -07:00
Tommy Chiang
a53354dd37
Remove Tricium notes of cpplint
...
cpplint is removed from Tricium in CL:6219798. Remove the reference to
it to avoid confusion.
Bug: 393394190
Change-Id: Id816bfef3af18a6d95b655b8e1155632595b1835
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/6446043
Commit-Queue: Yiwei Zhang <yiwzhang@google.com >
Reviewed-by: Yiwei Zhang <yiwzhang@google.com >
Auto-Submit: Tommy Chiang <ototot@google.com >
2025-04-10 09:00:42 -07:00
Anne Redulla
9f48a4ca85
[win-bootstrap] Update docs for removal of git
...
Bug: b/360206460
Change-Id: I19da03909a082ac0414b751bf316600fa1bed403
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/6205107
Commit-Queue: Anne Redulla <aredulla@google.com >
Reviewed-by: Josip Sokcevic <sokcevic@chromium.org >
2025-01-28 15:47:03 -08:00
Gavin Mak
0696c428b0
Switch to using issues.chromium.org bug links
...
Bug: b/323898035
Change-Id: I2dacc7d524fb11265d7c2385259b3a918d4fb6ef
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/5270201
Auto-Submit: Gavin Mak <gavinmak@google.com >
Commit-Queue: Yiwei Zhang <yiwzhang@google.com >
Reviewed-by: Yiwei Zhang <yiwzhang@google.com >
2024-02-05 19:34:39 +00:00
Gavin Mak
7f5b53ff8d
Remove last py2 workarounds
...
python3 is the only supported version of python in depot_tools.
Changes include:
* updating python version requirements
* removing third_party/six
Bug: 1475402
Change-Id: Ib86231413fcac494ceb27d1783e53b9d86533c26
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/4845292
Reviewed-by: Josip Sokcevic <sokcevic@chromium.org >
Commit-Queue: Gavin Mak <gavinmak@google.com >
2023-09-07 18:13:01 +00:00
Alexander Schulze
64f5f26f1a
Indicate py3 compatibility for update_depot_tools_toggle.py
...
This file is used by a few dependent projects. Highlighting py3
compatiblity eases the migration process for those projects.
This CL additionally adds executation permissions to the file and
includes the script in the docs.
Bug: 1298903
Change-Id: I5838fedcef181ee5e3eb84a1fa16b649250460ea
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/3479854
Auto-Submit: Alexander Schulze <alexschulze@chromium.org >
Reviewed-by: Robbie Iannucci <iannucci@chromium.org >
Reviewed-by: Josip Sokcevic <sokcevic@google.com >
Commit-Queue: Josip Sokcevic <sokcevic@google.com >
2022-02-23 01:17:28 +00:00
Andreas Papacharalampous
603989e2c0
add clarification for Python 3
...
Bug: None
Change-Id: Ie9cfc90b1dd4b241238e5f0a4c995979f7a0fbdc
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/2213175
Auto-Submit: Andreas Papacharalampous <andreas@apap04.com >
Reviewed-by: Edward Lesmes <ehmaldonado@chromium.org >
Commit-Queue: Edward Lesmes <ehmaldonado@chromium.org >
2020-05-26 16:34:52 +00:00
Quinten Yearsley
f797143682
Update depot_tools README cpplint section
...
Context:
https://chromium-review.googlesource.com/c/infra/infra/+/1422779
Bug: 923438
Change-Id: Ib433e219b45065ae5064aece921e710545e41b59
Reviewed-on: https://chromium-review.googlesource.com/c/1423377
Reviewed-by: Andrii Shyshkalov <tandrii@chromium.org >
Commit-Queue: Quinten Yearsley <qyearsley@chromium.org >
2019-01-19 00:41:14 +00:00
Clemens Hammacher
2cc6e25536
[cpplint] Fix regexp for class decorators
...
This also allows digits in class decorators, to also match macros like
V8_EXPORT_PRIVATE.
Note: I uploaded a pull request for the (previous) upstream at
https://github.com/google/styleguide/pull/422 , but then was told that
that repository is not maintained any more.
R=jochen@chromium.org
Bug: chromium:916550
Change-Id: I24cd1829b794b296be8e0c2829271c746751ee1c
Reviewed-on: https://chromium-review.googlesource.com/c/1383472
Commit-Queue: Clemens Hammacher <clemensh@chromium.org >
Reviewed-by: Jochen Eisinger <jochen@chromium.org >
2018-12-20 08:40:19 +00:00
Robert Iannucci
79d42dfb11
Third whitespace change to test builder.
...
TBR=nodir@chromium.org , tandrii@chromium.org
Bug: 790434
Change-Id: I6185d79594f63a4652d458d33f9fed325b8d3b85
Reviewed-on: https://chromium-review.googlesource.com/1103302
Commit-Queue: Robbie Iannucci <iannucci@chromium.org >
Reviewed-by: Robbie Iannucci <iannucci@chromium.org >
2018-06-15 21:59:07 +00:00
Robert Iannucci
091605175a
More testing whitespace.
...
TBR=nodir@chromium.org , tandrii@chromium.org
Bug: 790434
Change-Id: I2aa5f1aabeeaa46a64defa4947a5a814851a056c
Reviewed-on: https://chromium-review.googlesource.com/1103010
Reviewed-by: Robbie Iannucci <iannucci@chromium.org >
Commit-Queue: Robbie Iannucci <iannucci@chromium.org >
2018-06-15 19:45:17 +00:00
Robert Iannucci
44fccfaec3
Whitespace change to test new builder.
...
R=nodir@chromium.org , tandrii@chromium.org
Bug: 790434
Change-Id: Ibba096deee850fc695a0823e5a22247f394053fb
Reviewed-on: https://chromium-review.googlesource.com/1103007
Reviewed-by: Andrii Shyshkalov <tandrii@chromium.org >
2018-06-15 19:28:35 +00:00
anatoly techtonik
f27fae2f3d
Add links to bug tracker, forum and review UI
...
Bug:
Change-Id: Ib089dd4d9c6ee5ed93e12fd588e28a2eecff3690
Reviewed-on: https://chromium-review.googlesource.com/461184
Reviewed-by: Aaron Gable <agable@chromium.org >
Reviewed-by: Marc-Antoine Ruel <maruel@chromium.org >
Commit-Queue: Aaron Gable <agable@chromium.org >
2017-03-29 16:31:40 +00:00
Quinten Yearsley
442fb64cab
depot_tools: Run automatic spell-checker.
...
Specifically, this CL was made by running codespell
(https://github.com/lucasdemarchi/codespell ), manually filtering
for changes in non-third-party files that appear correct.
Change-Id: Ia16c1b29483d777744450d7bea45a178cf877a25
Reviewed-on: https://chromium-review.googlesource.com/420871
Commit-Queue: Quinten Yearsley <qyearsley@chromium.org >
Reviewed-by: Aaron Gable <agable@chromium.org >
2016-12-16 00:28:57 +00:00
benhenry
186449d3e7
docs: Removing references to SVN
...
BUG=643697
TEST=None
Review-Url: https://codereview.chromium.org/2350293002
2016-09-19 16:06:48 -07:00
iannucci
bd604a16cb
Revert of Whitespace change to trigger cipd package for git installer. (patchset #1 id:1 of https://chromiumcodereview.appspot.com/2251883002/ )
...
Reason for revert:
need another build :)
Original issue's description:
> Whitespace change to trigger cipd package for git installer.
>
> TBR=phajdan@chromium.org , vadimsh@chromium.org
> BUG=635421
>
> Committed: 31c2115e6a
TBR=phajdan.jr@chromium.org ,vadimsh@chromium.org
# Skipping CQ checks because original CL landed less than 1 days ago.
NOPRESUBMIT=true
NOTREECHECKS=true
NOTRY=true
BUG=635421
Review-Url: https://codereview.chromium.org/2252983002
2016-08-17 01:17:36 -07:00
iannucci
31c2115e6a
Whitespace change to trigger cipd package for git installer.
...
TBR=phajdan@chromium.org , vadimsh@chromium.org
BUG=635421
Review-Url: https://codereview.chromium.org/2251883002
2016-08-16 18:14:08 -07:00
maruel
9e198a84a9
Overhaul the README files a bit.
...
I didn't change the content much but deleted some obviously wrong stuff. Renamed
the files to .md so they will be processed by gitiles.
This change is in no way "sufficient" but that's a start.
R=tandrii@chromium.org
Review-Url: https://codereview.chromium.org/2232303002
2016-08-11 08:32:20 -07:00
techtonik
d224cb7e49
Update README a bit and add Contributing info
...
BUG=
Review-Url: https://codereview.chromium.org/2017373002
2016-07-20 14:04:06 -07:00