X-Git-Url: https://git.deb.at/?p=deb%2Fpackages.git;a=blobdiff_plain;f=cron.d%2F100syncarchive_debports;h=16dae2207b75739275fbec46bba306d8be98beb7;hp=05b967f0628796ccf68870682648f56424f7168e;hb=24c23c4eebaf4fa86fd27f1c65fa3f220ce30059;hpb=cd4d1f86366ee5a65c99d09a47d6c575afcbd1ef diff --git a/cron.d/100syncarchive_debports b/cron.d/100syncarchive_debports index 05b967f..16dae22 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="m68k" 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