From 1f05205070c681dcdd3df2f03c430a98eafee540 Mon Sep 17 00:00:00 2001 From: Frank Lichtenheld Date: Mon, 9 Apr 2007 20:47:14 +0000 Subject: [PATCH] Also download Release(.gpg) for security --- cron.d/100syncarchive | 6 ++++++ 1 file changed, 6 insertions(+) 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 -- 2.39.2