]> git.decadent.org.uk Git - dak.git/commitdiff
dinstall
authorJoerg Jaspert <joerg@debian.org>
Sun, 5 Apr 2009 16:30:39 +0000 (18:30 +0200)
committerJoerg Jaspert <joerg@debian.org>
Sun, 5 Apr 2009 16:30:39 +0000 (18:30 +0200)
move pgdakdev way later where it doesnt matter that it takes long to run

Signed-off-by: Joerg Jaspert <joerg@debian.org>
config/debian/cron.dinstall

index 9b564cb15875473197cb308e18cba51688ef370c..9c9840d7c45e27213cedf62a65d7e44e443fdb0d 100755 (executable)
@@ -690,14 +690,6 @@ GO=(
 )
 stage $GO
 
-GO=(
-    FUNC="pgdakdev"
-    TIME="dak-dev db"
-    ARGS=""
-    ERR="false"
-)
-stage $GO
-
 GO=(
     FUNC="expire"
     TIME="expire_dumps"
@@ -772,6 +764,14 @@ stage $GO
 
 rm -f ${LOCK_BRITNEY}
 
+GO=(
+    FUNC="pgdakdev"
+    TIME="dak-dev db"
+    ARGS=""
+    ERR="false"
+)
+stage $GO
+
 GO=(
     FUNC="aptftpcleanup"
     TIME="apt-ftparchive cleanup"