X-Git-Url: https://git.deb.at/?a=blobdiff_plain;f=cron.d%2F100syncarchive_backports;h=2be4de7c972f8da3b497973e1a2bb34254a99271;hb=d2c37ad5a233f2026d3309905f6715ec672be45b;hp=069b1e41c0e8699a4c5d90229617c5d14bfe3a19;hpb=cd4d1f86366ee5a65c99d09a47d6c575afcbd1ef;p=deb%2Fpackages.git diff --git a/cron.d/100syncarchive_backports b/cron.d/100syncarchive_backports index 069b1e4..2be4de7 100755 --- a/cron.d/100syncarchive_backports +++ b/cron.d/100syncarchive_backports @@ -7,7 +7,7 @@ cd ${archivedir} # backports archive # -for dist in sarge etch +for dist in etch lenny do echo "retrieve Release(.gpg) $dist-backports" test -d backports/${dist}-backports || mkdir -p backports/${dist}-backports @@ -36,4 +36,6 @@ do (cd backports/${dist}-backports/${part}/source && $wget_cmd -N ${backports_ftpsite}/dists/${dist}-backports/${part}/source/Sources.gz) done + + $check_release_cmd $archivedir/backports/${dist}-backports/Release done