Mike Frysinger
691128f836
fetch_configs: switch to 4 space indent
...
Reformat this dir by itself to help merging with conflicts with other CLs.
Reformatted using:
parallel ./yapf -i -- fetch_configs/*
~/chromiumos/chromite/contrib/reflow_overlong_comments fetch_configs/*
The 2 files that still had strings that were too long were manually
reformatted.
fetch_configs/config_util.py
fetch_configs/devtools-internal.py
Change-Id: Ic8aaf41fa462342743a39166da98c4e915fadd44
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/4844310
Reviewed-by: Josip Sokcevic <sokcevic@chromium.org >
Auto-Submit: Mike Frysinger <vapier@chromium.org >
Commit-Queue: Josip Sokcevic <sokcevic@chromium.org >
2023-09-05 19:39:19 +00:00
Victor Vianna
392ce7ee8e
[depot_tools] Remove references to adobe flash from fetch flow
...
AFAIK, flash is long gone from Chromium.
Bug: 1064651
Change-Id: I25b98ac2b44e52fa3e3cfdbc9d7716ee736a4b6a
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/3687701
Commit-Queue: Josip Sokcevic <sokcevic@google.com >
Reviewed-by: Josip Sokcevic <sokcevic@google.com >
Reviewed-by: Scott Violet <sky@chromium.org >
Auto-Submit: Victor Vianna <victorvianna@google.com >
2022-06-07 21:47:51 +00:00
John Budorick
f4d453e075
Remove checkout_mobile_internal from {android,ios}_internal fetch configs.
...
Bug: 803846, 856278
Change-Id: I60d28dc5d1cc2d697f5faa559d704bc80eec3114
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/1754634
Reviewed-by: Michael Moss <mmoss@chromium.org >
Reviewed-by: Dirk Pranke <dpranke@chromium.org >
Commit-Queue: John Budorick <jbudorick@chromium.org >
2019-08-16 18:06:11 +00:00
John Budorick
d05ca1537c
Invert ios_internal fetch spec.
...
Bug: 803846
Change-Id: I8431cb0e9c7684ae9302749734bb74cc924d9f25
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/1461236
Reviewed-by: Justin Cohen <justincohen@chromium.org >
Reviewed-by: Dirk Pranke <dpranke@chromium.org >
Reviewed-by: Aaron Gable <agable@chromium.org >
Auto-Submit: John Budorick <jbudorick@chromium.org >
Commit-Queue: John Budorick <jbudorick@chromium.org >
2019-06-13 17:29:18 +00:00
John Budorick
a85a4b01ee
Don't fetch flash when fetching android_internal. (reland)
...
Bug: 856278
Change-Id: I949cefd102ecc80b161d082ec40b7e059f596781
Reviewed-on: https://chromium-review.googlesource.com/c/1345050
Reviewed-by: Edward Lesmes <ehmaldonado@chromium.org >
Commit-Queue: John Budorick <jbudorick@chromium.org >
2018-11-21 01:02:25 +00:00
John Budorick
61e9778154
Revert "Don't fetch flash when fetching android_internal."
...
This reverts commit 3f40c42b52 .
Reason for revert: ast.literal_eval(False) doesn't work?
Original change's description:
> Don't fetch flash when fetching android_internal.
>
> Bug: 856278
> Change-Id: I89eccc7581daedda69dee4f99d174e8cb49c6ba1
> Reviewed-on: https://chromium-review.googlesource.com/c/1342730
> Reviewed-by: Edward Lesmes <ehmaldonado@chromium.org >
> Commit-Queue: John Budorick <jbudorick@chromium.org >
TBR=ehmaldonado@chromium.org ,jbudorick@chromium.org
Change-Id: Iffb655701830984e47a2b8e7629f0ed87886a401
No-Presubmit: true
No-Tree-Checks: true
No-Try: true
Bug: 856278
Reviewed-on: https://chromium-review.googlesource.com/c/1344637
Reviewed-by: John Budorick <jbudorick@chromium.org >
Commit-Queue: John Budorick <jbudorick@chromium.org >
2018-11-20 22:20:25 +00:00
John Budorick
3f40c42b52
Don't fetch flash when fetching android_internal.
...
Bug: 856278
Change-Id: I89eccc7581daedda69dee4f99d174e8cb49c6ba1
Reviewed-on: https://chromium-review.googlesource.com/c/1342730
Reviewed-by: Edward Lesmes <ehmaldonado@chromium.org >
Commit-Queue: John Budorick <jbudorick@chromium.org >
2018-11-20 19:31:11 +00:00
John Budorick
52a091f419
Add android_internal fetch spec.
...
Bug: 856278
Change-Id: I9aa7cd933a54ba675bdeadb7888d0205a080ea62
Reviewed-on: https://chromium-review.googlesource.com/c/1315470
Reviewed-by: Edward Lesmes <ehmaldonado@chromium.org >
Commit-Queue: John Budorick <jbudorick@chromium.org >
2018-11-07 01:00:53 +00:00
Aaron Gable
47f44dc180
fetch: stop specifying .DEPS.git for any repos
...
None of these repos has had a .DEPS.git file in over 3.5 years.
R=ehmaldonado
Bug: 824734
Change-Id: I768e247eee5a8eff9fcf8f1891497840909ec9fa
Reviewed-on: https://chromium-review.googlesource.com/982521
Reviewed-by: Edward Lesmes <ehmaldonado@chromium.org >
Commit-Queue: Aaron Gable <agable@chromium.org >
2018-03-27 23:39:23 +00:00
Quinten Yearsley
b2cc4a94da
depot_tools: Replace pylint error numbers with symbolic names.
...
This affects a bunch of files, but only changes comments,
and shouldn't make any difference to behavior.
The purpose is to slightly improve readability of pylint
disable comments.
Change-Id: Ic6cd0f8de792b31d91c6125f6da2616450b30f11
Reviewed-on: https://chromium-review.googlesource.com/420412
Reviewed-by: Aaron Gable <agable@chromium.org >
Commit-Queue: Quinten Yearsley <qyearsley@chromium.org >
2016-12-16 00:31:40 +00:00
agable
a98a6cd47d
Remove safesync support from gclient[_scm].py
...
R=dpranke@chromium.org
Review-Url: https://codereview.chromium.org/2395013002
2016-11-15 14:30:10 -08:00
smut
ae7ea3167e
Revert "Remove all safesync_url functionality from gclient"
...
This reverts commit 99a7f80578 .
This reverts commit 2697cd19a7 .
This reverts commit 8c51b6f148 .
This reverts commit d4aedc811b .
Reason for revert:
Breaks iOS release branch builds.
BUG=623762
TBR=agable,maruel
Review URL: https://codereview.chromium.org/2162583004 .
2016-07-18 11:59:41 -07:00
agable
99a7f80578
Remove all safesync_url functionality from gclient
...
R=maruel@chromium.org
BUG=109184
Review-Url: https://codereview.chromium.org/2087313002
2016-06-24 11:19:44 -07:00
luqui@chromium.org
b371a1c852
Rename recipes/ to fetch_configs/
...
We are making depot_tools a proper (chromium) recipe package, which assumes
that recipes are located in recipes/. So I need to move these other kinds of
recipes out of the way.
BUG=564920
R=dpranke@chromium.org , iannucci@chromium.org
Review URL: https://codereview.chromium.org/1494793002 .
git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@297837 0039d316-1c4b-4281-b951-d872f2087c98
2015-12-04 01:42:48 +00:00