]> git.decadent.org.uk Git - dak.git/blobdiff - config/debian/dinstall.functions
dinstall
[dak.git] / config / debian / dinstall.functions
index 91825e7deaefdfb83a97bee36a64dffaa734911b..abc5a5b5081e7b272d64e32d6ab36b13a1192270 100644 (file)
@@ -542,6 +542,13 @@ function process_unchecked() {
     sync_debbugs
 }
 
+# do a run of newstage only before dinstall is on.
+function process_newstage() {
+    log "Processing the newstage queue"
+    UNCHECKED_WITHOUT_LOCK="-p"
+    do_newstage
+}
+
 # Function to update a "statefile" telling people what we are doing
 # (more or less).
 #