From 089a004ae30c4f2ffe436dcf89f819560465e6c3 Mon Sep 17 00:00:00 2001 From: Frank Lichtenheld Date: Fri, 13 Apr 2007 01:56:08 +0200 Subject: [PATCH] syncarchive: add oldstable backports and volatile Also remove stable backports, since there are none for etch yet. --- config.sh.sed.in | 4 ++-- cron.d/100syncarchive_backports | 2 +- cron.d/100syncarchive_volatile | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/config.sh.sed.in b/config.sh.sed.in index 7addf96..1868bce 100644 --- a/config.sh.sed.in +++ b/config.sh.sed.in @@ -28,7 +28,7 @@ cachedir=${topdir}/cache ftpsite=http://ftp.de.debian.org/debian nonus_ftpsite=http://ftp.uk.debian.org/debian-non-US security_ftpsite=http://security.debian.org/debian-security -volatile_ftpsite=http://volatile.debian.net/debian-volatile +volatile_ftpsite=http://volatile.debian.org/debian-volatile backports_ftpsite=http://backports.org/debian amd64_ftpsite=http://amd64.debian.net/debian #kfreebsd_ftpsite=http://kfreebsd-gnu.debian.net/debian @@ -43,7 +43,7 @@ ddtplangs="de cs da eo es fi fr hu it ja nl pl pt_BR pt_PT ru sk sv_SE uk" archives="us security amd64 kfreebsd backports volatile" sections="main contrib non-free" parts="$sections" -suites="oldstable stable stable-volatile stable-backports testing unstable experimental" +suites="oldstable oldstable-volatile oldstable-backports stable stable-volatile stable-backports testing unstable experimental" priorities="required important standard optional extra" dists="$suites" architectures="alpha amd64 arm 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 7860f2b..6411eb1 100755 --- a/cron.d/100syncarchive_backports +++ b/cron.d/100syncarchive_backports @@ -7,7 +7,7 @@ cd ${archivedir} # backports archive # -for dist in stable +for dist in oldstable do echo "retrieve Release(.gpg) $dist-backports" test -d backports/${dist}-backports || mkdir -p backports/${dist}-backports diff --git a/cron.d/100syncarchive_volatile b/cron.d/100syncarchive_volatile index d62f7d2..b8cef9a 100755 --- a/cron.d/100syncarchive_volatile +++ b/cron.d/100syncarchive_volatile @@ -7,7 +7,7 @@ cd ${archivedir} # volatile archive # -for dist in stable +for dist in oldstable stable do echo "retrieve Release(.gpg) $dist-volatile" test -d volatile/${dist}-volatile || mkdir -p volatile/${dist}-volatile -- 2.39.2