The following commit has been merged in the ubuntu-master branch:
commit b6a76bf5c4b760bb12bc40f1c03dd46808b32c0a
Author: Frank Lichtenheld <[EMAIL PROTECTED]>
Date: Thu Oct 30 20:48:52 2008 +0100
[UBUNTU] Reflect intrepid release
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:
<hr>
<h2>News</h2>
<dl>
+<dt>2008-10-30</dt>
+<dd>Reflect intrepid release.</dd>
<dt>2008-06-10</dt>
<dd>
<p>Removed edgy</p>
--
APT Archive Web-Frontend (Alioth repository)
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]