We already skipped kfreebsd-i386 here since that is a
needless warning. Do the same for kfreebsd-amd64 and armel.
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 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