X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=config%2Fdebian%2Fcron.hourly;h=3c58395c0c09a6d7b16a8abc357a9601c657d8a7;hb=f54c87736c85e9c72b1693f9db50848992f88f61;hp=37ddf92c30ebe33a4283770de6cd9c5e6a8a7887;hpb=ec9805910965746c559dffd277e4de2dd98a6c9b;p=dak.git diff --git a/config/debian/cron.hourly b/config/debian/cron.hourly index 37ddf92c..3c58395c 100755 --- a/config/debian/cron.hourly +++ b/config/debian/cron.hourly @@ -33,7 +33,7 @@ if lockfile -r16 $LOCKFILE 2> /dev/null; then fi dak queue-report -n > $webdir/new.html -dak queue-report -n -d backports-new > ${webdir}/backports-new.html +dak queue-report -n -d backports-new,backports-policy > ${webdir}/backports-new.html dak queue-report -8 -d new,byhand,stable-new,oldstable-new,backports-new -r $webdir/stat sudo -u dak-unpriv dak show-deferred -r $webdir/stat > ${webdir}/deferred.html dak graph -n new,byhand,stable-new,oldstable-new,deferred -r $webdir/stat -i $webdir/stat -x $scriptsdir/rrd-release-freeze-dates @@ -50,7 +50,7 @@ $base/dak/tools/removals.pl $configdir/removalsrss.rc > $webdir/rss/removals.rss # cd $masterdir # timeout -k 180 120 /usr/bin/epydoc -q --html --graph all --css blue -n DAK -o $webdir/epydoc --include-log --graph all --show-imports $masterdir/dak/ $masterdir/dakweb/ || true -# Tell ries to sync its tree +# Tell the public mirror to sync its tree ${scriptsdir}/sync-dd dd-sync dd-sync1 dd-sync2 sync $scriptsdir/generate-d-i @@ -58,7 +58,7 @@ $scriptsdir/generate-d-i # Update backports ACL sudo -u dak-unpriv cat /srv/backports-master.debian.org/etc/acl \ | dak acl set-fingerprints backports \ - | mail -a "X-Debian: DAK" -e -s "backports: acl changes" backports-team@debian.org + | mail -a "X-Debian: DAK" -e -s "backports: acl changes" -a "From: Debian FTP Masters " backports-team@debian.org # do the buildd key updates BUILDDFUN=$(mktemp -p "${TMPDIR}" BUILDDFUN.XXXXXX) @@ -73,6 +73,6 @@ done exec >>/dev/null 2>&1 DATE=$(date -Is) -cat "${BUILDDFUN}" | mail -a "X-Debian: DAK" -e -s "[$(hostname -s)] Buildd key changes ${DATE}" buildd-keys@ftp-master.debian.org +cat "${BUILDDFUN}" | mail -a "X-Debian: DAK" -e -s "[$(hostname -s)] Buildd key changes ${DATE}" -a "From: Debian FTP Masters " buildd-keys@ftp-master.debian.org rm -f "${BUILDDFUN}"