]> git.decadent.org.uk Git - dak.git/blobdiff - config/debian/cron.dinstall
unchecked/dinstall
[dak.git] / config / debian / cron.dinstall
index 332aa036f551132ec85db9ece6e2144d496ed8c9..dfd9e916ac33ee134a3af160cc60a0b22b25261a 100755 (executable)
@@ -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"