]> git.decadent.org.uk Git - dak.git/commit
Notify w-b earlier
authorAnsgar Burchardt <ansgar@debian.org>
Tue, 3 May 2016 20:57:57 +0000 (22:57 +0200)
committerAnsgar Burchardt <ansgar@debian.org>
Tue, 3 May 2016 21:02:07 +0000 (23:02 +0200)
commitb702864c095c255c971eb9e74d60dfb55df64ef9
treeef69ad3be30fbd98e84ffd6db94defc816341213
parentedd1f6296784468d629fef0d1ccba874fe38791f
Notify w-b earlier

Before Debian LTS started to use the security archive, all uploads that
would trigger buildds would be sourceful uploads to a policy queue. So
new packages entering the build queues and pushing the public mirrors
would likely not happen in the same cron.unchecked run.

With Debian LTS, uploads would go to both the build queues and trigger a
public mirror push. If the mirror push takes more than three minutes,
cron.buildd would however not notify w-b of changes.

This patch moves the w-b notification right behind the update of the
build queues and before the mirror push to avoid the problem. Ideally
we would not rely on anything happening within the last three minutes
though.
config/debian-security/cron.unchecked