Revert "cros-sommelier-config: revbump the package"

This reverts commit 0ed2eac06d3304fb2858b20e91acaad60a15be9b.

Reason for revert: The same fix has also been applied inside sommelier itself for M91 and M92, and testing shows that this is effective. As this config file hasn't been pushed out yet, revert the change here.

Original change's description:
> cros-sommelier-config: revbump the package
>
> The last few changes to this package did not revbump the package, so
> people won't upgrade when they `apt upgrade`.
>
> BUG=b:180731892
> TEST=n/a
>
> Change-Id: Ib1920a3634f6a33c2af8a37e0c5dfed5667aaa37
> Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/containers/cros-container-guest-tools/+/2850325
> Tested-by: Nic Hollingum <hollingum@google.com>
> Tested-by: kokoro <noreply+kokoro@google.com>
> Auto-Submit: Nic Hollingum <hollingum@google.com>
> Reviewed-by: Ryan Neph <ryanneph@google.com>
> Commit-Queue: Nic Hollingum <hollingum@google.com>
> (cherry picked from commit 339cae00950eb68ec67ae132f1b6814672f55414)
> Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/containers/cros-container-guest-tools/+/2865787
> Commit-Queue: Fergus Dall <sidereal@google.com>
> Tested-by: Fergus Dall <sidereal@google.com>
> Auto-Submit: Fergus Dall <sidereal@google.com>
> Reviewed-by: Nic Hollingum <hollingum@google.com>

Bug: b:180731892
Change-Id: Id23cb875ca3a705e6674ac316931058a6651b2da
Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/containers/cros-container-guest-tools/+/2865795
Auto-Submit: Fergus Dall <sidereal@google.com>
Bot-Commit: Rubber Stamper <rubber-stamper@appspot.gserviceaccount.com>
Commit-Queue: Fergus Dall <sidereal@google.com>
1 file changed
tree: b7322899103f7662b87730db32ff52e82596b1c1
  1. cros-adapta/
  2. cros-apt-config/
  3. cros-debs/
  4. cros-garcon/
  5. cros-gpu-alpha/
  6. cros-gpu-buster/
  7. cros-gpu-stretch/
  8. cros-guest-tools/
  9. cros-host-fonts/
  10. cros-logging/
  11. cros-notificationd/
  12. cros-pulse-config/
  13. cros-sftp/
  14. cros-sommelier/
  15. cros-sommelier-config/
  16. cros-sudo-config/
  17. cros-systemd-overrides/
  18. cros-tast-tests/
  19. cros-ui-config/
  20. cros-wayland/
  21. docs/
  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 --host_force_python=py2

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.