Skip to content

Commit

Permalink
Merge pull request #1326 from flatcar/scripts
Browse files Browse the repository at this point in the history
coreos-base/update_engine: Fix iterating over signatures
  • Loading branch information
pothos committed Nov 2, 2023
2 parents 1931b99 + 6d027f6 commit 2d946b0
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions changelog/bugfixes/2023-11-02-oem-update.md
Original file line number Diff line number Diff line change
@@ -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))
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 2d946b0

Please sign in to comment.