We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2fe32a6 commit ee112beCopy full SHA for ee112be
sdk_container/src/third_party/coreos-overlay/coreos-base/update_engine/update_engine-9999.ebuild
@@ -7,7 +7,8 @@ EGIT_REPO_URI="https://github.com/flatcar/update_engine.git"
7
if [[ "${PV}" == 9999 ]]; then
8
KEYWORDS="~amd64 ~arm ~arm64 ~x86"
9
else
10
- EGIT_COMMIT="85eea2c932a0028b90d4db2f3d495ecf73f9342a" # main
+ #EGIT_COMMIT="85eea2c932a0028b90d4db2f3d495ecf73f9342a" # main
11
+ EGIT_BRANCH="kai/postinst-fix"
12
KEYWORDS="amd64 arm64"
13
fi
14
0 commit comments