aboutsummaryrefslogtreecommitdiffstats
path: root/english/template/debian/release.wml
diff options
context:
space:
mode:
authorJosip Rodin <joy>2007-05-20 16:05:08 +0000
committerJosip Rodin <joy>2007-05-20 16:05:08 +0000
commita66c2c26d3d69668b4e1e4ea2786c86080415493 (patch)
tree88cb14928b8549dcac6381d36dbd6772e19d7b7f /english/template/debian/release.wml
parent4fab588cb8b1d7c2e6abe7934d62565c3cb5e03c (diff)
joeyh, please read the fine FIXME comment above :) reordered that to fix the logic and fix a bunch of 404s
CVS version numbers english/template/debian/release.wml: 1.41 -> 1.42
Diffstat (limited to 'english/template/debian/release.wml')
-rw-r--r--english/template/debian/release.wml8
1 files changed, 6 insertions, 2 deletions
diff --git a/english/template/debian/release.wml b/english/template/debian/release.wml
index c370090537b..5aeb44a1649 100644
--- a/english/template/debian/release.wml
+++ b/english/template/debian/release.wml
@@ -137,8 +137,12 @@ sub permute_as_matrix {
%arches || die "%arches is not set\n";
%formats || die "%formats is not set\n";
- # FIXME: only remove PDF for releases before woody
- if ($file =~ /release-notes/) { $formats{'pdf'} = "PDF" };
+ if ($file =~ /release-notes/) {
+ # these two releases had installmanual.*.pdf but no release-notes.*.pdf
+ if ($release eq 'slink' or $release eq 'potato') {
+ delete $formats{'pdf'};
+ };
+ };
my %sorted_langs = ();
foreach (@langs) {

© 2014-2024 Faster IT GmbH | imprint | privacy policy