X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=config%2Fdebian%2Fcron.hourly;h=87fad61c9c3ed82e9c64c9298c3292d3d410c0a6;hb=33233a41d742249ceb0c816c15f2850970ba3634;hp=c82754ffa0b7d86e4d8a82e2e1022cfc4f18d775;hpb=1a01a6e33b24a2db5ea7ba52a82d9a03f133dd99;p=dak.git diff --git a/config/debian/cron.hourly b/config/debian/cron.hourly index c82754ff..87fad61c 100755 --- a/config/debian/cron.hourly +++ b/config/debian/cron.hourly @@ -34,7 +34,7 @@ fi dak queue-report -n > $webdir/new.html dak queue-report -n -d backports-new > ${webdir}/backports-new.html -dak queue-report -8 -d new,byhand,stable-new,oldstable-new -r $webdir/stat +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 @@ -49,21 +49,14 @@ $base/dak/tools/removals.pl $configdir/removalsrss.rc > $webdir/rss/removals.rss # Tell ries to sync its tree -${scriptsdir}/sync-dd ries-sync ries-sync1 ries-sync2 sync +${scriptsdir}/sync-dd dd-sync dd-sync1 dd-sync2 sync -$scriptsdir/generate-di - -# Push files over to security -#pg_dump -a -F p -t files | sed -e "s,^COPY files (,DELETE FROM external_files; COPY external_files (," | xz -3 | \ -# ssh -o BatchMode=yes -o ConnectTimeout=30 -o SetupTimeout=30 -2 -i ${base}/s3kr1t/push-external_files dak@wherever sync -# -# The key should run the following command: -# 'xzcat | pg_restore -1 -a' +$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" team@backports.debian.org -- -F "Debian FTP Masters" -f ftpmaster@ftp-master.debian.org + | mail -a "X-Debian: DAK" -e -s "backports: acl changes" backports-team@debian.org -- -F "Debian FTP Masters" -f ftpmaster@ftp-master.debian.org # do the buildd key updates BUILDDFUN=$(mktemp -p "${TMPDIR}" BUILDDFUN.XXXXXX)