X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=config%2Fdebian%2Fcron.dinstall;h=9c9840d7c45e27213cedf62a65d7e44e443fdb0d;hb=d0b5ef925b72dc0610d34037606f15cb81e02e7c;hp=599a96d4fd2f464df4bd36ecb583dc6d74caa825;hpb=694ba8ec523267e5abc3c6f8b61f1c116515d707;p=dak.git diff --git a/config/debian/cron.dinstall b/config/debian/cron.dinstall index 599a96d4..9c9840d7 100755 --- a/config/debian/cron.dinstall +++ b/config/debian/cron.dinstall @@ -222,7 +222,7 @@ function release() { function dakcleanup() { log "Cleanup old packages/files" - dak clean-suites + dak clean-suites -m 10000 dak clean-queues } @@ -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" @@ -738,8 +730,6 @@ GO=( ) stage $GO -ulimit -m 90000 -d 90000 -s 10000 -v 200000 - GO=( FUNC="runparts" TIME="run-parts" @@ -770,9 +760,18 @@ GO=( ARGS="" ERR="false" ) +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"