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

Re: Website Links on netinst broken



On Wed, Aug 06, 2008 at 06:22:56PM +0200, Josip Rodin wrote:
> On Wed, Aug 06, 2008 at 06:34:17AM -0700, Jason Holland wrote:
> > Afternoon all,
> > 
> > On the page www.debian.org/distrib/netinst/ the links for small cd's and
> > tiny cd's are broken.
> > 
> > It is a simple fix luckily :) 
> > 
> > the file name having 40r4 in the links, and on the server the 
> > files are named 40r4a.
> 
> Thanks for reporting, it should be fixed shortly.

I checked for further errors and noticed that two release tags are no
longer used since etch. See the attached patch.

Is it OK to apply it or will this be reused later again (for lenny, ...)?

Jens
Index: CD/netinst/index.wml
===================================================================
RCS file: /cvs/webwml/webwml/english/CD/netinst/index.wml,v
retrieving revision 1.52
diff -u -r1.52 index.wml
--- CD/netinst/index.wml	29 Mar 2007 00:35:58 -0000	1.52
+++ CD/netinst/index.wml	6 Aug 2008 18:01:44 -0000
@@ -67,13 +67,6 @@
 a (very) basic system.</p>
 
 <ul>
-<if-stable-release release="sarge">
-  # NOTE: <current-release-{dir,file}name> is defined in
-  # webwml/english/template/debian/cdimage.wml
-  <li>Sweden: cdimage.debian.org:
-  <images-list url="http://cdimage.debian.org/debian-cd/<current-release-dirname>/@ARCH@/iso-cd/debian-<current-release-filename>-@ARCH@-netinst.iso" arch="<strip-arches "<stable-images-arches />" "s390 source" />" />
-  </li>
-</if-stable-release>
 <if-stable-release release="etch">
   <li><etch-small-cd-images />
   </li>
@@ -96,11 +89,6 @@
 the rest of the installation system.</p>
 
 <ul>
-<if-stable-release release="sarge">
-  <li>Sweden: cdimage.debian.org:
-  <images-list url="http://cdimage.debian.org/debian-cd/<current-release-dirname>/@ARCH@/iso-cd/debian-<current-release-filename>-@ARCH@-businesscard.iso" arch="<strip-arches "<stable-images-arches />" "s390 source" />" />
-  </li>
-</if-stable-release>
 <if-stable-release release="etch">
   <li><etch-small-cd-images />
   </li>
Index: template/debian/cdimage.wml
===================================================================
RCS file: /cvs/webwml/webwml/english/template/debian/cdimage.wml,v
retrieving revision 1.84
diff -u -r1.84 cdimage.wml
--- template/debian/cdimage.wml	29 Jul 2008 18:06:47 -0000	1.84
+++ template/debian/cdimage.wml	6 Aug 2008 18:01:44 -0000
@@ -75,10 +75,6 @@
 
 # Current stable CD release
 <define-tag current-release>4.0 rev4</define-tag>
-# Current stable CD release: Directory name on cdimage.debian.org/debian-cd/
-<define-tag current-release-dirname>4.0_r4</define-tag>
-# Current stable CD release: File name component on cdimage
-<define-tag current-release-filename>40r4</define-tag>
 
 # The "latest release notes" are defined in CD/releases/index.wml and
 # then used from CD/index.wml

Reply to: