Skip to content

Commit

Permalink
coreos-base/update_engine: Fix iterating over signatures
Browse files Browse the repository at this point in the history
This pulls in
flatcar/update_engine#31
to correctly skip over signature entries that cause errors which can be
the case for the dummy signatures.
  • Loading branch information
pothos committed Nov 2, 2023
1 parent cfe7610 commit 3aa1adf
Show file tree
Hide file tree
Showing 2 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="e4b55716dc08be6211026730f0bbf94e6ce44d51" # flatcar-master
CROS_WORKON_COMMIT="d262b46e4c0595e6cefa726a19b8b8c1cdf167a5" # flatcar-master
KEYWORDS="amd64 arm64"
fi

Expand Down

0 comments on commit 3aa1adf

Please sign in to comment.