X-Git-Url: https://git.deb.at/?a=blobdiff_plain;f=cron.d%2F100syncarchive_debports;h=ba53e3629ae557257f812055886613c5abb8b41f;hb=aad6264acf766c330147186c7b3a48f4683721db;hp=05b967f0628796ccf68870682648f56424f7168e;hpb=cd4d1f86366ee5a65c99d09a47d6c575afcbd1ef;p=deb%2Fpackages.git diff --git a/cron.d/100syncarchive_debports b/cron.d/100syncarchive_debports index 05b967f..ba53e36 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="alpha avr32 hppa m68k powerpcspe sh4 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