From 05b0a324dbe7ced306f41dc9a878c8a2d9e384df Mon Sep 17 00:00:00 2001 From: Gerfried Fuchs Date: Thu, 24 Mar 2011 10:57:03 +0100 Subject: [PATCH] stop trying to fetch etch finally --- cron.d/100syncarchive | 2 +- cron.d/100syncarchive_volatile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/cron.d/100syncarchive b/cron.d/100syncarchive index 5738151..e47241d 100755 --- a/cron.d/100syncarchive +++ b/cron.d/100syncarchive @@ -81,7 +81,7 @@ fi # security archive # -for dist in etch lenny squeeze +for dist in lenny squeeze do echo "retrieve Release(.gpg) $dist" test -d security/${dist} || mkdir -p security/${dist} diff --git a/cron.d/100syncarchive_volatile b/cron.d/100syncarchive_volatile index ae0f701..811b173 100755 --- a/cron.d/100syncarchive_volatile +++ b/cron.d/100syncarchive_volatile @@ -7,7 +7,7 @@ cd ${archivedir} # volatile archive # -for dist in etch lenny +for dist in lenny do echo "retrieve Release(.gpg) $dist-volatile" test -d volatile/${dist}-volatile || mkdir -p volatile/${dist}-volatile -- 2.39.2