X-Git-Url: https://git.deb.at/?a=blobdiff_plain;f=cron.d%2F100syncarchive_backports;h=7860f2b1ee978637f663e09e5d981b06ba33f04d;hb=56e74a57506cb8f77add7959c377b0be3f475229;hp=fef94c2af3086acfc7c2fdec47994c87be15bda9;hpb=67c4e1e424e081fa0cd77c97ce7a9d82053f6bb5;p=deb%2Fpackages.git diff --git a/cron.d/100syncarchive_backports b/cron.d/100syncarchive_backports index fef94c2..7860f2b 100755 --- a/cron.d/100syncarchive_backports +++ b/cron.d/100syncarchive_backports @@ -9,6 +9,12 @@ cd ${archivedir} # for dist in stable 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