Skip to content

Commit

Permalink
Switch to github.com/crc-org/machine-driver-libvirt
Browse files Browse the repository at this point in the history
machine-driver-libvirt was moved there as we want to stop using the code-ready
namespace.
  • Loading branch information
cfergeau authored and anjannath committed Oct 31, 2022
1 parent e2d8dc4 commit e0a53ce
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion images/rpmbuild/Containerfile.in
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ FROM quay.io/centos/centos:stream8
WORKDIR $APP_ROOT/src
RUN yum -y install git-core rpm-build dnf-plugins-core 'dnf-command(builddep)' \
https://github.com/crc-org/admin-helper/releases/download/v0.0.11/crc-admin-helper-0.0.11-1.el8.x86_64.rpm \
https://github.com/code-ready/machine-driver-libvirt/releases/download/0.13.3/crc-driver-libvirt-0.13.3-1.el8.x86_64.rpm
https://github.com/crc-org/machine-driver-libvirt/releases/download/0.13.5/crc-driver-libvirt-0.13.5-1.el8.x86_64.rpm
COPY . .
RUN mkdir -p ~/rpmbuild/SOURCES/ && \
git archive --format=tar --prefix=crc-__VERSION__-__OPENSHIFT_VERSION__/ HEAD | gzip >~/rpmbuild/SOURCES/crc-__VERSION__.tar.gz
Expand Down
2 changes: 1 addition & 1 deletion pkg/crc/machine/libvirt/constants.go
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,5 @@ const (
)

var (
MachineDriverDownloadURL = fmt.Sprintf("https://github.com/code-ready/machine-driver-libvirt/releases/download/%s/crc-driver-libvirt", MachineDriverVersion)
MachineDriverDownloadURL = fmt.Sprintf("https://github.com/crc-org/machine-driver-libvirt/releases/download/%s/crc-driver-libvirt", MachineDriverVersion)
)
2 changes: 1 addition & 1 deletion pkg/crc/preflight/preflight_checks_linux.go
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ import (
)

const (
// This is defined in https://github.com/code-ready/machine-driver-libvirt/blob/master/go.mod#L5
// This is defined in https://github.com/crc-org/machine-driver-libvirt/blob/master/go.mod#L5
minSupportedLibvirtVersion = "3.4.0"
)

Expand Down

0 comments on commit e0a53ce

Please sign in to comment.