X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=config%2Fdebian%2Fcron.dinstall;h=311207af96fa99efae11ea755f516bac3b164fd8;hb=28b86b197fffbd068c2f030e987bc145829d9601;hp=0fcf599c0cdeb8416399a0dbcb99e34d8ee30a50;hpb=7538a1a1c81d363bc685bea55e220763280c0c16;p=dak.git diff --git a/config/debian/cron.dinstall b/config/debian/cron.dinstall index 0fcf599c..311207af 100755 --- a/config/debian/cron.dinstall +++ b/config/debian/cron.dinstall @@ -207,13 +207,12 @@ GO=( stage $GO lockfile "$LOCK_ACCEPTED" -lockfile "$LOCK_NEW" trap remove_all_locks EXIT TERM HUP INT QUIT GO=( FUNC="punew" TIME="p-u-new" - ARGS="proposedupdates" + ARGS="stable-new" ERR="false" ) stage $GO @@ -221,16 +220,16 @@ stage $GO GO=( FUNC="opunew" TIME="o-p-u-new" - ARGS="oldproposedupdates" + ARGS="oldstable-new" ERR="false" ) stage $GO GO=( - FUNC="newstage" - TIME="newstage" + FUNC="backports_policy" + TIME="backports-policy" ARGS="" - ERR="" + ERR="false" ) stage $GO @@ -252,14 +251,6 @@ GO=( ) stage $GO -GO=( - FUNC="filelist" - TIME="generate-filelist" - ARGS="" - ERR="" -) -#stage $GO - GO=( FUNC="fingerprints" TIME="import-keyring" @@ -326,14 +317,6 @@ GO=( ) stage $GO -GO=( - FUNC="buildd_dir" - TIME="buildd_dir" - ARGS="" - ERR="" -) -stage $GO - state "scripts" GO=( FUNC="mkmaintainers" @@ -453,6 +436,14 @@ GO=( ) stage $GO & +GO=( + FUNC="mirrorpush-backports" + TIME="mirrorpush-backports" + ARGS="" + ERR="false" +) +stage $GO & + GO=( FUNC="i18n2" TIME="i18n 2" @@ -487,14 +478,6 @@ GO=( ) stage $GO -GO=( - FUNC="aptftpcleanup" - TIME="apt-ftparchive cleanup" - ARGS="" - ERR="false" -) -#stage $GO - # we need to wait for the background processes before the end of dinstall wait