The following commit has been merged in the master branch:
commit 1cd6b78f69f171c418386ed2d6ce4fd5e1e9570a
Author: Simon Paillard <[email protected]>
Date:   Tue Jan 11 00:20:06 2011 +0100

    Display udebs for experimental as well
    
    See http://lists.debian.org/[email protected]

diff --git a/cron.d/100syncarchive_installer b/cron.d/100syncarchive_installer
index 90b9145..b938895 100755
--- a/cron.d/100syncarchive_installer
+++ b/cron.d/100syncarchive_installer
@@ -13,10 +13,6 @@ then
     for dist in ${dists}
     do
 
-      if [ $dist = experimental ]; then
-         continue
-      fi
-
        foo=\$arch_${dist//-/_}
        for arch in `eval echo $foo`
        do
@@ -37,10 +33,6 @@ else
     for dist in ${dists}
     do
 
-      if [ $dist = experimental ]; then
-         continue
-      fi
-
        foo=\$arch_${dist//-/_}
        for arch in `eval echo $foo`
        do

-- 
APT Archive Web-Frontend (Alioth repository)


-- 
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]

Reply via email to