X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=config%2Fdebian%2Fcron.dinstall;h=40451c8138484b5e6db55b9848909f4753e3645e;hb=8c93e61298c8d126f9ceb7cdab49ae6354de74f5;hp=6f7cf0d877b878e4cb2608ae42f096295e2d52f5;hpb=a4b3758ff560961d45155225a3af66a3c45fe8be;p=dak.git diff --git a/config/debian/cron.dinstall b/config/debian/cron.dinstall index 6f7cf0d8..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" @@ -478,14 +478,6 @@ stage $GO & rm -f "${LOCK_BRITNEY}" -GO=( - FUNC="pgdakdev" - TIME="dak-dev db" - ARGS="" - ERR="false" -) -stage $GO & - GO=( FUNC="merkel3" TIME="merkel ddaccessible sync" @@ -495,12 +487,12 @@ GO=( stage $GO & GO=( - FUNC="compress" - TIME="compress" + FUNC="cleantransactions" + TIME="" ARGS="" ERR="" ) -stage $GO & +stage $GO GO=( FUNC="aptftpcleanup"