From 9295c7e1a81128139af8694f447d247130cf041c Mon Sep 17 00:00:00 2001 From: Gerfried Fuchs Date: Fri, 14 Oct 2011 13:57:57 +0200 Subject: [PATCH] Reflect oneiric release: +oneiric, -dapper --- config.sh.sed.in | 10 +++++----- lib/Deb/Versions.pm | 2 +- templates/html/homepage.tmpl | 11 +++++++---- 3 files changed, 13 insertions(+), 10 deletions(-) diff --git a/config.sh.sed.in b/config.sh.sed.in index 0e65032..2f12546 100644 --- a/config.sh.sed.in +++ b/config.sh.sed.in @@ -42,13 +42,10 @@ ddtplangs="ca cs da de eo es eu fi fr hu it ja km 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 hardy hardy-updates hardy-backports lucid lucid-updates lucid-backports maverick maverick-updates maverick-backports natty natty-updates natty-backports oneiric" +suites="hardy hardy-updates hardy-backports lucid lucid-updates lucid-backports maverick maverick-updates maverick-backports natty natty-updates natty-backports oneiric oneiric-updates oneiric-backports precise" priorities="required important standard optional extra" dists="$suites" -architectures="i386 amd64 powerpc" -arch_dapper="i386 amd64 powerpc" -arch_dapper_updates="${arch_dapper}" -arch_dapper_backports="${arch_dapper}" +architectures="i386 amd64 powerpc armel" arch_hardy="i386 amd64" arch_hardy_updates="${arch_hardy}" arch_hardy_backports="${arch_hardy}" @@ -64,6 +61,9 @@ arch_natty_backports="${arch_natty}" arch_oneiric="${arch_maverick}" arch_oneiric_updates="${arch_oneiric}" arch_oneiric_backports="${arch_oneiric}" +arch_precise="${arch_oneiric}" +arch_precise_updates="${arch_precise}" +arch_precise_backports="${arch_precise}" # Miscellaneous # diff --git a/lib/Deb/Versions.pm b/lib/Deb/Versions.pm index 86af34b..c88310d 100644 --- a/lib/Deb/Versions.pm +++ b/lib/Deb/Versions.pm @@ -180,7 +180,7 @@ our @SUITES_SORT = qw( squeeze sid unstable experimental warty hoary breezy dapper edgy feisty gutsy hardy - intrepid jaunty karmic lucid maverick natty oneiric); + intrepid jaunty karmic lucid maverick natty oneiric precise); our @ARCHIVE_SORT = qw( non-US security updates volatile backports ); our @PRIORITY_SORT = qw( required important standard optional extra ); my $i = 1000; diff --git a/templates/html/homepage.tmpl b/templates/html/homepage.tmpl index 291fc95..de0e9c4 100644 --- a/templates/html/homepage.tmpl +++ b/templates/html/homepage.tmpl @@ -5,19 +5,20 @@ html_meta = '' -%] [%- - all_suites = [ 'dapper', 'dapper-updates', 'dapper-backports', - 'hardy', 'hardy-updates', 'hardy-backports', + all_suites = [ 'hardy', 'hardy-updates', 'hardy-backports', 'lucid', 'lucid-updates', 'lucid-backports', 'maverick', 'maverick-updates', 'maverick-backports', 'natty', 'natty-updates', 'natty-backports', - 'oneiric' ] + 'oneiric', 'oneiric-updates', 'oneiric-backports', + 'precise' ] version_numbers = { dapper => '6.06LTS', hardy => '8.04LTS', lucid => '10.04LTS', maverick => '10.10', natty => '11.04', + oneiric => '11.10', } - current_release = 'natty' + current_release = 'oneiric' all_sections = [ 'main', 'multiverse', 'restricted', 'universe' ] all_architectures = [ 'i386', 'amd64', 'powerpc' ] -%] @@ -130,6 +131,8 @@ Distribution:

News

+
2011-10-14
+
Reflect oneiric release, add oneiric, remove dapper.
2011-04-28
Reflect natty release, add natty, remove karmic.
2010-10-10
-- 2.39.2