[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#865195: Bug 865195: [www.debian.org] Some broken links on the page "Downloading Debian CD images with BitTorrent"



Hi Andrey

Thanks for reporting this bug.

About source CD, we're not providing source CD anymore, only source DVD,
so the link shouldn't be there.

For what I can see, the list of links is generated by this file:

https://anonscm.debian.org/viewvc/webwml/webwml/english/template/debian/release_images.wml

in particular, lines 44-45:

<define-tag stable-full-cd-torrent>
<images-list url="<stable-images-url/>/@ARCH@/bt-cd/"
arch="<stable-images-arches /> multi-arch" />

we should remove "source" from that list.
I'm attaching a patch that I think it solves this issue.
I've tested it locally and the resulting list of links looks ok for me,
but I'll ping the CD team and wait some days for others to review.

About multi-arch, we're not providing multi-arch DVD, and the link has
been removed already.

Cheers
-- 
Laura Arjona Reina
https://wiki.debian.org/LauraArjona
? release_images.wml.diff
Index: release_images.wml
===================================================================
RCS file: /cvs/webwml/webwml/english/template/debian/release_images.wml,v
retrieving revision 1.23
diff -u -r1.23 release_images.wml
--- release_images.wml	5 Aug 2017 15:24:27 -0000	1.23
+++ release_images.wml	18 Feb 2018 00:02:44 -0000
@@ -42,7 +42,7 @@
 </define-tag>
 
 <define-tag stable-full-cd-torrent>
-<images-list url="<stable-images-url/>/@ARCH@/bt-cd/" arch="<stable-images-arches /> multi-arch" />
+<images-list url="<stable-images-url/>/@ARCH@/bt-cd/" arch="<strip-arches "<stable-images-arches />" "source" /> multi-arch" />
 </define-tag>
 <define-tag stable-full-dvd-torrent>
 <images-list url="<stable-images-url/>/@ARCH@/bt-dvd/" arch="<stable-images-arches />" />

Reply to: