X-Git-Url: https://git.deb.at/?a=blobdiff_plain;f=cron.d%2F100syncarchive;h=1436bd971ff327e07f52edc50ee71ed607b27ab3;hb=404e70717590f860d3db41bef40957e6df651324;hp=55589d853d55b9a9c7c8228a11000cb1a918082d;hpb=1fd351d7eca71c0df3b8bf58a461f0e6d3f267a8;p=deb%2Fpackages.git diff --git a/cron.d/100syncarchive b/cron.d/100syncarchive index 55589d8..1436bd9 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 @@ -82,7 +86,7 @@ fi # security archive # -for dist in oldstable stable testing +for dist in sarge etch lenny do echo "retrieve Release(.gpg) $dist" test -d security/${dist} || mkdir -p security/${dist}