Skip to content

Commit

Permalink
coreos-base/(ue-rs|update_engine): Control extracted OEM payload name
Browse files Browse the repository at this point in the history
This pulls in flatcar/ue-rs#49 and
flatcar/update_engine#36 to fix the handling
of OEM update payloads in a Nebraska response with self-hosted packages.
Before this fix the processing failed and had to rely on the fallback
download from the release server.
  • Loading branch information
pothos committed Jan 16, 2024
1 parent 4f789d1 commit 45ec246
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
- Fixed the handling of OEM update payloads in a Nebraska response with self-hosted packages ([ue-rs#49](https://github.com/flatcar/ue-rs/pull/49))
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ CROS_WORKON_REPO="https://github.com"
if [[ ${PV} == 9999 ]]; then
KEYWORDS="~amd64 ~arm64"
else
CROS_WORKON_COMMIT="efc55818aace4fa34b3d9169f3c5c77e71356796" # trunk
CROS_WORKON_COMMIT="591faf2bf51e63dd842b8ae218f8fd7b0cd6e474" # TODO: trunk
KEYWORDS="amd64 arm64"
fi

Expand Down
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="43bb354c67c513ace66d414d9d4aec761eb24680" # flatcar-master
CROS_WORKON_COMMIT="979beab2fc6377e9863b6480a0853aaf10cb0c74" # TODO: flatcar-master
KEYWORDS="amd64 arm64"
fi

Expand Down

0 comments on commit 45ec246

Please sign in to comment.