aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon Paillard <simon.paillard@resel.enst-bretagne.fr>2010-09-07 21:36:24 +0200
committerSimon Paillard <simon.paillard@resel.enst-bretagne.fr>2010-09-07 21:36:24 +0200
commit2ec5a84b507c6aa0fb8ee916c2d4f30daea1afb6 (patch)
tree6e85eca87493594bc7fb1f3afee49af42adef96e
parent73731274f6dd418bf3e8fe2443b6911116d68e29 (diff)
Import data from squeeze-backports
-rw-r--r--config.sh.sed.in2
-rwxr-xr-xcron.d/100syncarchive_backports2
-rw-r--r--lib/Packages/Search.pm1
-rw-r--r--static/packages-site.css2
-rw-r--r--templates/html/homepage.tmpl2
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' }