]> git.decadent.org.uk Git - dak.git/blobdiff - config/debian/cron.dinstall
Merge remote-tracking branch 'ansgar/pu/multiarchive-2'
[dak.git] / config / debian / cron.dinstall
index d2443f79cea4768d95112d8e9d449e0423c7a68c..c4b363ca0ef76de1d0e2961813bea536d1addbf4 100755 (executable)
@@ -27,6 +27,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
@@ -212,7 +213,7 @@ trap remove_all_locks EXIT TERM HUP INT QUIT
 GO=(
     FUNC="punew"
     TIME="p-u-new"
-    ARGS="proposedupdates"
+    ARGS="stable-new"
     ERR="false"
 )
 stage $GO
@@ -220,7 +221,7 @@ stage $GO
 GO=(
     FUNC="opunew"
     TIME="o-p-u-new"
-    ARGS="oldproposedupdates"
+    ARGS="oldstable-new"
     ERR="false"
 )
 stage $GO