bump(coreos-base/update_engine): Fixes update_engine_stub

This removes references to the old update service, doing so gets the
stub working again since it wasn't using the system CAs for roller.
This commit is contained in:
Michael Marineau 2014-05-07 12:05:21 -07:00
parent 4b8c372203
commit f4e431b599
2 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ CROS_WORKON_REPO="git://github.com"
if [[ "${PV}" == 9999 ]]; then
KEYWORDS="~amd64 ~arm ~x86"
else
CROS_WORKON_COMMIT="1513ebd611c79ba06500c31275e0bee3b01644a6"
CROS_WORKON_COMMIT="ee3e9a2c0f101717ab3fb824acfb4433a95cedbd"
KEYWORDS="amd64 arm x86"
fi