update_engine: add support for proxy configuration

Details here: https://github.com/coreos/update_engine/pull/37
This commit is contained in:
Michael Marineau 2014-07-13 17:36:06 -07:00
parent 728e4372e1
commit a39ba13ef4
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="bdf691f03fa90b04afc67dfc0a5a0b802c353582"
CROS_WORKON_COMMIT="641533738ad1b21e52fb70a20c4b48050157495c"
KEYWORDS="amd64 arm x86"
fi