X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=config%2Fdebian%2Fcron.dinstall;h=40451c8138484b5e6db55b9848909f4753e3645e;hb=8437abe2425d7470d7156e6511dcc6136575c596;hp=17064a19095d72c4ac59318de33cc1e4b40bb431;hpb=f1e3abea4079e50b95c189fc00e06b119f24c165;p=dak.git diff --git a/config/debian/cron.dinstall b/config/debian/cron.dinstall index 17064a19..40451c81 100755 --- a/config/debian/cron.dinstall +++ b/config/debian/cron.dinstall @@ -180,9 +180,9 @@ GO=( stage $GO & GO=( - FUNC="pgdump_pre" + FUNC="pg_timestamp" TIME="pg_dump1" - ARGS="" + ARGS="predinstall" ERR="" ) stage $GO @@ -397,12 +397,12 @@ GO=( stage $GO & GO=( - FUNC="pgdump_post" + FUNC="pg_timestamp" TIME="pg_dump2" - ARGS="" + ARGS="postdinstall" ERR="" ) -stage $GO & +stage $GO GO=( FUNC="expire" @@ -487,12 +487,12 @@ GO=( stage $GO & GO=( - FUNC="compress" - TIME="compress" + FUNC="cleantransactions" + TIME="" ARGS="" ERR="" ) -stage $GO & +stage $GO GO=( FUNC="aptftpcleanup"