commit | e20e3f4a71cc9b4a6b549eb2d35dc9baaaf17502 | [log] [tgz] |
---|---|---|
author | Rob Mohr <mohrr@google.com> | Thu Jul 11 09:04:58 2019 -0700 |
committer | Rob Mohr <mohrr@google.com> | Thu Jul 11 09:04:58 2019 -0700 |
tree | 6fa444a8ffa1ae7ca38c7251094b3ccb35253953 | |
parent | b51a8c160837a4a4b9e772aa210f79b7698f9d27 [diff] |
[seriallistener] Create seriallistener tool. Create tool that watches for a specific string to appear on a socket and then exits with code 0. As long as the socket is being actively written to the tool will keep watching, but after 30 seconds of inactivity it will exit with code -1. Bug: IN-1422 #comment Change-Id: Idd626b1bc283329274edeeb58529d18077cf0548
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"