Merge pull request #1326 from flatcar/scripts

coreos-base/update_engine: Fix iterating over signatures
This commit is contained in:
Kai Lueke 2023-11-02 15:43:26 +01:00
commit 2d946b0122
3 changed files with 2 additions and 1 deletions

View File

@ -0,0 +1 @@
- Fixed iterating over the OEM update payload signatures which prevented the AWS OEM update to 3745.x.y ([update-engine#31](https://github.com/flatcar/update_engine/pull/31))

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="11309004b8451bf232539bdd3c7b0f5e4f69f5cb" # flatcar-master
CROS_WORKON_COMMIT="0749fb68944de017c638fbfc592cfca83885fe45" # flatcar-3760-backport
KEYWORDS="amd64 arm64"
fi