X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=config%2Fbackports%2Fcron.dinstall;h=4d3bef8fbb6553e72a1229b36c1f61985b8f66a0;hb=077bf03c4495465e28388f52e471877b7afa821a;hp=33d4bc70230c93bcddf47ce860766784cd35a03c;hpb=4677ae180510b43fe80f9aa2e4a9da43e453c619;p=dak.git diff --git a/config/backports/cron.dinstall b/config/backports/cron.dinstall index 33d4bc70..4d3bef8f 100755 --- a/config/backports/cron.dinstall +++ b/config/backports/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 @@ -231,13 +232,13 @@ GO=( ) stage $GO -# GO=( -# FUNC="fingerprints" -# TIME="import-keyring" -# ARGS="" -# ERR="false" -# ) -# stage $GO +GO=( + FUNC="fingerprints" + TIME="import-keyring" + ARGS="" + ERR="false" +) +stage $GO GO=( FUNC="overrides" @@ -369,7 +370,7 @@ GO=( ARGS="" ERR="" ) -stage $GO & +#stage $GO & # GO=( # FUNC="dm"