Skip to content

Commit

Permalink
overlay update-ssh-keys: update openssh-keys to 0.6.2
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
dongsupark committed Oct 26, 2023
1 parent 5ec3b7b commit c05caab
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 42 deletions.

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,11 @@ CROS_WORKON_REPO="https://github.com"
if [[ ${PV} == 9999 ]]; then
KEYWORDS="~amd64 ~arm64"
else
CROS_WORKON_COMMIT="5be7dcf3415f59afb8e78d7061a854f7b0efffc9" # flatcar-master
CROS_WORKON_COMMIT="1adc067275f55f893f212c5815b6124dc57f8f15" # flatcar-master
KEYWORDS="amd64 arm64"
fi

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

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

0 comments on commit c05caab

Please sign in to comment.