]> git.deb.at Git - deb/packages.git/commitdiff
Further changes for etch archive
authorGerfried Fuchs <rhonda@debian.at>
Mon, 13 Sep 2010 07:08:49 +0000 (09:08 +0200)
committerGerfried Fuchs <rhonda@debian.at>
Mon, 13 Sep 2010 07:09:25 +0000 (09:09 +0200)
config.sh.sed.in
cron.d/100syncarchive_backports
templates/html/homepage.tmpl

index ae7bf5c94c6c296e5c59bb0de59e2b1965472f44..64de2db1bccac3f2c34d56177ef3e34afb700411 100644 (file)
@@ -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"
 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"
 priorities="required important standard optional extra"
 dists="$suites"
 architectures="alpha amd64 arm hppa i386 ia64 m68k mips mipsel powerpc s390 sparc"
index 6a9f6d085d83cc4bd73fe8ab4fa2ff9422850fab..84820cb306d68629639964a83a16f37b8a8df1dc 100755 (executable)
@@ -7,7 +7,7 @@ cd ${archivedir}
 
 # backports archive
 #
 
 # 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
 do
   echo "retrieve Release(.gpg) $dist-backports"
   test -d backports/${dist}-backports || mkdir -p backports/${dist}-backports
index 90796d7acaf965c9d7e01dadd474088e30e8c16b..e1d102f57ecee70046784eeec0c055f10f5cfbbc 100644 (file)
@@ -4,8 +4,9 @@
        keywords = g('Packages')
 -%]
 [%-
        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',
                        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' ]
                        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' ]
 -%]
 
                          'mips', 'mipsel', 'powerpc', 's390', 'sparc' ]
 -%]