]> git.decadent.org.uk Git - dak.git/blobdiff - config/backports/cron.dinstall
enable punew for bpo
[dak.git] / config / backports / cron.dinstall
index c5c123adfb61655139a600275a726f9b3e0c9fef..634ef1d979e287113359524248562c0567f57de7 100755 (executable)
@@ -189,6 +189,14 @@ stage $GO
 lockfile "$LOCK_ACCEPTED"
 lockfile "$LOCK_NEW"
 
+GO=(
+    FUNC="punew"
+    TIME="p-u-new"
+    ARGS="proposedupdates"
+    ERR="false"
+)
+stage $GO
+
 GO=(
     FUNC="newstage"
     TIME="newstage"
@@ -405,6 +413,9 @@ stage $GO &
 # )
 # stage $GO
 
+# we need to wait for the background processes before the end of dinstall
+wait
+
 log "Daily cron scripts successful, all done"
 
 exec > "$logdir/afterdinstall.log" 2>&1