X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=config%2Fdebian%2Fcron.dinstall;h=e3c6f4e672290c8e07ee96d6354b649ec4d49f0a;hb=076936ddd05afa6f051db6ec864e3676f2f0f4bc;hp=4d1195a914768042d5a0274a56a1b6df3f4bffb0;hpb=1e8ca3ecbdb6b0435b431801243f5b732521260b;p=dak.git diff --git a/config/debian/cron.dinstall b/config/debian/cron.dinstall index 4d1195a9..e3c6f4e6 100755 --- a/config/debian/cron.dinstall +++ b/config/debian/cron.dinstall @@ -228,7 +228,9 @@ GO=( ARGS="" ERR="" ) -stage $GO +# disabled until p-u is faster than now. it runs often enough, so wont hurt to save +# the time here. +#stage $GO GO=( FUNC="cruft" @@ -249,6 +251,14 @@ GO=( ) stage $GO +GO=( + FUNC="filelist" + TIME="generate-filelist" + ARGS="" + ERR="" +) +stage $GO + GO=( FUNC="fingerprints" TIME="import-keyring" @@ -271,7 +281,7 @@ GO=( ARGS="" ERR="false" ) -stage $GO +stage $GO & GO=( FUNC="packages" @@ -279,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=( @@ -303,20 +315,51 @@ GO=( ARGS="" ERR="" ) -### TODO: clean-* fixup -#stage $GO +stage $GO + +GO=( + FUNC="buildd_dir" + TIME="buildd_dir" + ARGS="" + ERR="" +) +stage $GO + +GO=( + FUNC="mkmaintainers" + TIME="mkmaintainers" + ARGS="" + ERR="" +) +stage $GO GO=( - FUNC="buildd" - TIME="buildd" + FUNC="copyoverrides" + TIME="copyoverrides" ARGS="" ERR="" ) stage $GO GO=( - FUNC="scripts" - TIME="scripts" + FUNC="mklslar" + TIME="mklslar" + ARGS="" + ERR="" +) +stage $GO + +GO=( + FUNC="mkfilesindices" + TIME="mkfilesindices" + ARGS="" + ERR="" +) +stage $GO + +GO=( + FUNC="mkchecksums" + TIME="mkchecksums" ARGS="" ERR="" ) @@ -404,7 +447,7 @@ GO=( ARGS="" ERR="false" ) -stage $GO +stage $GO & GO=( FUNC="i18n2" @@ -412,7 +455,7 @@ GO=( ARGS="" ERR="false" ) -stage $GO +stage $GO & GO=( FUNC="stats" @@ -428,9 +471,9 @@ GO=( ARGS="" ERR="false" ) -stage $GO +stage $GO & -rm -f ${LOCK_BRITNEY} +rm -f "${LOCK_BRITNEY}" GO=( FUNC="pgdakdev"