From db8a8b7d0405de68ee91af73286a0ba33a40b59b Mon Sep 17 00:00:00 2001 From: Joerg Jaspert Date: Sun, 5 Apr 2009 18:30:39 +0200 Subject: [PATCH] dinstall move pgdakdev way later where it doesnt matter that it takes long to run 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 9b564cb1..9c9840d7 100755 --- a/config/debian/cron.dinstall +++ b/config/debian/cron.dinstall @@ -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" -- 2.39.2