]> git.deb.at Git - deb/packages.git/blobdiff - cron.d/100syncarchive_amd64
Switch to using codenames
[deb/packages.git] / cron.d / 100syncarchive_amd64
index 69bef37c5454c6763afe86f7da22604a57183bab..417e8c6d8f7e5e08e12f4619c7eac2487c3d46b8 100755 (executable)
@@ -9,8 +9,14 @@ cd ${archivedir}
 #
 arch=amd64
 
-for dist in stable
+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