bump(coreos-base/update_engine): Use system SSL certs.

Pulls in https://github.com/coreos/update_engine/pull/27
Fixes breakage caused by https://github.com/coreos/scripts/pull/218
This commit is contained in:
Michael Marineau 2014-04-22 16:03:02 -07:00
parent a93bd9a991
commit 49c74da722
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="cf6827237b9123b2173b9d3d326c2471804dcea4"
CROS_WORKON_COMMIT="a6f122f3893a957301231a5250c59f04e94d35c9"
KEYWORDS="amd64 arm x86"
fi