Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

kvm-tools: Fix tarball snapshot URL and remove unused file #3923

Merged
merged 1 commit into from
May 17, 2024

Conversation

rene
Copy link
Contributor

@rene rene commented May 17, 2024

  • Fix kvm-tool snapshot tarball URL (current one became unavailable)
  • Remove unused Dockerf.5.1 file (didn't find any reference to this file in the entire repository, so let's take this chance to do some housekeeping)

- Fix kvm-tool snapshot tarball URL (current one became unavailable)
- Remove unused Dockerf.5.1 file

Signed-off-by: Renê de Souza Pinto <rene@renesp.com.br>
@rene rene requested a review from eriknordmark as a code owner May 17, 2024 08:26
@@ -13,11 +13,10 @@ RUN eve-alpine-deploy.sh

ENV KVMTOOL_VERSION=90b2d3adadf218dfc6bdfdfcefe269843360223c

ADD https://git.kernel.org/pub/scm/linux/kernel/git/will/kvmtool.git/snapshot/kvmtool-${KVMTOOL_VERSION}.tar.gz /kvmtool.tar.gz
ADD https://kernel.googlesource.com/pub/scm/linux/kernel/git/will/kvmtool.git/+archive/${KVMTOOL_VERSION}.tar.gz /kvmtool.tar.gz
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Will googlesource.com keep this around forever?

@eriknordmark eriknordmark merged commit c945b54 into lf-edge:master May 17, 2024
27 of 36 checks passed
@rene rene deleted the fix-kvm-tools branch August 2, 2024 13:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants