mirror of
https://github.com/flatcar/scripts.git
synced 2026-03-07 06:21:13 +01:00
coreos-base/update_engine: Only store Omaha response for update check
This pulls in https://github.com/flatcar/update_engine/pull/33 to fix supplying extension update payloads with a custom base URL in Nebraska.
This commit is contained in:
parent
004c30d046
commit
ae89bb7049
@ -0,0 +1 @@
|
||||
- Fixed supplying extension update payloads with a custom base URL in Nebraska ([Flatcar#1281](https://github.com/flatcar/Flatcar/issues/1281))
|
||||
@ -8,7 +8,7 @@ CROS_WORKON_REPO="https://github.com"
|
||||
if [[ "${PV}" == 9999 ]]; then
|
||||
KEYWORDS="~amd64 ~arm ~arm64 ~x86"
|
||||
else
|
||||
CROS_WORKON_COMMIT="322922fe1b0168b43c90915eced8873913c91182" # flatcar-3760-backport
|
||||
CROS_WORKON_COMMIT="b86891bc510d139c102c6735e2c60c434c92dacd" # flatcar-3760-backport
|
||||
KEYWORDS="amd64 arm64"
|
||||
fi
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user