From: Joerg Jaspert Date: Thu, 29 Oct 2009 10:33:08 +0000 (+0100) Subject: dinstall order change X-Git-Url: https://git.decadent.org.uk/gitweb/?a=commitdiff_plain;h=e511a7d70bd13ba8e21a543231dae798def0afd3;p=dak.git dinstall order change Signed-off-by: Joerg Jaspert --- diff --git a/config/debian/cron.dinstall b/config/debian/cron.dinstall index f7c128f5..200c7a64 100755 --- a/config/debian/cron.dinstall +++ b/config/debian/cron.dinstall @@ -903,14 +903,6 @@ GO=( ) stage $GO & -GO=( - FUNC="aptftpcleanup" - TIME="apt-ftparchive cleanup" - ARGS="" - ERR="false" -) -stage $GO & - GO=( FUNC="merkel3" TIME="merkel ddaccessible sync" @@ -925,6 +917,14 @@ GO=( ARGS="" ERR="" ) +stage $GO & + +GO=( + FUNC="aptftpcleanup" + TIME="apt-ftparchive cleanup" + ARGS="" + ERR="false" +) stage $GO log "Daily cron scripts successful, all done"