X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=config%2Fdebian%2Fcron.dinstall;h=27200dd109aa4cb22838defa247ff240ceaeeae0;hb=08cd88b4f76e5bdafb4c96a5abb0459f753f62b1;hp=6f7cf0d877b878e4cb2608ae42f096295e2d52f5;hpb=a4b3758ff560961d45155225a3af66a3c45fe8be;p=dak.git diff --git a/config/debian/cron.dinstall b/config/debian/cron.dinstall index 6f7cf0d8..27200dd1 100755 --- a/config/debian/cron.dinstall +++ b/config/debian/cron.dinstall @@ -172,7 +172,7 @@ GO=( stage $GO GO=( - FUNC="merkel1" + FUNC="qa1" TIME="init" ARGS="" ERR="false" @@ -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" @@ -436,14 +436,6 @@ GO=( ) stage $GO & -GO=( - FUNC="merkel2" - TIME="merkel projectb push" - ARGS="" - ERR="false" -) -stage $GO & - GO=( FUNC="mirrorpush" TIME="mirrorpush" @@ -479,28 +471,20 @@ stage $GO & rm -f "${LOCK_BRITNEY}" GO=( - FUNC="pgdakdev" - TIME="dak-dev db" + FUNC="ddaccess" + TIME="ddaccessible sync" ARGS="" ERR="false" ) stage $GO & GO=( - FUNC="merkel3" - TIME="merkel ddaccessible sync" - ARGS="" - ERR="false" -) -stage $GO & - -GO=( - FUNC="compress" - TIME="compress" + FUNC="cleantransactions" + TIME="" ARGS="" ERR="" ) -stage $GO & +stage $GO GO=( FUNC="aptftpcleanup"