Revert "bump(fleet): Upgrade to v0.5.1"

Rolling back to 0.5.0 due to a regression in the etcd client.

Issue: https://github.com/coreos/fleet/issues/582

This (mostly) reverts commit 6a01e3c1e58c2f551307913f75097e09e73d539c.
This commit is contained in:
Michael Marineau 2014-06-26 17:15:26 -07:00
parent 0a4160cc0e
commit 647bcbf483
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="99cc5c48d00358ea73f9e6e73cb04a6b9922456a" # tag v0.5.1
CROS_WORKON_COMMIT="7c9a0c97942e64bdb497fa3a8b762e3fa12d8858" # tag v0.5.0
KEYWORDS="amd64"
fi