From 4d9c4df8447b2d218d939dc1ac33187d7f36589a Mon Sep 17 00:00:00 2001 From: Frank Lichtenheld Date: Mon, 20 Feb 2006 02:34:51 +0000 Subject: [PATCH 1/1] Also skip experimental when using a local mirror --- cron.d/100syncarchive_installer | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cron.d/100syncarchive_installer b/cron.d/100syncarchive_installer index 3d09bf2..61e6932 100755 --- a/cron.d/100syncarchive_installer +++ b/cron.d/100syncarchive_installer @@ -34,7 +34,7 @@ else for dist in ${dists} do - if [ $dist = oldstable ]; then + if [ $dist = oldstable -o $dist = experimental ]; then continue fi -- 2.39.2