From 2ec5a84b507c6aa0fb8ee916c2d4f30daea1afb6 Mon Sep 17 00:00:00 2001 From: Simon Paillard Date: Tue, 7 Sep 2010 21:36:24 +0200 Subject: [PATCH] Import data from squeeze-backports --- config.sh.sed.in | 2 +- cron.d/100syncarchive_backports | 2 +- lib/Packages/Search.pm | 1 + static/packages-site.css | 2 +- templates/html/homepage.tmpl | 2 +- 5 files changed, 5 insertions(+), 4 deletions(-) diff --git a/config.sh.sed.in b/config.sh.sed.in index 92679b8..50170de 100644 --- a/config.sh.sed.in +++ b/config.sh.sed.in @@ -45,7 +45,7 @@ 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 debports backports volatile" sections="main contrib non-free" parts="$sections" -suites="etch etch-m68k etch-volatile etch-backports lenny lenny-volatile lenny-backports squeeze sid experimental" +suites="etch etch-m68k etch-volatile etch-backports lenny lenny-volatile lenny-backports squeeze squeeze-backports sid experimental" priorities="required important standard optional extra" dists="$suites" architectures="alpha amd64 arm armel avr32 hppa hurd-i386 i386 ia64 kfreebsd-i386 kfreebsd-amd64 m68k mips mipsel powerpc s390 sparc" diff --git a/cron.d/100syncarchive_backports b/cron.d/100syncarchive_backports index 2be4de7..9acc155 100755 --- a/cron.d/100syncarchive_backports +++ b/cron.d/100syncarchive_backports @@ -7,7 +7,7 @@ cd ${archivedir} # backports archive # -for dist in etch lenny +for dist in etch lenny squeeze do echo "retrieve Release(.gpg) $dist-backports" test -d backports/${dist}-backports || mkdir -p backports/${dist}-backports diff --git a/lib/Packages/Search.pm b/lib/Packages/Search.pm index 61b37b5..4170863 100644 --- a/lib/Packages/Search.pm +++ b/lib/Packages/Search.pm @@ -107,6 +107,7 @@ my %fallback_suites = ( 'etch-volatile' => 'etch', 'lenny-backports' => 'lenny', 'lenny-volatile' => 'lenny', + 'squeeze-backports' => 'squeeze', experimental => 'sid' ); sub read_entry_simple { diff --git a/static/packages-site.css b/static/packages-site.css index 420506e..dc09e55 100644 --- a/static/packages-site.css +++ b/static/packages-site.css @@ -1,4 +1,4 @@ .sarge-volatile, .sarge-backports, .etch-m68k, .etch-backports, -.lenny-volatile, .lenny-backports { +.lenny-volatile, .lenny-backports .squeeze-backports { font-size: smaller; } diff --git a/templates/html/homepage.tmpl b/templates/html/homepage.tmpl index 0f77b5c..5b1b293 100644 --- a/templates/html/homepage.tmpl +++ b/templates/html/homepage.tmpl @@ -5,7 +5,7 @@ -%] [%- all_suites = [ 'etch', 'etch-m68k', 'etch-volatile', 'etch-backports', - 'lenny', 'lenny-volatile', 'lenny-backports', 'squeeze', 'sid' ] + 'lenny', 'lenny-volatile', 'lenny-backports', 'squeeze', 'squeeze-backports', 'sid' ] version_numbers = { sarge => '3.1', etch => '4.0', lenny => '5.0' } -- 2.39.2