From: Joerg Jaspert Date: Sun, 5 Apr 2009 16:30:39 +0000 (+0200) Subject: dinstall X-Git-Url: https://git.decadent.org.uk/gitweb/?a=commitdiff_plain;h=db8a8b7d0405de68ee91af73286a0ba33a40b59b;p=dak.git dinstall move pgdakdev way later where it doesnt matter that it takes long to run Signed-off-by: Joerg Jaspert --- 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"