[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

[dak/master] 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 e46b254..90da7d8 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.1.4


Reply to: