]> git.deb.at Git - deb/packages.git/commitdiff
Also download Release(.gpg) for security
authorFrank Lichtenheld <frank@lichtenheld.de>
Mon, 9 Apr 2007 20:47:14 +0000 (20:47 +0000)
committerFrank Lichtenheld <frank@lichtenheld.de>
Mon, 9 Apr 2007 20:47:14 +0000 (20:47 +0000)
cron.d/100syncarchive

index fd46a9934e3dceee22c70ae6d020ae74fb97a3f1..46da47ff17156c9194ddde657d85963f083df917 100755 (executable)
@@ -112,6 +112,12 @@ done
 #
 for dist in oldstable stable testing
 do
 #
 for dist in oldstable stable testing
 do
+    echo "retrieve Release(.gpg) $dist"
+    test -d security/${dist} || mkdir -p security/${dist}
+    (cd security/${dist} &&
+       wget -q -N ${security_ftpsite}/dists/${dist}/updates/Release &&
+       wget -q -N ${security_ftpsite}/dists/${dist}/updates/Release.gpg )
+        
     foo=\$arch_${dist//-/_}
     for arch in `eval echo $foo`
     do
     foo=\$arch_${dist//-/_}
     for arch in `eval echo $foo`
     do