The following commit has been merged in the ubuntu-master branch:
commit 214891c4361ffbae032f964ecdc0f114c63c9544
Author: Frank Lichtenheld <[EMAIL PROTECTED]>
Date: Sat Apr 26 01:06:58 2008 +0200
Hardy release
powerpc is not released anymore
archive.ubuntu.com has now Description translations
diff --git a/config.sh.sed.in b/config.sh.sed.in
index 8ed3b68..1946bec 100644
--- a/config.sh.sed.in
+++ b/config.sh.sed.in
@@ -26,7 +26,7 @@ cachedir=${topdir}/cache
ftpsite=http://archive.ubuntu.com/ubuntu
security_ftpsite=http://archive.ubuntu.com/ubuntu
-ddtp_ftpsite=http://ddtp.debian.net/debian
+#ddtp_ftpsite=http://archive.ubuntu.com/ubuntu
wget_cmd="wget --no-verbose --tries=2 --timeout=60"
@@ -39,7 +39,7 @@ ddtplangs="ca cs da de eo es fi fr hu it ja km-kh ko nl pl pt
pt-br ru sk sv uk
archives="us security"
sections="main multiverse restricted universe"
parts="$sections"
-suites="dapper dapper-updates dapper-backports edgy edgy-updates
edgy-backports feisty feisty-updates feisty-backports gutsy gutsy-updates
gutsy-backports hardy"
+suites="dapper dapper-updates dapper-backports edgy edgy-updates
edgy-backports feisty feisty-updates feisty-backports gutsy gutsy-updates
gutsy-backports hardy hardy-updates hardy-backports"
dists="$suites"
priorities="required important standard optional extra"
architectures="i386 amd64 powerpc"
@@ -55,7 +55,7 @@ arch_feisty_backports="${arch_feisty}"
arch_gutsy="${arch_feisty}"
arch_gutsy_updates="${arch_gutsy}"
arch_gutsy_backports="${arch_gutsy}"
-arch_hardy="${arch_gutsy}"
+arch_hardy="i386 amd64"
arch_hardy_updates="${arch_hardy}"
arch_hardy_backports="${arch_hardy}"
diff --git a/lib/Packages/DoSearchContents.pm b/lib/Packages/DoSearchContents.pm
index 48fece9..ca83dcb 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} = [ 'gutsy' ];
+ $params->{values}{suite}{final} = $opts->{suite} = [ 'hardy' ];
}
if (@{$opts->{suite}} > 1) {
diff --git a/static/index.tmpl b/static/index.tmpl
index b21a2e5..1ad233d 100644
--- a/static/index.tmpl
+++ b/static/index.tmpl
@@ -9,12 +9,13 @@
'edgy', 'edgy-updates', 'edgy-backports',
'feisty', 'feisty-updates', 'feisty-backports',
'gutsy', 'gutsy-updates', 'gutsy-backports',
- 'hardy' ]
+ 'hardy', 'hardy-updates', 'hardy-backports', ]
version_numbers = { dapper => '6.06LTS',
edgy => '6.10',
feisty => '7.04',
- gutsy => '7.10' }
- current_release = 'gutsy'
+ gutsy => '7.10',
+ hardy => '8.04LTS'}
+ current_release = 'hardy'
all_sections = [ 'main', 'multiverse', 'restricted', 'universe' ]
all_architectures = [ 'i386', 'amd64', 'powerpc' ]
-%]
@@ -130,6 +131,12 @@ Display:
<hr>
<h2>News</h2>
<dl>
+<dt>2008-04-26</dt>
+<dd>
+<p>Adapted for hardy release. Removed the obsolete powerpc data for hardy. I'm
currently evaluation if and how I should
+include information about <tt>ports.ubuntu.com</tt> packages here. Since
<tt>archive.ubuntu.com</tt> is currently unusable
+I use <tt>nl.archive.ubuntu.com</tt> as source for the data until the
situation normalizes again.</p>
+</dd>
<dt>2008-02-21</dt>
<dd>
<p>The downtime today was caused by some yet undiagnosed kernel troubles after
--
APT Archive Web-Frontend (Alioth repository)
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]