From: Frank Lichtenheld Date: Mon, 9 Apr 2007 20:47:14 +0000 (+0000) Subject: Also download Release(.gpg) for security X-Git-Url: https://git.deb.at/?p=deb%2Fpackages.git;a=commitdiff_plain;h=1f05205070c681dcdd3df2f03c430a98eafee540 Also download Release(.gpg) for security --- diff --git a/cron.d/100syncarchive b/cron.d/100syncarchive index fd46a99..46da47f 100755 --- a/cron.d/100syncarchive +++ b/cron.d/100syncarchive @@ -112,6 +112,12 @@ done # 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