Skip to content

Commit b9500d7

Browse files
committed
update_engine/init: Use Omaha hash_sha256 attribute for OEM packages
This pulls in flatcar/update_engine#26 and flatcar/init#108 to use the newer Omaha hash_sha256 attribute.
1 parent db2b27d commit b9500d7

File tree

4 files changed

+2
-2
lines changed

4 files changed

+2
-2
lines changed

sdk_container/src/third_party/coreos-overlay/coreos-base/coreos-init/coreos-init-9999.ebuild

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ CROS_WORKON_REPO="https://github.com"
1010
if [[ "${PV}" == 9999 ]]; then
1111
KEYWORDS="~amd64 ~arm ~arm64 ~x86"
1212
else
13-
CROS_WORKON_COMMIT="53b0aa5d291d26f3a14c6f392ff20fdd5003a0f2" # flatcar-master
13+
CROS_WORKON_COMMIT="e98bfdce0d2232945a011b61fc99f8484df7b752" # TODO: flatcar-master
1414
KEYWORDS="amd64 arm arm64 x86"
1515
fi
1616

sdk_container/src/third_party/coreos-overlay/coreos-base/update_engine/update_engine-9999.ebuild

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ CROS_WORKON_REPO="https://github.com"
88
if [[ "${PV}" == 9999 ]]; then
99
KEYWORDS="~amd64 ~arm ~arm64 ~x86"
1010
else
11-
CROS_WORKON_COMMIT="b3cdd63f96cfa35c73c56dc6ce4fbe6cbc5d6740" # flatcar-master
11+
CROS_WORKON_COMMIT="381da58672dc39ba4542a31ca4a21b41e06ca204" # TODO: flatcar-master
1212
KEYWORDS="amd64 arm64"
1313
fi
1414

0 commit comments

Comments
 (0)