From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from gandalf.ozlabs.org (mail.ozlabs.org [IPv6:2404:9400:2221:ea00::3]) by passt.top (Postfix) with ESMTPS id 3EAEB5A026B for ; Tue, 14 Feb 2023 00:37:28 +0100 (CET) Received: by gandalf.ozlabs.org (Postfix, from userid 1007) id 4PG1356DgNz4x7w; Tue, 14 Feb 2023 10:37:21 +1100 (AEDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gibson.dropbear.id.au; s=201602; t=1676331441; bh=Auchddz0FMOLrBZX9tDkm12mjqQWNMgPfFQ4R3SiGIw=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=d5mYrz90dJ2b3ouJvS9Ay7ganv9SIhSgEzHqntbw1RP8kY6dx1UGD0pqQUMB5STqP GFT9BP8ohVNmTK7teob2KvQLqCAOjlDf3iAA8f0aIpYDdjmJvVr21fNSFWZtzBLKPT 5Na5qD1rkFLZmU0NCyGSQ26eydMFzRqWgxzYRth8= From: David Gibson To: passt-dev@passt.top, Stefano Brivio Subject: [PATCH 2/2] test: Fedora 32-35 have moved to the archives Date: Tue, 14 Feb 2023 10:37:13 +1100 Message-Id: <20230213233713.748675-3-david@gibson.dropbear.id.au> X-Mailer: git-send-email 2.39.1 In-Reply-To: <20230213233713.748675-1-david@gibson.dropbear.id.au> References: <20230213233713.748675-1-david@gibson.dropbear.id.au> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Message-ID-Hash: ESQXCO4EMVI2PZLHPHDN6YGS4GA5G2GT X-Message-ID-Hash: ESQXCO4EMVI2PZLHPHDN6YGS4GA5G2GT X-MailFrom: dgibson@gandalf.ozlabs.org X-Mailman-Rule-Misses: dmarc-mitigation; no-senders; approved; emergency; loop; banned-address; member-moderation; nonmember-moderation; administrivia; implicit-dest; max-recipients; max-size; news-moderation; no-subject; digests; suspicious-header CC: David Gibson X-Mailman-Version: 3.3.3 Precedence: list List-Id: Development discussion and patches for passt Archived-At: Archived-At: List-Archive: List-Archive: List-Help: List-Owner: List-Post: List-Subscribe: List-Unsubscribe: Fedora 32-35 are now old enough that they're not on all mirrors. Fetch them from the archive server instead. Signed-off-by: David Gibson --- test/Makefile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/test/Makefile b/test/Makefile index 2d170eb..1341677 100644 --- a/test/Makefile +++ b/test/Makefile @@ -162,16 +162,16 @@ Fedora-Cloud-Base-31-1.9.%.qcow2: $(WGET) -O $@ http://archives.fedoraproject.org/pub/archive/fedora/linux/releases/31/Cloud/$*/images/Fedora-Cloud-Base-31-1.9.$*.qcow2 Fedora-Cloud-Base-32-1.6.%.qcow2: - $(WGET) -O $@ https://download.fedoraproject.org/pub/fedora/linux/releases/32/Cloud/$*/images/Fedora-Cloud-Base-32-1.6.$*.qcow2 + $(WGET) -O $@ https://archives.fedoraproject.org/pub/archive/fedora/linux/releases/32/Cloud/$*/images/Fedora-Cloud-Base-32-1.6.$*.qcow2 Fedora-Cloud-Base-33-1.2.%.qcow2: - $(WGET) -O $@ https://download.fedoraproject.org/pub/fedora/linux/releases/33/Cloud/$*/images/Fedora-Cloud-Base-33-1.2.$*.qcow2 + $(WGET) -O $@ https://archives.fedoraproject.org/pub/archive/fedora/linux/releases/33/Cloud/$*/images/Fedora-Cloud-Base-33-1.2.$*.qcow2 Fedora-Cloud-Base-34-1.2.%.qcow2: - $(WGET) -O $@ https://download.fedoraproject.org/pub/fedora/linux//releases/34/Cloud/$*/images/Fedora-Cloud-Base-34-1.2.$*.qcow2 + $(WGET) -O $@ https://archives.fedoraproject.org/pub/archive/fedora/linux/releases/34/Cloud/$*/images/Fedora-Cloud-Base-34-1.2.$*.qcow2 Fedora-Cloud-Base-35-1.2.%.qcow2: - $(WGET) -O $@ https://download.fedoraproject.org/pub/fedora/linux/releases/35/Cloud/$*/images/Fedora-Cloud-Base-35-1.2.$*.qcow2 + $(WGET) -O $@ https://archives.fedoraproject.org/pub/archive/fedora/linux/releases/35/Cloud/$*/images/Fedora-Cloud-Base-35-1.2.$*.qcow2 # OpenSuSE downloads openSUSE-Leap-15.1-JeOS.x86_64-kvm-and-xen.qcow2: -- 2.39.1