public inbox for passt-dev@passt.top
 help / color / mirror / code / Atom feed
* [PATCH] test: Fix the download link for debian-11-generic-ppc64el image
@ 2025-09-08 11:34 Yumei Huang
  2025-09-09  0:33 ` David Gibson
  2025-09-09 20:24 ` Stefano Brivio
  0 siblings, 2 replies; 5+ messages in thread
From: Yumei Huang @ 2025-09-08 11:34 UTC (permalink / raw)
  To: passt-dev; +Cc: sbrivio, dgibson, yuhuang

Signed-off-by: Yumei Huang <yuhuang@redhat.com>
---
 test/Makefile | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/test/Makefile b/test/Makefile
index a774285..4938827 100644
--- a/test/Makefile
+++ b/test/Makefile
@@ -15,7 +15,7 @@ DEBIAN_IMGS = debian-8.11.0-openstack-amd64.qcow2 \
 	debian-10-generic-ppc64el-20220911-1135.qcow2 \
 	debian-11-nocloud-amd64.qcow2 \
 	debian-11-generic-arm64.qcow2 \
-	debian-11-generic-ppc64el.qcow2 \
+	debian-11-generic-ppc64el-20250703-2162.qcow2 \
 	debian-sid-nocloud-amd64-daily.qcow2 \
 	debian-sid-nocloud-arm64-daily.qcow2 \
 	debian-sid-nocloud-ppc64el-daily.qcow2
@@ -169,6 +169,9 @@ debian-11-nocloud-%.qcow2:
 debian-11-generic-%.qcow2:
 	$(WGET) -O $@ https://cloud.debian.org/images/cloud/bullseye/latest/debian-11-generic-$*.qcow2
 
+debian-11-generic-ppc64el-20250703-2162.qcow2:
+	$(WGET) -O $@ https://cloud.debian.org/images/cloud/bullseye/20250703-2162/debian-11-generic-ppc64el-20250703-2162.qcow2
+
 debian-sid-nocloud-%-daily.qcow2:
 	$(WGET) -O $@ https://cloud.debian.org/images/cloud/sid/daily/latest/debian-sid-nocloud-$*-daily.qcow2
 
-- 
@@ -15,7 +15,7 @@ DEBIAN_IMGS = debian-8.11.0-openstack-amd64.qcow2 \
 	debian-10-generic-ppc64el-20220911-1135.qcow2 \
 	debian-11-nocloud-amd64.qcow2 \
 	debian-11-generic-arm64.qcow2 \
-	debian-11-generic-ppc64el.qcow2 \
+	debian-11-generic-ppc64el-20250703-2162.qcow2 \
 	debian-sid-nocloud-amd64-daily.qcow2 \
 	debian-sid-nocloud-arm64-daily.qcow2 \
 	debian-sid-nocloud-ppc64el-daily.qcow2
@@ -169,6 +169,9 @@ debian-11-nocloud-%.qcow2:
 debian-11-generic-%.qcow2:
 	$(WGET) -O $@ https://cloud.debian.org/images/cloud/bullseye/latest/debian-11-generic-$*.qcow2
 
+debian-11-generic-ppc64el-20250703-2162.qcow2:
+	$(WGET) -O $@ https://cloud.debian.org/images/cloud/bullseye/20250703-2162/debian-11-generic-ppc64el-20250703-2162.qcow2
+
 debian-sid-nocloud-%-daily.qcow2:
 	$(WGET) -O $@ https://cloud.debian.org/images/cloud/sid/daily/latest/debian-sid-nocloud-$*-daily.qcow2
 
-- 
2.47.0


^ permalink raw reply related	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2025-09-10  6:19 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2025-09-08 11:34 [PATCH] test: Fix the download link for debian-11-generic-ppc64el image Yumei Huang
2025-09-09  0:33 ` David Gibson
2025-09-09 20:24 ` Stefano Brivio
2025-09-10  1:53   ` David Gibson
2025-09-10  6:19     ` Stefano Brivio

Code repositories for project(s) associated with this public inbox

	https://passt.top/passt

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for IMAP folder(s).