X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=config%2Fdebian%2Fcron.dinstall;h=747db2f1333b2c7bec2d9c6313930e1b184fa87b;hb=31386d6c246d166d996e1780351bd04d903d806b;hp=d72f9b4681a4ba831fdb66de354228f002b7cb40;hpb=a6340dca8498987cbc5896e61e2977f5e59865ee;p=dak.git diff --git a/config/debian/cron.dinstall b/config/debian/cron.dinstall index d72f9b46..747db2f1 100755 --- a/config/debian/cron.dinstall +++ b/config/debian/cron.dinstall @@ -228,6 +228,8 @@ GO=( ARGS="" ERR="" ) +# disabled until p-u is faster than now. it runs often enough, so wont hurt to save +# the time here. #stage $GO GO=( @@ -242,8 +244,8 @@ rm -f "$LOCK_ACCEPTED" rm -f "$LOCK_NEW" GO=( - FUNC="msfl" - TIME="make-suite-file-list" + FUNC="dominate" + TIME="dominate" ARGS="" ERR="" ) @@ -279,7 +281,7 @@ GO=( ARGS="" ERR="false" ) -stage $GO +stage $GO & GO=( FUNC="packages" @@ -287,6 +289,8 @@ GO=( ARGS="" ERR="" ) +# Careful: When we ever go and remove this monster-long thing, we have to check the backgrounded +# functions before it. We no longer have a 1.5hour sync point then. stage $GO GO=( @@ -322,8 +326,40 @@ GO=( stage $GO GO=( - FUNC="scripts" - TIME="scripts" + FUNC="mkmaintainers" + TIME="mkmaintainers" + ARGS="" + ERR="" +) +stage $GO + +GO=( + FUNC="copyoverrides" + TIME="copyoverrides" + ARGS="" + ERR="" +) +stage $GO + +GO=( + FUNC="mklslar" + TIME="mklslar" + ARGS="" + ERR="" +) +stage $GO + +GO=( + FUNC="mkfilesindices" + TIME="mkfilesindices" + ARGS="" + ERR="" +) +stage $GO + +GO=( + FUNC="mkchecksums" + TIME="mkchecksums" ARGS="" ERR="" ) @@ -411,7 +447,7 @@ GO=( ARGS="" ERR="false" ) -stage $GO +stage $GO & GO=( FUNC="i18n2" @@ -419,7 +455,7 @@ GO=( ARGS="" ERR="false" ) -stage $GO +stage $GO & GO=( FUNC="stats" @@ -435,9 +471,9 @@ GO=( ARGS="" ERR="false" ) -stage $GO +stage $GO & -rm -f ${LOCK_BRITNEY} +rm -f "${LOCK_BRITNEY}" GO=( FUNC="pgdakdev"