[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

[dak/master] dinstall order change



Signed-off-by: Joerg Jaspert <joerg@debian.org>
---
 config/debian/cron.dinstall |   16 ++++++++--------
 1 files changed, 8 insertions(+), 8 deletions(-)

diff --git a/config/debian/cron.dinstall b/config/debian/cron.dinstall
index f7c128f..200c7a6 100755
--- a/config/debian/cron.dinstall
+++ b/config/debian/cron.dinstall
@@ -904,14 +904,6 @@ GO=(
 stage $GO &
 
 GO=(
-    FUNC="aptftpcleanup"
-    TIME="apt-ftparchive cleanup"
-    ARGS=""
-    ERR="false"
-)
-stage $GO &
-
-GO=(
     FUNC="merkel3"
     TIME="merkel ddaccessible sync"
     ARGS=""
@@ -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"
-- 
1.6.3.3


Reply to: