commit | b9e15a50170ce6033da80a2d32142d477446aadb | [log] [tgz] |
---|---|---|
author | Nathan Mulcahey <nmulcahey@google.com> | Thu Jun 27 18:17:47 2019 +0000 |
committer | CQ bot account: commit-bot@chromium.org <commit-bot@chromium.org> | Thu Jun 27 18:17:47 2019 +0000 |
tree | 1a94511491c8f20903140c3a095dfef33e57b089 | |
parent | d6f05a770982ad714fd803770c5e9b7f2a24182d [diff] |
Revert "[serial][botanist] Respect ctx.Cancel()." This reverts commit ccd2b698f792b5ebeb383b3a7cff464879750611. Reason for revert: Breaks bots in some weird instances. Original change's description: > [serial][botanist] Respect ctx.Cancel(). > > This refactors the Serial object into its own interface that extends the > normal io.ReadWriteCloser behavior to allow cancellation during > io.Read() so that io.Copy() may be cancelled prematurely on > ctx.Cancel(). > > Change-Id: I1c3dc325cf3a02b0475a4a878ef251076b1f681c TBR=kjharland@google.com,joshuaseaton@google.com,nmulcahey@google.com # Not skipping CQ checks because original CL landed > 1 day ago. Change-Id: Iaa43ae472a554f6365b0f9095e22205feb4d357e
This repo contains tools used in Fuchsia build and development.
Go packages from here are automatically built and uploaded to CIPD and Google Storage by bots using the tools recipe. To add a tool to the build:
builder_mixins
section with name: "tools"
.properties_j
to add a string to the packages
list:"fuchsia.googlesource.com/tools/cmd/your-new-tool"