X-Git-Url: https://git.deb.at/?a=blobdiff_plain;f=cron.d%2F100syncarchive;h=928fefc07b5bc653bdabcfa4ada5207439df0b28;hb=0d8eec4fee0812400e3b65560f4df8eca9e1a448;hp=55589d853d55b9a9c7c8228a11000cb1a918082d;hpb=1fd351d7eca71c0df3b8bf58a461f0e6d3f267a8;p=deb%2Fpackages.git 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