X-Git-Url: https://git.deb.at/?a=blobdiff_plain;f=cron.d%2F100syncarchive_backports;h=6411eb1b005c9273dd998f2368cefb86027cb5b8;hb=708b1364be58c9b921cc3838d7ed5f5b48959d78;hp=fef94c2af3086acfc7c2fdec47994c87be15bda9;hpb=67c4e1e424e081fa0cd77c97ce7a9d82053f6bb5;p=deb%2Fpackages.git diff --git a/cron.d/100syncarchive_backports b/cron.d/100syncarchive_backports index fef94c2..6411eb1 100755 --- a/cron.d/100syncarchive_backports +++ b/cron.d/100syncarchive_backports @@ -7,8 +7,14 @@ 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 + (cd backports/${dist}-backports && + wget -q -N ${backports_ftpsite}/dists/sarge-backports/Release && + wget -q -N ${backports_ftpsite}/dists/sarge-backports/Release.gpg ) + foo=\$arch_${dist//-/_} for arch in `eval echo $foo` do