X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=config%2Fbackports%2Fcron.dinstall;h=634ef1d979e287113359524248562c0567f57de7;hb=00b2f2e3d21c4115024fe5c821980e587441aeb8;hp=c5c123adfb61655139a600275a726f9b3e0c9fef;hpb=d11d0610cc3a8e8cfc4d987d8e5d6901195f5f4e;p=dak.git diff --git a/config/backports/cron.dinstall b/config/backports/cron.dinstall index c5c123ad..634ef1d9 100755 --- a/config/backports/cron.dinstall +++ b/config/backports/cron.dinstall @@ -189,6 +189,14 @@ stage $GO lockfile "$LOCK_ACCEPTED" lockfile "$LOCK_NEW" +GO=( + FUNC="punew" + TIME="p-u-new" + ARGS="proposedupdates" + ERR="false" +) +stage $GO + GO=( FUNC="newstage" TIME="newstage" @@ -405,6 +413,9 @@ stage $GO & # ) # stage $GO +# we need to wait for the background processes before the end of dinstall +wait + log "Daily cron scripts successful, all done" exec > "$logdir/afterdinstall.log" 2>&1