The following commit has been merged in the debian-master branch:
commit 05b0a324dbe7ced306f41dc9a878c8a2d9e384df
Author: Gerfried Fuchs <[email protected]>
Date: Thu Mar 24 10:57:03 2011 +0100
stop trying to fetch etch finally
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
--
APT Archive Web-Frontend (Alioth repository)
--
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]