X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;ds=sidebyside;f=config%2Fdebian%2Fcron.dinstall;h=99be3a6ff30d19957fb8180708a98c9dddbad5c3;hb=e2f9606edb235fba58bb801873f8c2d1e85563e3;hp=03bb364874951f4709cd6520a3448c535b4adcf6;hpb=b1d87e4799aa00b3544cd70d3cb185c055827c70;p=dak.git diff --git a/config/debian/cron.dinstall b/config/debian/cron.dinstall index 03bb3648..99be3a6f 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=( @@ -271,7 +273,7 @@ GO=( ARGS="" ERR="" ) -stage $GO +stage $GO & GO=( FUNC="mpfm" @@ -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=( @@ -443,7 +447,7 @@ GO=( ARGS="" ERR="false" ) -stage $GO +stage $GO & GO=( FUNC="i18n2" @@ -451,7 +455,7 @@ GO=( ARGS="" ERR="false" ) -stage $GO +stage $GO & GO=( FUNC="stats" @@ -467,9 +471,9 @@ GO=( ARGS="" ERR="false" ) -stage $GO +stage $GO & -rm -f ${LOCK_BRITNEY} +rm -f "${LOCK_BRITNEY}" GO=( FUNC="pgdakdev"