From nobody Mon Apr 29 23:08:26 2024 Delivered-To: importer@patchew.org Received-SPF: pass (zoho.com: domain of redhat.com designates 209.132.183.28 as permitted sender) client-ip=209.132.183.28; envelope-from=libvir-list-bounces@redhat.com; helo=mx1.redhat.com; Authentication-Results: mx.zohomail.com; spf=pass (zoho.com: domain of redhat.com designates 209.132.183.28 as permitted sender) smtp.mailfrom=libvir-list-bounces@redhat.com; dmarc=pass(p=none dis=none) header.from=redhat.com ARC-Seal: i=1; a=rsa-sha256; t=1569308410; cv=none; d=zoho.com; s=zohoarc; b=ThWFrHklMDY7fHeXDC0o2dBLLSXMCkOPT6LqaKPYYvg2qPAJ273l26hi9us+k8XXf28A+mYKH7zCYlniF33+l6lHCRUs8INURTqvlcab4H0fn1ffrT33HwXN52iPrlBp2AoY7G6pqeNA/CzgtU9fAm7pTAbb0ihfKvjArEHATl0= ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=zoho.com; s=zohoarc; t=1569308410; h=Content-Type:Content-Transfer-Encoding:Cc:Date:From:List-Subscribe:List-Post:List-Id:List-Archive:List-Help:List-Unsubscribe:MIME-Version:Message-ID:Sender:Subject:To:ARC-Authentication-Results; bh=Ff35YUPJCY2iXrKzFV88Ia+lerOoLRlEKvriJnOkhWk=; b=MPZff/niRj7iTIR68C7NyMaBzVPfGPf1WDruHboGouU+VZVszZXUx6oZKHjhx6bc7poRdCPd6G1BTKQaN/lV/Q/najzcsBPTQyzxvCBqwtDTbGukgayp2uaDFI0rotmwQezB0VLww3gdMsgt8Ur6WPedojsZPOBnmATPR2wibwk= ARC-Authentication-Results: i=1; mx.zoho.com; spf=pass (zoho.com: domain of redhat.com designates 209.132.183.28 as permitted sender) smtp.mailfrom=libvir-list-bounces@redhat.com; dmarc=pass header.from= (p=none dis=none) header.from= Return-Path: Received: from mx1.redhat.com (mx1.redhat.com [209.132.183.28]) by mx.zohomail.com with SMTPS id 1569308410031547.4814758111786; Tue, 24 Sep 2019 00:00:10 -0700 (PDT) Received: from smtp.corp.redhat.com (int-mx04.intmail.prod.int.phx2.redhat.com [10.5.11.14]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id 879833082E24; Tue, 24 Sep 2019 07:00:06 +0000 (UTC) Received: from colo-mx.corp.redhat.com (colo-mx01.intmail.prod.int.phx2.redhat.com [10.5.11.20]) by smtp.corp.redhat.com (Postfix) with ESMTPS id AAA485D9CA; Tue, 24 Sep 2019 07:00:05 +0000 (UTC) Received: from lists01.pubmisc.prod.ext.phx2.redhat.com (lists01.pubmisc.prod.ext.phx2.redhat.com [10.5.19.33]) by colo-mx.corp.redhat.com (Postfix) with ESMTP id F073F1800B74; Tue, 24 Sep 2019 07:00:01 +0000 (UTC) Received: from smtp.corp.redhat.com (int-mx08.intmail.prod.int.phx2.redhat.com [10.5.11.23]) by lists01.pubmisc.prod.ext.phx2.redhat.com (8.13.8/8.13.8) with ESMTP id x8O701R9023796 for ; Tue, 24 Sep 2019 03:00:01 -0400 Received: by smtp.corp.redhat.com (Postfix) id 0F926196AE; Tue, 24 Sep 2019 07:00:01 +0000 (UTC) Received: from ridgehead.redhat.com (ovpn-200-22.brq.redhat.com [10.40.200.22]) by smtp.corp.redhat.com (Postfix) with ESMTP id 5133819C58; Tue, 24 Sep 2019 06:59:57 +0000 (UTC) From: Erik Skultety To: libvir-list@redhat.com Date: Tue, 24 Sep 2019 08:59:54 +0200 Message-Id: <3f3a2a7060685f730955df8f05cb393f562dad4c.1569308377.git.eskultet@redhat.com> MIME-Version: 1.0 X-Scanned-By: MIMEDefang 2.84 on 10.5.11.23 X-loop: libvir-list@redhat.com Cc: Erik Skultety Subject: [libvirt] [libvirt-tck PATCH] conf: Upgrade the used version of fedora to 30 X-BeenThere: libvir-list@redhat.com X-Mailman-Version: 2.1.12 Precedence: junk List-Id: Development discussions about the libvirt library & tools List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Transfer-Encoding: quoted-printable Sender: libvir-list-bounces@redhat.com Errors-To: libvir-list-bounces@redhat.com X-Scanned-By: MIMEDefang 2.79 on 10.5.11.14 X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.5.16 (mx1.redhat.com [10.5.110.46]); Tue, 24 Sep 2019 07:00:07 +0000 (UTC) Content-Type: text/plain; charset="utf-8" Fedora 28 is already EOL and the URLs don't work anymore either because EOL resources eventually move to http://archives.fedoraproject.org/pub/archive/fedora/ from https://dl.fedoraproject.org/pub/fedora/linux/releases/. Reviewed-by: Fabiano Fid=C3=AAncio --- Notes: I'm wondering whether we shouldn't drop the secondary i686 sections as = well since i686 will die starting with fedora 31. On a similar note with UML, upstream libvirt dropped it a while ago. conf/default.cfg | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/conf/default.cfg b/conf/default.cfg index b97688e..d9fd0cb 100644 --- a/conf/default.cfg +++ b/conf/default.cfg @@ -49,7 +49,7 @@ images =3D ( hvm xen ) - osname =3D fedora-28 + osname =3D fedora-30 } ) @@ -75,25 +75,25 @@ images =3D ( # empty sparse root FS will be created # kernels =3D ( - # Fedora 28 i686 PAE has pv_ops, so one kernel can do both Xen and KVM = guests here + # Fedora 30 i686 PAE has pv_ops, so one kernel can do both Xen and KVM = guests here { arch =3D i686 ostype =3D ( hvm xen ) - kernel =3D http://dl.fedoraproject.org/pub/fedora-secondary/releases/= 28/Everything/i386/os/images/pxeboot/vmlinuz - initrd =3D http://dl.fedoraproject.org/pub/fedora-secondary/releases/= 28/Everything/i386/os/images/pxeboot/initrd.img + kernel =3D http://dl.fedoraproject.org/pub/fedora-secondary/releases/= 30/Everything/i386/os/images/pxeboot/vmlinuz + initrd =3D http://dl.fedoraproject.org/pub/fedora-secondary/releases/= 30/Everything/i386/os/images/pxeboot/initrd.img } - # Fedora 28 x86_64 has pv_ops, so one kernel can do both Xen and KVM gu= ests here + # Fedora 30 x86_64 has pv_ops, so one kernel can do both Xen and KVM gu= ests here { arch =3D x86_64 ostype =3D ( hvm xen ) - kernel =3D http://dl.fedoraproject.org/pub/fedora/linux/releases/28/E= verything/x86_64/os/images/pxeboot/vmlinuz - initrd =3D http://dl.fedoraproject.org/pub/fedora/linux/releases/28/E= verything/x86_64/os/images/pxeboot/initrd.img + kernel =3D http://dl.fedoraproject.org/pub/fedora/linux/releases/30/E= verything/x86_64/os/images/pxeboot/vmlinuz + initrd =3D http://dl.fedoraproject.org/pub/fedora/linux/releases/30/E= verything/x86_64/os/images/pxeboot/initrd.img } # User mode linux i686 needs custom kernel + root filesystem { -- 2.20.1 -- libvir-list mailing list libvir-list@redhat.com https://www.redhat.com/mailman/listinfo/libvir-list