X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=config%2Fdebian%2Fcron.daily;h=172b5bba57c44f842e202067ad7b16afc9583ab3;hb=9d594e4c115a865fb9bdae5f9cf562cd819a5d6c;hp=0e7f7da4e580ebcff42c4ab5a3dba48e32c4a315;hpb=cc8c39a7a9d895a5662c73f225318d74995bec92;p=dak.git diff --git a/config/debian/cron.daily b/config/debian/cron.daily index 0e7f7da4..172b5bba 100755 --- a/config/debian/cron.daily +++ b/config/debian/cron.daily @@ -1,4 +1,4 @@ -#!/bin/sh +#! /bin/bash # # Run daily via cron, out of dak's crontab. @@ -31,6 +31,10 @@ wget -q -O${TMPFILE} http://qa.debian.org/data/bts/wnpp_rm chmod go+r ${TMPFILE} mv ${TMPFILE} /srv/ftp-master.debian.org/scripts/masterfiles/wnpp_rm +# Update wanna-build dump +echo "Update wanna-build database dump" +$base/dak/scripts/nfu/get-w-b-db + reports clean_debbugs @@ -38,4 +42,6 @@ clean_debbugs # Generate list of override disparities dak override-disparity | gzip -9 > ${webdir}/override-disparity.gz +${scriptsdir}/link_morgue.sh + ################################################################################