From: Gerfried Fuchs Date: Mon, 13 Sep 2010 07:08:49 +0000 (+0200) Subject: Further changes for etch archive X-Git-Url: https://git.deb.at/?p=deb%2Fpackages.git;a=commitdiff_plain;h=404f06fb4733c192d438941bc242ff1cc04f739b Further changes for etch archive --- diff --git a/config.sh.sed.in b/config.sh.sed.in index ae7bf5c..64de2db 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 backports volatile" sections="main contrib non-free" parts="$sections" -suites="bo hamm slink potato woody sarge sarge-volatile sarge-backports" +suites="bo hamm slink potato woody sarge sarge-volatile sarge-backports etch etch-volatile etch-backports etch-m68k" priorities="required important standard optional extra" dists="$suites" architectures="alpha amd64 arm hppa i386 ia64 m68k mips mipsel powerpc s390 sparc" diff --git a/cron.d/100syncarchive_backports b/cron.d/100syncarchive_backports index 6a9f6d0..84820cb 100755 --- a/cron.d/100syncarchive_backports +++ b/cron.d/100syncarchive_backports @@ -7,7 +7,7 @@ cd ${archivedir} # backports archive # -for dist in sarge +for dist in sarge etch do echo "retrieve Release(.gpg) $dist-backports" test -d backports/${dist}-backports || mkdir -p backports/${dist}-backports diff --git a/templates/html/homepage.tmpl b/templates/html/homepage.tmpl index 90796d7..e1d102f 100644 --- a/templates/html/homepage.tmpl +++ b/templates/html/homepage.tmpl @@ -4,8 +4,9 @@ keywords = g('Packages') -%] [%- - all_suites = [ 'bo', 'hamm', 'slink', 'potato', 'woody', 'sarge' ] - version_numbers = { sarge => '3.1', + all_suites = [ 'bo', 'hamm', 'slink', 'potato', 'woody', 'sarge', 'etch' ] + version_numbers = { etch => '4.0', + sarge => '3.1', woody => '3.0', potato => '2.2', slink => '2.1', @@ -13,7 +14,7 @@ bo => '1.3.1'} current_release = 'sarge' all_sections = [ 'main', 'contrib', 'non-free' ] - all_architectures = [ 'alpha', 'arm', 'hppa', 'i386', 'ia64', + all_architectures = [ 'alpha', 'amd64', 'arm', 'hppa', 'i386', 'ia64', 'mips', 'mipsel', 'powerpc', 's390', 'sparc' ] -%]