]> git.deb.at Git - deb/packages.git/blobdiff - cron.d/100syncarchive_backports
s/stable/oldstable/
[deb/packages.git] / cron.d / 100syncarchive_backports
index fef94c2af3086acfc7c2fdec47994c87be15bda9..7860f2b1ee978637f663e09e5d981b06ba33f04d 100755 (executable)
@@ -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