Bug#1037324: d.o/CD/live refers to images no longer built
Laura Arjona Reina <[email protected]>
| Newsgroups | gmane.linux.debian.devel.www |
|---|---|
| Message-ID | <45535a9f-2d09-a999-9df5-56df7ec33816__32348.9015850768$1686480875$gmane$org@debian.org> |
Hello El 11/6/23 a las 12:42, Jonathan Wiltshire escribió: > Package: www.debian.org > Severity: serious > X-Debbugs-Cc: [email protected], [email protected] > > i386 live images are no longer built as of bookworm, but the download > page still refers to them. It needs a bit of a rewrite because the only > architecture now is amd64. > > I became aware because of direct user reports. > Thanks for reporting. I have updated our files in commit https://salsa.debian.org/webmaster-team/webwml/-/commit/eccd7980c97d0e9c1c5580045cadbc68e6ca719e (below the diff), it will be online in the next hours. Please let me know if this fix is not enough, if I get no news I will close this bug reports in a few days. Kind regards, diff --git a/english/template/debian/release_images.wml b/english/template/debian/release_images.wml index 52c8be6dafee11dc1d3638d92a2f9eca97f1b8d9..ffdb0b8f041c2a5fe269998c7f69e0aac61cf405 100644 --- a/english/template/debian/release_images.wml +++ b/english/template/debian/release_images.wml @@ -51,19 +51,19 @@ <define-tag live-images-url>https://cdimage.debian.org/debian-cd/<current-live-cd-release-dirname/>-live</define-tag> <define-tag stable-live-install-bt-cd-images> -<images-list url="<live-images-url/>/@ARCH@/bt-hybrid/" arch="amd64 i386" /> +<images-list url="<live-images-url/>/@ARCH@/bt-hybrid/" arch="amd64" /> </define-tag> <define-tag stable-live-install-iso-cd-images> -<images-list url="<live-images-url/>/@ARCH@/iso-hybrid/" arch="amd64 i386" /> +<images-list url="<live-images-url/>/@ARCH@/iso-hybrid/" arch="amd64" /> </define-tag> <define-tag stable-live-install-net-images> -<images-list url="<live-images-url/>/@ARCH@/net/" arch="amd64 i386" /> +<images-list url="<live-images-url/>/@ARCH@/net/" arch="amd64" /> </define-tag> <define-tag stable-live-install-usb-hdd-images> -<images-list url="<live-images-url/>/@ARCH@/usb-hdd/" arch="amd64 i386" /> +<images-list url="<live-images-url/>/@ARCH@/usb-hdd/" arch="amd64" /> </define-tag> <define-tag stable-live-install-web-images> -<images-list url="<live-images-url/>/@ARCH@/web/" arch="amd64 i386" /> +<images-list url="<live-images-url/>/@ARCH@/web/" arch="amd64" /> </define-tag> # this needs to link a debian/ mirror rather than cdimage.d.o