commit | 47b32b67a185fd71d8228df7c644c478a30f7110 | [log] [tgz] |
---|---|---|
author | David Munro <davidmunro@google.com> | Fri Jan 24 15:50:04 2020 +1100 |
committer | Commit Bot <commit-bot@chromium.org> | Tue Jan 28 00:31:37 2020 +0000 |
tree | abc9918541b55708d9337c9cee3997564490e7c0 | |
parent | a93ea0425059ffc9efad88bf99aab3c1207b7b68 [diff] |
container-guest-tools: Remove override to use a (now-expired) signing key. Use the signing script's default so when it gets updated we get updated for free TEST=None, can only test once the new version is signed BUG=chromium:1045292 Change-Id: I6db11295c5d09d61a55e64531050cb13ec0981f2 Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/containers/cros-container-guest-tools/+/2018618 Reviewed-by: David Munro <davidmunro@google.com> Reviewed-by: Nic Hollingum <hollingum@google.com> Tested-by: David Munro <davidmunro@google.com> Tested-by: kokoro <noreply+kokoro@google.com> Auto-Submit: David Munro <davidmunro@google.com> Commit-Queue: Nic Hollingum <hollingum@google.com> (cherry picked from commit 8508de3a5cac0945209194cf7aeaf889b403f5c1) Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/containers/cros-container-guest-tools/+/2024227 Reviewed-by: Stephen Barber <smbarber@chromium.org> Commit-Queue: David Munro <davidmunro@google.com>
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.
The guest packages can be built with Bazel. The CrOS milestone to target and release name (stretch, buster, etc.) are required.
bazel build //... --action_env="MILESTONE=74" --action_env="RELEASE=buster" --host_force_python=py2
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.