[libvirt] [PATCH] conf/default.cfg: Update Fedora download URLs

Lucas Meneghel Rodrigues lmr at redhat.com
Wed Feb 22 19:12:29 UTC 2012


libvirt TCK is currently broke since it can't download
from the old alias download.fedora.redhat.com, since that
alias was removed and people really should update their
download links. Point to the new dl.fedoraproject.org
URLs.

Signed-off-by: Lucas Meneghel Rodrigues <lmr at redhat.com>
---
 conf/default.cfg |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/conf/default.cfg b/conf/default.cfg
index cb70149..a303d88 100644
--- a/conf/default.cfg
+++ b/conf/default.cfg
@@ -69,8 +69,8 @@ kernels = (
        hvm
        xen
      )
-     kernel = http://download.fedora.redhat.com/pub/fedora/linux/releases/15/Fedora/i386/os/images/pxeboot/vmlinuz-PAE
-     initrd = http://download.fedora.redhat.com/pub/fedora/linux/releases/15/Fedora/i386/os/images/pxeboot/initrd-PAE.img
+     kernel = http://dl.fedoraproject.org/pub/fedora/linux/releases/15/Fedora/i386/os/images/pxeboot/vmlinuz-PAE
+     initrd = http://dl.fedoraproject.org/pub/fedora/linux/releases/15/Fedora/i386/os/images/pxeboot/initrd-PAE.img
    }
    # Fedora 15 x86_64 has pv_ops, so one kernel can do both Xen and KVM guests here
    {
@@ -79,8 +79,8 @@ kernels = (
        hvm
        xen
      )
-     kernel = http://download.fedora.redhat.com/pub/fedora/linux/releases/15/Fedora/x86_64/os/images/pxeboot/vmlinuz
-     initrd = http://download.fedora.redhat.com/pub/fedora/linux/releases/15/Fedora/x86_64/os/images/pxeboot/initrd.img
+     kernel = http://dl.fedoraproject.org/pub/fedora/linux/releases/15/Fedora/x86_64/os/images/pxeboot/vmlinuz
+     initrd = http://dl.fedoraproject.org/pub/fedora/linux/releases/15/Fedora/x86_64/os/images/pxeboot/initrd.img
    }
    # User mode linux i686 needs custom kernel + root filesystem
    {
-- 
1.7.7.6




More information about the libvir-list mailing list