coreos-cloudinit: roll back to 0.7.7, the 0.8.x series still needs work.

This commit is contained in:
Michael Marineau 2014-07-01 11:51:23 -07:00
parent 477afcd01d
commit 7aa63d97c9
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="43be8c89965f4b1d19082742a0a3db27a3c103dd" # tag v0.8.6
CROS_WORKON_COMMIT="d0a6d6f92f376e9fea26f0291c753c39504ffc9c" # tag v0.7.7
KEYWORDS="amd64"
fi