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

[dak/master] dinstall



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 |   16 ++++++++--------
 1 files changed, 8 insertions(+), 8 deletions(-)

diff --git a/config/debian/cron.dinstall b/config/debian/cron.dinstall
index 9b564cb..9c9840d 100755
--- a/config/debian/cron.dinstall
+++ b/config/debian/cron.dinstall
@@ -691,14 +691,6 @@ GO=(
 stage $GO
 
 GO=(
-    FUNC="pgdakdev"
-    TIME="dak-dev db"
-    ARGS=""
-    ERR="false"
-)
-stage $GO
-
-GO=(
     FUNC="expire"
     TIME="expire_dumps"
     ARGS=""
@@ -773,6 +765,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"
     ARGS=""
-- 
1.5.6.5


Reply to: