X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;ds=sidebyside;f=config%2Fdebian%2Fcron.daily;h=cf151852ce33412f94cdb8afc9958066fdbae099;hb=29a3bfbeb8ddfdb4430293027e9b9121046846d0;hp=d24c7f9a7e8baf55d88170ccbf865e695e41aa3d;hpb=14015fee8d448f25fff0e8705cae3d8de7b1008e;p=dak.git diff --git a/config/debian/cron.daily b/config/debian/cron.daily index d24c7f9a..cf151852 100755 --- a/config/debian/cron.daily +++ b/config/debian/cron.daily @@ -46,6 +46,12 @@ dak override-disparity | gzip -9 > ${webdir}/override-disparity.gz # Generate stats about the new queue dak stats new ${webdir}/NEW-stats.yaml 2> /dev/null +# Generate the contributor data +# FIXME: In a day or three, when this worked from cron without +# failure, redirect its output to dev/null. Alternatively until then +# enrico added a --quiet and we use that. +dc-tool --mine="${configdir}/contributor.source" --auth-token @"${base}/s3kr1t/contributor.auth" --source ftp.debian.org --post + ${scriptsdir}/link_morgue.sh ################################################################################