Merge pull request #915 from crawford/cloudinit

coreos-base/coreos-cloudinit: bump to v0.10.6
This commit is contained in:
Alex Crawford 2014-10-12 22:18:58 -07:00
commit 41a17b96ca
2 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@ CROS_WORKON_REPO="git://github.com"
if [[ "${PV}" == 9999 ]]; then
KEYWORDS="~amd64"
else
CROS_WORKON_COMMIT="bbe86a216e19d5c4d789844f5523b8059f921b42" # tag v0.10.5
CROS_WORKON_COMMIT="f0c532cb09e3e5c0f99c200ab25eba3b432f6cd1" # tag v0.10.6
KEYWORDS="amd64"
fi