From: Frank Lichtenheld Date: Sat, 2 Jun 2007 16:05:30 +0000 (+0200) Subject: cron.d/100syncarchive: Remove some needless warnings X-Git-Url: https://git.deb.at/w?a=commitdiff_plain;h=442f1a531440d0c79c8cfe0d29b32b3f17896930;p=deb%2Fpackages.git cron.d/100syncarchive: Remove some needless warnings We already skipped kfreebsd-i386 here since that is a needless warning. Do the same for kfreebsd-amd64 and armel. --- diff --git a/cron.d/100syncarchive b/cron.d/100syncarchive index 55589d8..928fefc 100755 --- a/cron.d/100syncarchive +++ b/cron.d/100syncarchive @@ -22,6 +22,8 @@ then 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 @@ -57,6 +59,8 @@ else 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