X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;ds=sidebyside;f=config%2Fbackports%2Fcommon;h=5c488fffb614cb253e75c32cbeacc6da4ece8a53;hb=99de28a7108ed1b51100c9cad1e4862fcd35204b;hp=050f506a65753c625b4165ed8ec8bbe5cc4d9cff;hpb=5043021e5e658f8de1c263f7dfbae03df77b6e5a;p=dak.git diff --git a/config/backports/common b/config/backports/common index 050f506a..5c488fff 100644 --- a/config/backports/common +++ b/config/backports/common @@ -37,15 +37,6 @@ function wbtrigger() { # used by cron.dinstall *and* cron.unchecked. function make_buildd_dir () { dak manage-build-queues -a - - for dist in $(ls -1 ${incoming}/dists/); do - cd ${incoming}/dists/${dist} - mkdir -p tree/${STAMP} - cp -al ${incoming}/dists/${dist}/buildd/. tree/${STAMP}/ - ln -sfT tree/${STAMP} ${incoming}/dists/${dist}/current - find ./tree -mindepth 1 -maxdepth 1 -not -name "${STAMP}" -type d -print0 | xargs --no-run-if-empty -0 rm -rf - done - } # Do the unchecked processing, in case we have files. @@ -97,8 +88,8 @@ function reports() { dak queue-report | mail -e -s "NEW and BYHAND on $(date +%D)" team@backports.debian.org # and one on crufty packages log "Sending information about crufty packages" - dak cruft-report > $webdir/cruft-report-daily.txt -# dak cruft-report -s experimental >> $webdir/cruft-report-daily.txt + dak cruft-report -R > $webdir/cruft-report-daily.txt +# dak cruft-report -R -s experimental >> $webdir/cruft-report-daily.txt cat $webdir/cruft-report-daily.txt | mail -e -s "Debian archive cruft report for $(date +%D)" team@backports.debian.org }