]> git.deb.at Git - deb/packages.git/blobdiff - cron.d/100syncarchive_amd64
Download Release and Release.gpg files. We could use them one day
[deb/packages.git] / cron.d / 100syncarchive_amd64
index 087d6f79261381df01d725c2f995f8bfadaa3464..90a50b8b35fefa9e8c1f2c00274d8ac803fa0de6 100755 (executable)
@@ -9,8 +9,14 @@ cd ${archivedir}
 #
 arch=amd64
 
-for dist in stable testing unstable
+for dist in stable
   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