[roll] Roll fuchsia [botanist] Fix nil pointer dereference.

The SSH client we use to capture the syslog may have been closed and set
to nil by the goroutine that tries to keep the connection alive (if it
fails). We'll add some nil checks to return an error instead of having
botanist crash from a nil pointer dereference.

Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/726191
Original-Revision: 9758fe651c5c1d4876da25497759e73c45bd1e02
GitOrigin-RevId: b22cea333a2e49428180e0f380d3232a0b58105e
Change-Id: I223654870ea2e3a3dc6f5859be36eadc37b3231b
1 file changed
tree: 9bc88c470f4d09d5c9f47074e6b00e32ba2944a2
  1. git-hooks/
  2. infra/
  3. third_party/
  4. cts
  5. firmware
  6. flower
  7. jiri.lock
  8. minimal
  9. prebuilts
  10. README.md
  11. stem
  12. test_durations
  13. toolchain
README.md

Integration

This repository contains Fuchsia's Global Integration manifest files.

Making changes

All changes should be made to the internal version of this repository. Our infrastructure automatically updates this version when the internal one changes.

Currently all changes must be made by a Google employee. Non-Google employees wishing to make a change can ask for assistance via the IRC channel #fuchsia on Freenode.

Obtaining the source

First install Jiri.

Next run:

$ jiri init
$ jiri import minimal https://fuchsia.googlesource.com/integration
$ jiri update

Third party

Third party projects should have their own subdirectory in ./third_party.