From e511a7d70bd13ba8e21a543231dae798def0afd3 Mon Sep 17 00:00:00 2001 From: Joerg Jaspert Date: Thu, 29 Oct 2009 11:33:08 +0100 Subject: [PATCH] dinstall order change Signed-off-by: Joerg Jaspert --- config/debian/cron.dinstall | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) 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" -- 2.39.2