]> git.deb.at Git - deb/packages.git/blobdiff - cron.d/100syncarchive_amd64
html/index.tmpl: Fix "Source" link in the navigation bar
[deb/packages.git] / cron.d / 100syncarchive_amd64
index 087d6f79261381df01d725c2f995f8bfadaa3464..417e8c6d8f7e5e08e12f4619c7eac2487c3d46b8 100755 (executable)
@@ -9,8 +9,14 @@ cd ${archivedir}
 #
 arch=amd64
 
-for dist in stable testing unstable
+for dist in sarge
   do
+  echo "retrieve Release(.gpg) $dist"
+  test -d amd64/${dist} || mkdir -p amd64/${dist}
+  (cd amd64/${dist} &&
+      wget -q -N ${amd64_ftpsite}/dists/${dist}/Release &&
+      wget -q -N ${amd64_ftpsite}/dists/${dist}/Release.gpg )
+
   for part in ${parts} main/debian-installer
     do
     echo retrieve Packages $dist/$part/$arch