X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=config%2Fdebian%2Fcron.unchecked;h=8dc3b1f037a10766ccf2ce97a1d3e059c7a1a1ea;hb=99de28a7108ed1b51100c9cad1e4862fcd35204b;hp=d3e07e158a7b3453a14874d0266200d77190aed0;hpb=e796693869deb1124f89c8f546ef882e8d654dc0;p=dak.git diff --git a/config/debian/cron.unchecked b/config/debian/cron.unchecked index d3e07e15..8dc3b1f0 100755 --- a/config/debian/cron.unchecked +++ b/config/debian/cron.unchecked @@ -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,15 @@ trap cleanup 0 pg_timestamp preunchecked >/dev/null + +# Process policy queues +punew proposedupdates +opunew oldproposedupdates + +# Now process the NEW staging area do_newstage + +# Finally deal with unchecked do_unchecked if [ ! -z "$changes" ]; then