]> git.decadent.org.uk Git - dak.git/commitdiff
dinstall order change
authorJoerg Jaspert <joerg@debian.org>
Thu, 29 Oct 2009 10:33:08 +0000 (11:33 +0100)
committerJoerg Jaspert <joerg@debian.org>
Thu, 29 Oct 2009 10:33:08 +0000 (11:33 +0100)
Signed-off-by: Joerg Jaspert <joerg@debian.org>
config/debian/cron.dinstall

index f7c128f59b562e5de8f590d7f1d1290d79b99d24..200c7a646986cbf7b189a1d28a7c2dee3be5773a 100755 (executable)
@@ -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"