X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=config%2Fbackports%2Fcron.dinstall;h=634ef1d979e287113359524248562c0567f57de7;hb=fe57da654e2d1258f3cffec9344c217ed30d16ed;hp=ab171f43504a95ad9ec4ca5accb6bbb18c3aa77e;hpb=c3d062116b42e70e407321bb7f67213ede900eca;p=dak.git diff --git a/config/backports/cron.dinstall b/config/backports/cron.dinstall index ab171f43..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" @@ -363,14 +371,6 @@ GO=( ) stage $GO & -GO=( - FUNC="reports" - TIME="reports" - ARGS="" - ERR="" -) -stage $GO & - # GO=( # FUNC="dm" # TIME="" @@ -413,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