From b6a76bf5c4b760bb12bc40f1c03dd46808b32c0a Mon Sep 17 00:00:00 2001 From: Frank Lichtenheld Date: Thu, 30 Oct 2008 20:48:52 +0100 Subject: [PATCH] [UBUNTU] Reflect intrepid release --- config.sh.sed.in | 2 +- lib/Packages/DoSearchContents.pm | 2 +- lib/Packages/DoShow.pm | 2 +- static/index.tmpl | 9 ++++++--- 4 files changed, 9 insertions(+), 6 deletions(-) diff --git a/config.sh.sed.in b/config.sh.sed.in index 48dd533..22b5193 100644 --- a/config.sh.sed.in +++ b/config.sh.sed.in @@ -42,7 +42,7 @@ ddtplangs="ca cs da de eo es fi fr hu it ja ko nl pl pt pt-br ru sk sv uk zh-cn archives="us security" sections="main multiverse restricted universe" parts="$sections" -suites="dapper dapper-updates dapper-backports feisty feisty-updates feisty-backports gutsy gutsy-updates gutsy-backports hardy hardy-updates hardy-backports intrepid" +suites="dapper dapper-updates dapper-backports feisty feisty-updates feisty-backports gutsy gutsy-updates gutsy-backports hardy hardy-updates hardy-backports intrepid intrepid-updates intrepid-backports" dists="$suites" priorities="required important standard optional extra" architectures="i386 amd64 powerpc" diff --git a/lib/Packages/DoSearchContents.pm b/lib/Packages/DoSearchContents.pm index ca83dcb..fc238a7 100644 --- a/lib/Packages/DoSearchContents.pm +++ b/lib/Packages/DoSearchContents.pm @@ -33,7 +33,7 @@ sub do_search_contents { #FIXME: that's extremely hacky atm if ($params->{values}{suite}{no_replace}[0] eq 'default') { $params->{values}{suite}{no_replace} = - $params->{values}{suite}{final} = $opts->{suite} = [ 'hardy' ]; + $params->{values}{suite}{final} = $opts->{suite} = [ 'intrepid' ]; } if (@{$opts->{suite}} > 1) { diff --git a/lib/Packages/DoShow.pm b/lib/Packages/DoShow.pm index 846dda7..00bc8cd 100644 --- a/lib/Packages/DoShow.pm +++ b/lib/Packages/DoShow.pm @@ -233,7 +233,7 @@ sub do_show { if ( ($suite ne "experimental") && ($subsection ne 'debian-installer') && ($suite !~ /-(backports|updates)$/) - && ($suite !~ /(dapper|intrepid)/)) { + && ($suite !~ /dapper/)) { $d{contents_avail} = 1; } push @downloads, \%d; diff --git a/static/index.tmpl b/static/index.tmpl index da74ff6..d05ae6e 100644 --- a/static/index.tmpl +++ b/static/index.tmpl @@ -9,12 +9,13 @@ 'feisty', 'feisty-updates', 'feisty-backports', 'gutsy', 'gutsy-updates', 'gutsy-backports', 'hardy', 'hardy-updates', 'hardy-backports', - 'intrepid' ] + 'intrepid', 'intrepid-updates', 'intrepid-backports' ] version_numbers = { dapper => '6.06LTS', feisty => '7.04', gutsy => '7.10', - hardy => '8.04LTS'} - current_release = 'hardy' + hardy => '8.04LTS', + intrepid => '8.10'} + current_release = 'intrepid' all_sections = [ 'main', 'multiverse', 'restricted', 'universe' ] all_architectures = [ 'i386', 'amd64', 'powerpc' ] -%] @@ -130,6 +131,8 @@ Display:

News

+
2008-10-30
+
Reflect intrepid release.
2008-06-10

Removed edgy

-- 2.39.2