mirror of
https://github.com/flatcar/scripts.git
synced 2026-03-03 20:41:16 +01:00
Merge pull request #1326 from flatcar/scripts
coreos-base/update_engine: Fix iterating over signatures
This commit is contained in:
commit
65f7e02031
1
changelog/bugfixes/2023-11-02-oem-update.md
Normal file
1
changelog/bugfixes/2023-11-02-oem-update.md
Normal 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))
|
||||
@ -8,7 +8,7 @@ CROS_WORKON_REPO="https://github.com"
|
||||
if [[ "${PV}" == 9999 ]]; then
|
||||
KEYWORDS="~amd64 ~arm ~arm64 ~x86"
|
||||
else
|
||||
CROS_WORKON_COMMIT="a95d6d86c019ebe33a605cf03cb6e0b3a8405056" # flatcar-master
|
||||
CROS_WORKON_COMMIT="29029260509fd168ef6b9c539741e95feb1184b1" # flatcar-3745-backport
|
||||
KEYWORDS="amd64 arm64"
|
||||
fi
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user