X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=config%2Fdebian%2Fdinstall.functions;h=751f3178362fca9f671bff848a0327a603981c69;hb=a78532e60380e5a7935f8e5f6760c430b05eba4f;hp=91825e7deaefdfb83a97bee36a64dffaa734911b;hpb=24b9f531050a5570750d60c082c4412de9ec9cb1;p=dak.git diff --git a/config/debian/dinstall.functions b/config/debian/dinstall.functions index 91825e7d..751f3178 100644 --- a/config/debian/dinstall.functions +++ b/config/debian/dinstall.functions @@ -72,7 +72,7 @@ function updates() { # Process (oldstable)-proposed-updates "NEW" queue function punew_do() { date -u -R >> REPORT - dak process-policy $1 | tee >> REPORT | mail -e -s "NEW changes in $1" debian-release@lists.debian.org + dak process-policy $1 | tee -a REPORT | mail -e -s "NEW changes in $1" debian-release@lists.debian.org echo >> REPORT } function punew() { @@ -542,6 +542,13 @@ function process_unchecked() { sync_debbugs } +# do a run of newstage only before dinstall is on. +function 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). #