Skip to content

Commit 1cda059

Browse files
committed
overlay update-ssh-keys: update openssh-keys to 0.6.2
Update openssh-keys to 0.6.2 to avoid relying on a custom branch. Also remove custom patch from the ebuild. Pulls in flatcar/update-ssh-keys#14.
1 parent 5ec3b7b commit 1cda059

File tree

3 files changed

+1
-42
lines changed

3 files changed

+1
-42
lines changed

sdk_container/src/third_party/coreos-overlay/coreos-base/update-ssh-keys/files/0001-eclass-trick.patch

Lines changed: 0 additions & 40 deletions
This file was deleted.

sdk_container/src/third_party/coreos-overlay/coreos-base/update-ssh-keys/update-ssh-keys-9999.ebuild

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,11 @@ CROS_WORKON_REPO="https://github.com"
1010
if [[ ${PV} == 9999 ]]; then
1111
KEYWORDS="~amd64 ~arm64"
1212
else
13-
CROS_WORKON_COMMIT="5be7dcf3415f59afb8e78d7061a854f7b0efffc9" # flatcar-master
13+
CROS_WORKON_COMMIT="de1e0d83c9a9279cf85d74c1d34f790d4a87bea8" # flatcar-master
1414
KEYWORDS="amd64 arm64"
1515
fi
1616

1717
PATCHES=(
18-
"${FILESDIR}"/0001-eclass-trick.patch
1918
)
2019

2120
# sed -n 's/^"checksum \([^ ]*\) \([^ ]*\) .*/\1-\2/p' Cargo.lock

0 commit comments

Comments
 (0)