]> git.deb.at Git - deb/packages.git/commitdiff
cron.d/100syncarchive: Remove some needless warnings
authorFrank Lichtenheld <Frank Lichtenheld frank@lichtenheld.de>
Sat, 2 Jun 2007 16:05:30 +0000 (18:05 +0200)
committerFrank Lichtenheld <Frank Lichtenheld frank@lichtenheld.de>
Sat, 2 Jun 2007 16:05:30 +0000 (18:05 +0200)
We already skipped kfreebsd-i386 here since that is a
needless warning. Do the same for kfreebsd-amd64 and armel.

cron.d/100syncarchive

index 55589d853d55b9a9c7c8228a11000cb1a918082d..928fefc07b5bc653bdabcfa4ada5207439df0b28 100755 (executable)
@@ -22,6 +22,8 @@ then
        for arch in `eval echo $foo`
        do
            test ! "$arch" = "kfreebsd-i386" || continue
        for arch in `eval echo $foo`
        do
            test ! "$arch" = "kfreebsd-i386" || continue
+           test ! "$arch" = "kfreebsd-amd64" || continue
+           test ! "$arch" = "armel" || continue
            for part in ${parts}
            do
                echo retrieve Packages $dist/$part/$arch
            for part in ${parts}
            do
                echo retrieve Packages $dist/$part/$arch
@@ -57,6 +59,8 @@ else
        for arch in `eval echo $foo`
        do
            test ! "$arch" = "kfreebsd-i386" || continue
        for arch in `eval echo $foo`
        do
            test ! "$arch" = "kfreebsd-i386" || continue
+           test ! "$arch" = "kfreebsd-amd64" || continue
+           test ! "$arch" = "armel" || continue
            for part in ${parts}
            do
                echo retrieve Packages $dist/$part/$arch
            for part in ${parts}
            do
                echo retrieve Packages $dist/$part/$arch