]> git.deb.at Git - deb/packages.git/blobdiff - cron.d/100syncarchive_backports
cron.d/100syncarchive: Remove some needless warnings
[deb/packages.git] / cron.d / 100syncarchive_backports
index fef94c2af3086acfc7c2fdec47994c87be15bda9..6411eb1b005c9273dd998f2368cefb86027cb5b8 100755 (executable)
@@ -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