fix(coreos-base/coretest): Remove/replace coretest TlsDate checks

pull in https://github.com/coreos/coretest/pull/36 to fix TlsDate
checks and replace them with calls to ntpdate
This commit is contained in:
Brian 'Redbeard' Harrington 2014-05-30 17:37:35 -07:00
parent 36ba9666d6
commit 8b0140150b
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 ~arm ~x86"
else
CROS_WORKON_COMMIT="7ce9e130033cf47569aa1c8ab86d591c681504e0"
CROS_WORKON_COMMIT="07313fe31b1f8dbe4e26f0c0c5c3ee480cabc57c"
KEYWORDS="amd64 arm x86"
fi