X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=config%2Fdebian%2Fcron.dinstall;h=a626c93a6b71443f9816247b9cd9eaebfb488969;hb=01c3e3976cf234ca463ded32f09ea238251b0155;hp=d2443f79cea4768d95112d8e9d449e0423c7a68c;hpb=7c1224c91c89cf9aabfc0f4bfc1c1405515e8214;p=dak.git diff --git a/config/debian/cron.dinstall b/config/debian/cron.dinstall index d2443f79..a626c93a 100755 --- a/config/debian/cron.dinstall +++ b/config/debian/cron.dinstall @@ -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,19 +221,11 @@ stage $GO GO=( FUNC="opunew" TIME="o-p-u-new" - ARGS="oldproposedupdates" + ARGS="oldstable-new" ERR="false" ) stage $GO -GO=( - FUNC="newstage" - TIME="newstage" - ARGS="" - ERR="" -) -stage $GO - GO=( FUNC="cruft" TIME="cruft"