[roll] Roll fuchsia [scripts][lib] Introduce `package_server` library.

Introduces a python `package_server` library located in
`//scripts/lib/package_server`, for use in `fx debug`, which will be
introduced in https://fxrev.dev/1436314.

This library exposes functionality to:
 - Check/wait for existing package servers,
 - Check whether the package repository is built,
 - Expose in-tree ffx serving arguments,
 - Stop package servers, and
 - Start package servers.

A future cl will refactor `fxtest` to use this new library.

Test: fx test -o package_server_test
Original-Bug: 450890445
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1434554
Original-Revision: 238f0cf6dac1ed11207c239d4a866bc86600028c
GitOrigin-RevId: ee80e40c17c7ce415ab08eaf9df8b9acd8cf3d53
Change-Id: Iccb6db2983e80c5cab8ca1f975e3691989c07320
1 file changed
tree: 694a94f051bb396838716d546083e371659d1af6
  1. ctf/
  2. git-hooks/
  3. infra/
  4. third_party/
  5. flower
  6. jiri.lock
  7. MILESTONE
  8. minimal
  9. prebuilts
  10. README.md
  11. stem
  12. test_durations
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 in one of the communication channels documented at get involved.

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.