X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=config%2Fdebian%2Fcron.dinstall;h=fd32a9ee8389280e8c8f8fcc1cea1c6d4f5ef874;hb=be83a167b00a5bc56a91c57f30875d52179e188c;hp=cf25522c43c4caccca8c0b1779905bd08f284dae;hpb=24b9f531050a5570750d60c082c4412de9ec9cb1;p=dak.git diff --git a/config/debian/cron.dinstall b/config/debian/cron.dinstall index cf25522c..fd32a9ee 100755 --- a/config/debian/cron.dinstall +++ b/config/debian/cron.dinstall @@ -195,6 +195,17 @@ GO=( ) stage $GO & +GO=( + FUNC="i18n1" + TIME="i18n 1" + ARGS="" + ERR="false" +) +stage $GO & + +lockfile "$LOCK_ACCEPTED" +lockfile "$LOCK_NEW" + GO=( FUNC="punew" TIME="p-u-new" @@ -212,25 +223,12 @@ GO=( stage $GO GO=( - FUNC="i18n1" - TIME="i18n 1" - ARGS="" - ERR="false" -) -stage $GO & - -lockfile "$LOCK_ACCEPTED" -lockfile "$LOCK_NEW" - -GO=( - FUNC="process_unchecked" - TIME="unchecked" + FUNC="newstage" + TIME="newstage" ARGS="" ERR="" ) -# disabled until p-u is faster than now. it runs often enough, so wont hurt to save -# the time here. -#stage $GO +stage $GO GO=( FUNC="cruft"