Merge pull request #1703 from flatcar/jepio/update-engine-airgapped-selfhost-sysext

backport of #1580 to stable 3815
This commit is contained in:
Jeremi Piotrowski 2024-02-26 17:01:33 +01:00 committed by GitHub
commit c1a014d7d1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 2 additions and 1 deletions

View File

@ -0,0 +1 @@
- Fixed the handling of OEM update payloads in a Nebraska response with self-hosted packages in an airgapped environment ([update_engine#39](https://github.com/flatcar/update_engine/pull/39))

View File

@ -8,7 +8,7 @@ CROS_WORKON_REPO="https://github.com"
if [[ "${PV}" == 9999 ]]; then
KEYWORDS="~amd64 ~arm ~arm64 ~x86"
else
CROS_WORKON_COMMIT="0a2e1bbd7564a237a15a0b3bf248f702b0d74e61" # flatcar-3815-backport
CROS_WORKON_COMMIT="71b7cc345a2974bb9274eb058683d68bb301ffa0" # flatcar-3815-backport
KEYWORDS="amd64 arm64"
fi