coreos-base/coreos-cloudinit: bump to v1.12.0

This removes support for DigitalOcean networking (taken care of by
coreos-metadata in the initramfs) and adds timeouts to all systemd
services.
This commit is contained in:
Alex Crawford 2016-09-15 10:35:34 -07:00
parent 7644f55bb9
commit 9c47730ba9
2 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ inherit coreos-doc cros-workon systemd toolchain-funcs udev coreos-go
if [[ "${PV}" == 9999 ]]; then if [[ "${PV}" == 9999 ]]; then
KEYWORDS="~amd64 ~arm64" KEYWORDS="~amd64 ~arm64"
else else
CROS_WORKON_COMMIT="4c333e657bfbaa8f6594298b48324f45e6bf5961" # tag v1.11.0 CROS_WORKON_COMMIT="3c68e2e67d2ea077e2b79383c0ad313770c62ca2" # tag v1.12.0
KEYWORDS="amd64 arm64" KEYWORDS="amd64 arm64"
fi fi