X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=config%2Fdebian%2Fcron.dinstall;h=a9e9bd180be29c0a54af9c8b3ad7c291cf387dea;hb=610b08292f816e81e7dea5446bbdd22effb434d7;hp=7b1a2f2a7a5aaa8f1bc16082989907bd410d5f47;hpb=13b7df7bec375026c6870054f20eb1743470ea19;p=dak.git diff --git a/config/debian/cron.dinstall b/config/debian/cron.dinstall index 7b1a2f2a..a9e9bd18 100755 --- a/config/debian/cron.dinstall +++ b/config/debian/cron.dinstall @@ -193,7 +193,7 @@ GO=( ARGS="" ERR="false" ) -stage $GO & +stage $GO GO=( FUNC="i18n1" @@ -201,7 +201,7 @@ GO=( ARGS="" ERR="false" ) -stage $GO & +stage $GO lockfile "$LOCK_ACCEPTED" lockfile "$LOCK_NEW" @@ -238,9 +238,6 @@ GO=( ) stage $GO -rm -f "$LOCK_ACCEPTED" -rm -f "$LOCK_NEW" - state "indices" GO=( @@ -265,7 +262,7 @@ GO=( ARGS="" ERR="false" ) -stage $GO & +stage $GO GO=( FUNC="overrides" @@ -281,7 +278,7 @@ GO=( ARGS="" ERR="false" ) -stage $GO & +stage $GO state "packages/contents" GO=( @@ -384,11 +381,21 @@ GO=( ) stage $GO +rm -f "$LOCK_ACCEPTED" +rm -f "$LOCK_NEW" rm -f "${LOCK_DAILY}" ts "locked part finished" state "postlock" +GO=( + FUNC="changelogs" + TIME="changelogs" + ARGS="" + ERR="false" +) +stage $GO & + GO=( FUNC="pgdump_post" TIME="pg_dump2"