X-Git-Url: https://git.deb.at/?a=blobdiff_plain;f=cron.d%2F100syncarchive_debports;h=c384ef0baed840fdbab6ee250d6ad80ba5b783d1;hb=8f9b848244e4a32f420260bb01362ce147f1781e;hp=05b967f0628796ccf68870682648f56424f7168e;hpb=5c6714198673760cac701a1e9a90ca08597fccf3;p=deb%2Fpackages.git diff --git a/cron.d/100syncarchive_debports b/cron.d/100syncarchive_debports index 05b967f..c384ef0 100755 --- a/cron.d/100syncarchive_debports +++ b/cron.d/100syncarchive_debports @@ -7,7 +7,7 @@ cd ${archivedir} # Main archive # -architectures="armel kfreebsd-i386 kfreebsd-amd64" +architectures="avr32 powerpcspe sh4 m68k sparc64" for dist in sid experimental do @@ -30,4 +30,6 @@ for dist in sid experimental (cd debports/${dist} && $wget_cmd -N ${debports_ftpsite}/dists/${dist}/Contents-${arch}.gz) done + + $check_release_cmd $archivedir/debports/${dist}/Release done