cros-motd/baguette-motd: add suppression file functionality

For tast (or other cases) we want to suppress motd message from being
printed. Check for a suppression file, to not need to keep counter max
values synced elsewhere in code.

BUG=b:552996458
TEST=None

Change-Id: I07cfd853c91e4fee73f842398f484760c41ca2c8
Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/containers/cros-container-guest-tools/+/8308093
Commit-Queue: maciek swiech <drmasquatch@google.com>
Tested-by: kokoro <noreply+kokoro@google.com>
Reviewed-by: Zihan Chen <zihanchen@google.com>
Tested-by: maciek swiech <drmasquatch@google.com>
4 files changed
tree: 47a69587303917416db1f8be9fee1e6a621f8e91
  1. baguette-motd/
  2. cros-adapta/
  3. cros-apt-config/
  4. cros-debs/
  5. cros-garcon/
  6. cros-guest-tools/
  7. cros-host-fonts/
  8. cros-logging/
  9. cros-motd/
  10. cros-notificationd/
  11. cros-pipe-config/
  12. cros-port-listener/
  13. cros-pulse-config/
  14. cros-sftp/
  15. cros-sommelier/
  16. cros-sommelier-config/
  17. cros-sudo-config/
  18. cros-systemd-overrides/
  19. cros-tast-tests/
  20. cros-ui-config/
  21. cros-vmstat-metrics/
  22. cros-wayland/
  23. cros-xdg-desktop-portal/
  24. kokoro/
  25. lxd/
  26. mesa/
  27. scripts/
  28. termina/
  29. .bazelversion
  30. .gitignore
  31. LICENSE
  32. OWNERS
  33. PRESUBMIT.cfg
  34. README.md
  35. 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.

bazelisk 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.