Skip to content

Commit 2fe32a6

Browse files
committed
coreos-base/update_engine: Fix keeping of needed Flatcar extensions
Pulls in flatcar/update_engine#51 Signed-off-by: Kai Lueke <kailuke@microsoft.com>
1 parent 6367cdd commit 2fe32a6

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
- Fixed that the needed Flatcar extensions don't get removed on update which caused a re-download ([update_engine#51](https://github.com/flatcar/update_engine/pull/51))

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
@@ -7,7 +7,7 @@ EGIT_REPO_URI="https://github.com/flatcar/update_engine.git"
77
if [[ "${PV}" == 9999 ]]; then
88
KEYWORDS="~amd64 ~arm ~arm64 ~x86"
99
else
10-
EGIT_COMMIT="aa31b3ea36b2c4d585406ab13dbdf2c4e8959a99" # main
10+
EGIT_COMMIT="85eea2c932a0028b90d4db2f3d495ecf73f9342a" # main
1111
KEYWORDS="amd64 arm64"
1212
fi
1313

0 commit comments

Comments
 (0)