Skip to content

Commit

Permalink
coreos-base/update_engine: Only store Omaha response for update check
Browse files Browse the repository at this point in the history
This pulls in
flatcar/update_engine#33
to fix supplying extension update payloads with a custom base URL in
Nebraska.
  • Loading branch information
pothos committed Dec 13, 2023
1 parent 5a35f10 commit fe164a8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
- Fixed supplying extension update payloads with a custom base URL in Nebraska ([Flatcar#1281](https://github.com/flatcar/Flatcar/issues/1281))
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="a9b9beec3dbb5aac105fb73e68c3cead23a2236c" # flatcar-master
CROS_WORKON_COMMIT="8fb11a4abfbf42941efdd73d06ee180bb26557f6" # flatcar-master
KEYWORDS="amd64 arm64"
fi

Expand Down

0 comments on commit fe164a8

Please sign in to comment.