From: Frank Lichtenheld Date: Mon, 20 Feb 2006 02:34:51 +0000 (+0000) Subject: Also skip experimental when using a local mirror X-Git-Tag: switch-to-templates~117 X-Git-Url: https://git.deb.at/w?a=commitdiff_plain;h=4d9c4df8447b2d218d939dc1ac33187d7f36589a;p=deb%2Fpackages.git Also skip experimental when using a local mirror --- 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