Merge pull request #853 from crawford/cloudinit

coreos-base/coreos-cloudinit: bump to v0.10.2
This commit is contained in:
Alex Crawford 2014-09-14 12:24:05 -07:00
commit 894734f0f1
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="7342d91a855c0c198c2a32db8fa4070430a23a67" # tag v0.10.1
CROS_WORKON_COMMIT="8370b30aa28ff2cfc5005c5e1f672a6a582c5d67" # tag v0.10.2
KEYWORDS="amd64"
fi