]> git.decadent.org.uk Git - dak.git/blobdiff - config/debian/cron.unchecked
Merge remote-tracking branch 'ansgar/pu/multiarchive-2'
[dak.git] / config / debian / cron.unchecked
index d3e07e158a7b3453a14874d0266200d77190aed0..5e819adfadd0f2e6b6982452e19e4be64c0c2589 100755 (executable)
@@ -18,6 +18,7 @@
 
 # exit on errors
 set -e
+set -o pipefail
 # make sure to only use defined variables
 set -u
 # ERR traps should be inherited from functions too. (And command
@@ -97,7 +98,12 @@ trap cleanup 0
 
 
 pg_timestamp preunchecked >/dev/null
-do_newstage
+
+# Process policy queues
+punew stable-new
+opunew oldstable-new
+
+# Finally deal with unchecked
 do_unchecked
 
 if [ ! -z "$changes" ]; then