X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=config%2Fdebian%2Fcron.dinstall;h=dfd9e916ac33ee134a3af160cc60a0b22b25261a;hb=9e8a49aac094ee37db8abf38e46a42d7135437de;hp=332aa036f551132ec85db9ece6e2144d496ed8c9;hpb=7b4e920fa5529090fd56c32e8fd58c2a561b51be;p=dak.git diff --git a/config/debian/cron.dinstall b/config/debian/cron.dinstall index 332aa036..dfd9e916 100755 --- a/config/debian/cron.dinstall +++ b/config/debian/cron.dinstall @@ -400,6 +400,14 @@ function renamelogfile() { function testingsourcelist() { dak ls -s testing -f heidi -r .| egrep 'source$' > ${webdir}/testing.list } + +# do a last run of process-unchecked before dinstall is on. +function process_unchecked() { + acceptnew + do_unchecked + sync_debbugs +} + ######################################################################## ######################################################################## @@ -594,6 +602,15 @@ stage $GO lockfile "$LOCK_ACCEPTED" +GO=( + FUNC="process_unchecked" + TIME="" + ARGS="" + ERR="" +) +stage $GO + + GO=( FUNC="accepted" TIME="accepted"