X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=config%2Fdebian%2Fcron.dinstall;h=701754caf722f02355d0deea8555d9df96cf89c6;hb=800a4cfe507f7d2359d15db9b03cc778760df0b8;hp=d2443f79cea4768d95112d8e9d449e0423c7a68c;hpb=7c1224c91c89cf9aabfc0f4bfc1c1405515e8214;p=dak.git diff --git a/config/debian/cron.dinstall b/config/debian/cron.dinstall index d2443f79..701754ca 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 @@ -206,13 +207,12 @@ GO=( stage $GO lockfile "$LOCK_ACCEPTED" -lockfile "$LOCK_NEW" 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,16 +220,16 @@ stage $GO GO=( FUNC="opunew" TIME="o-p-u-new" - ARGS="oldproposedupdates" + ARGS="oldstable-new" ERR="false" ) stage $GO GO=( - FUNC="newstage" - TIME="newstage" + FUNC="backports_policy" + TIME="backports-policy" ARGS="" - ERR="" + ERR="false" ) stage $GO @@ -325,14 +325,6 @@ GO=( ) stage $GO -GO=( - FUNC="buildd_dir" - TIME="buildd_dir" - ARGS="" - ERR="" -) -stage $GO - state "scripts" GO=( FUNC="mkmaintainers" @@ -452,6 +444,14 @@ GO=( ) stage $GO & +GO=( + FUNC="mirrorpush-backports" + TIME="mirrorpush-backports" + ARGS="" + ERR="false" +) +stage $GO & + GO=( FUNC="i18n2" TIME="i18n 2" @@ -486,14 +486,6 @@ GO=( ) stage $GO -GO=( - FUNC="aptftpcleanup" - TIME="apt-ftparchive cleanup" - ARGS="" - ERR="false" -) -#stage $GO - # we need to wait for the background processes before the end of dinstall wait