From ae0690c0033c4c24e41d5e35aa18f4963f7d0f59 Mon Sep 17 00:00:00 2001 From: Ansgar Burchardt Date: Sat, 3 Oct 2015 14:11:43 +0200 Subject: [PATCH] config-security: also refresh Release for buildd archive weekly It looks like we actually had a week without uploads to the security archive and the Release file expired. --- config/debian-security/cron.weekly | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/config/debian-security/cron.weekly b/config/debian-security/cron.weekly index e46b2540..90da7d82 100755 --- a/config/debian-security/cron.weekly +++ b/config/debian-security/cron.weekly @@ -26,8 +26,13 @@ if ! lockfile -r100 "$LOCKFILE"; then fi trap cleanup EXIT +# Update Release for main archive dak generate-releases -a security >/dev/null +# Update Release for buildd archive and publish it +dak generate-releases -a build-queues >/dev/null +${scriptsdir}/update-buildd-archive ${base}/build-queues ${incoming}/debian-security-buildd + cleanup trap - EXIT -- 2.39.2