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

Re: Wrong tag in template/debian/release_info.wml



Hi,

Baptiste Jammet <baptiste@mailoo.org> wrote:
> Hi -www team,
> 
> We were notified [1] of a broken link to the unofficial non-free images 
> from the page :
> https://www.debian.org/releases/jessie/debian-installer/
> 
> I think it comes from :
> english/template/debian/release_info.wml
> where non-free-cd-release is defined as cd-release :
> > # non-free cd including firmware are not always in sync
> > <define-tag 
> > current-nonfree-cd-release-dirname><current-cd-release/></define-tag>
> instead of being defined as 8.5.0+nonfree.
> 
> [1] https://lists.debian.org/debian-l10n-french/2016/06/msg00098.html
> 
> Thanks
> Baptiste, not sure enough to commit a change in the templates !

The following should do the trick:



Index: release_info.wml
===================================================================
RCS file: /cvs/webwml/webwml/english/template/debian/release_info.wml,v
retrieving revision 1.89
diff -u -r1.89 release_info.wml
--- release_info.wml    5 Jun 2016 19:25:24 -0000       1.89
+++ release_info.wml    21 Jun 2016 22:44:50 -0000
@@ -40,7 +40,7 @@
 # live CD are not always in sync
 <define-tag current-live-cd-release-dirname>current</define-tag>
 # non-free cd including firmware are not always in sync
-<define-tag current-nonfree-cd-release-dirname><current-cd-release/></define-tag>
+<define-tag current-nonfree-cd-release-dirname><current-cd-release/>+nonfree</define-tag>
 <define-tag current-nonfree-cd-release-filename><current-nonfree-cd-release-dirname/></define-tag>
 
 <define-tag packages_in_stable>43000</define-tag>




-- 
============================================================
Created with Sylpheed 3.5.0 under
	D E B I A N   L I N U X   8 . 0   " J E S S I E " .

Registered Linux User #311290 - https://linuxcounter.net/
============================================================


Reply to: