X-Git-Url: https://git.deb.at/?a=blobdiff_plain;f=cron.d%2F100syncarchive;fp=cron.d%2F100syncarchive;h=52315086caf915ea62a04bb1b84c2e0a10f1d863;hb=b2b9a31b9adfdd251590eb1bfb72c95d5538e392;hp=e57ed70007613000c205802717c5e7ba89df0fc5;hpb=9be316ca72fbb573211c162a828c244ea8fe5224;p=deb%2Fpackages.git diff --git a/cron.d/100syncarchive b/cron.d/100syncarchive index e57ed70..5231508 100755 --- a/cron.d/100syncarchive +++ b/cron.d/100syncarchive @@ -21,8 +21,6 @@ then foo=\$arch_${dist//-/_} for arch in `eval echo $foo` do - test ! "$arch" = "kfreebsd-i386" || continue - test ! "$arch" = "kfreebsd-amd64" || continue for part in ${parts} do echo retrieve Packages $dist/$part/$arch @@ -31,7 +29,6 @@ then $wget_cmd -N ${ftpsite}/dists/${dist}/${part}/binary-${arch}/Packages.gz) done #FIXME: no Contents files for p-u - test ! "$dist" = "experimental" || continue echo retrieve Contents $dist/$arch (cd us/${dist} && $wget_cmd -N ${ftpsite}/dists/${dist}/Contents-${arch}.gz) @@ -58,8 +55,6 @@ else foo=\$arch_${dist//-/_} for arch in `eval echo $foo` do - test ! "$arch" = "kfreebsd-i386" || continue - test ! "$arch" = "kfreebsd-amd64" || continue for part in ${parts} do echo retrieve Packages $dist/$part/$arch @@ -68,7 +63,6 @@ else us/${dist}/${part}/binary-${arch}/Packages.gz done #FIXME: no Contents files for p-u - test ! "$dist" = "experimental" || continue echo retrieve Contents $dist/$arch rsync -t ${localdir}/dists/${dist}/Contents-${arch}.gz \ us/${dist}/Contents-${arch}.gz