Merge pull request #971 from crawford/cloudinit

coreos-base/coreos-cloudinit: bump to v1.0.0
This commit is contained in:
Alex Crawford 2014-11-26 15:12:22 -08:00
commit 15bf9fe3aa
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="eca51031c885d241af57fa1fce283eb464e96b59" # tag v0.11.4
CROS_WORKON_COMMIT="521ecfdab5f13c77c3f16320728f5d3c4f7827ec" # tag v1.0.0
KEYWORDS="amd64"
fi