X-Git-Url: https://git.deb.at/?p=deb%2Fpackages.git;a=blobdiff_plain;f=cron.d%2F100syncarchive_debports;h=ba53e3629ae557257f812055886613c5abb8b41f;hp=05b967f0628796ccf68870682648f56424f7168e;hb=a6b39cb5eec2cf7d8a0d756f0090a9d8644443c9;hpb=cd4d1f86366ee5a65c99d09a47d6c575afcbd1ef 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