X-Git-Url: https://git.deb.at/?a=blobdiff_plain;f=cron.d%2F100syncarchive_debports;h=ba53e3629ae557257f812055886613c5abb8b41f;hb=21c2a93fccfe13b14c13460a8ebff5913e4ba167;hp=6fb224d5d07574dbb0bb1a1f949a5a85d1d79db4;hpb=0b1112228d65f8030d1df4000aff29b62944d2bd;p=deb%2Fpackages.git diff --git a/cron.d/100syncarchive_debports b/cron.d/100syncarchive_debports index 6fb224d..ba53e36 100755 --- a/cron.d/100syncarchive_debports +++ b/cron.d/100syncarchive_debports @@ -7,7 +7,7 @@ cd ${archivedir} # Main archive # -architectures="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