sys-apps/ignition: update CROS_WORKON_COMMIT for backwards compat

For backwards compatibility for ex-coreos users, we need to update
CROS_WORKON_COMMIT in ignition to the latest commit.
This commit is contained in:
Dongsu Park 2020-02-13 10:14:39 +01:00
parent a2652dd830
commit ede8aca7f0
2 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ inherit coreos-go cros-workon systemd udev
if [[ "${PV}" == 9999 ]]; then
KEYWORDS="~amd64 ~arm64"
else
CROS_WORKON_COMMIT="88f51f2e669377fa2bbac038064e1dc19849dc3a" # tag v0.34.0
CROS_WORKON_COMMIT="43ca7935d250d98e24ca552341c37b7204070198" # flatcar-master
KEYWORDS="amd64 arm64"
fi