X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=config%2Fbackports%2Fcron.dinstall;h=2c9429627572c8481e303896ca413d4e45258eee;hb=3b42439cf9633e63c18553d9c8c1efd1f0aa7174;hp=5b03527917b3c669aa5565da4844a702a42e6813;hpb=a8c91601641c5ae0fee611869c2cd742195a1d9f;p=dak.git diff --git a/config/backports/cron.dinstall b/config/backports/cron.dinstall index 5b035279..2c942962 100755 --- a/config/backports/cron.dinstall +++ b/config/backports/cron.dinstall @@ -179,9 +179,9 @@ GO=( stage $GO GO=( - FUNC="pgdump_pre" + FUNC="pg_timestamp" TIME="pg_dump1" - ARGS="" + ARGS="predinstall" ERR="" ) stage $GO @@ -231,13 +231,13 @@ GO=( ) stage $GO -# GO=( -# FUNC="fingerprints" -# TIME="import-keyring" -# ARGS="" -# ERR="false" -# ) -# stage $GO +GO=( + FUNC="fingerprints" + TIME="import-keyring" + ARGS="" + ERR="false" +) +stage $GO GO=( FUNC="overrides" @@ -308,14 +308,6 @@ GO=( ) stage $GO -GO=( - FUNC="mkuploaders" - TIME="mkuploaders" - ARGS="" - ERR="" -) -stage $GO - GO=( FUNC="copyoverrides" TIME="copyoverrides" @@ -364,9 +356,9 @@ GO=( stage $GO & GO=( - FUNC="pgdump_post" + FUNC="pg_timestamp" TIME="pg_dump2" - ARGS="" + ARGS="postdinstall" ERR="" ) stage $GO & @@ -377,7 +369,7 @@ GO=( ARGS="" ERR="" ) -stage $GO & +#stage $GO & # GO=( # FUNC="dm" @@ -406,8 +398,8 @@ stage $GO & rm -f "${LOCK_BRITNEY}" GO=( - FUNC="compress" - TIME="compress" + FUNC="cleantransactions" + TIME="" ARGS="" ERR="" )