port-listener: add packaging and service config

This package provides the systemd config and related packaging to start
and monitor platform2/vm_tools/port_listener.

BUG=b:206846947
TEST=installed in refvm with port_listener enabled; confirmed install
was successful and service was started and remained running after
reboot. Confirmed `apt remove cros-port-listener` was successful.

Change-Id: I85268538fe2a8404272f88792f7721254e42b886
Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/containers/cros-container-guest-tools/+/5378974
Tested-by: Mike Gerow <gerow@google.com>
Commit-Queue: Mike Gerow <gerow@google.com>
Tested-by: kokoro <noreply+kokoro@google.com>
Reviewed-by: David Munro <davidmunro@google.com>
Reviewed-by: Dennis Kempin <denniskempin@google.com>
8 files changed
tree: ff5b94ccfbe42c616365dce977a29f366cbc327f
  1. cros-adapta/
  2. cros-apt-config/
  3. cros-debs/
  4. cros-garcon/
  5. cros-guest-tools/
  6. cros-host-fonts/
  7. cros-logging/
  8. cros-notificationd/
  9. cros-pipe-config/
  10. cros-port-listener/
  11. cros-pulse-config/
  12. cros-sftp/
  13. cros-sommelier/
  14. cros-sommelier-config/
  15. cros-sudo-config/
  16. cros-systemd-overrides/
  17. cros-tast-tests/
  18. cros-ui-config/
  19. cros-vmstat-metrics/
  20. cros-wayland/
  21. cros-xdg-desktop-portal/
  22. kokoro/
  23. lxd/
  24. mesa/
  25. scripts/
  26. termina/
  27. .gitignore
  28. LICENSE
  29. OWNERS
  30. PRESUBMIT.cfg
  31. README.md
  32. WORKSPACE
README.md

cros-container-guest-tools

Overview

These are the guest packages for setting up a container to integrate with Chrome OS. This includes build scripts that are run in Google's internal continuous integration service.

Building

The guest packages can be built with Bazel.

bazel build //cros-debs:debs

Releasing

promote\_apt.sh MILESTONE and promote\_container.sh MILESTONE in scripts are used to promote containers from staging to live. NOTE: Whatever is the latest in staging is what gets promoted to live so make sure it's what was tested.