From: Joerg Jaspert Date: Sun, 5 Sep 2010 23:07:43 +0000 (+0200) Subject: Dont run aptftpcleanup in dinstall X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fe0a173ec903c28ee3ebbd7ae1c07412ea341459;p=dak Dont run aptftpcleanup in dinstall Signed-off-by: Joerg Jaspert --- diff --git a/config/backports/cron.dinstall b/config/backports/cron.dinstall index 15e339f3..b26626af 100755 --- a/config/backports/cron.dinstall +++ b/config/backports/cron.dinstall @@ -398,13 +398,13 @@ GO=( ) stage $GO & -GO=( - FUNC="aptftpcleanup" - TIME="apt-ftparchive cleanup" - ARGS="" - ERR="false" -) -stage $GO +# GO=( +# FUNC="aptftpcleanup" +# TIME="apt-ftparchive cleanup" +# ARGS="" +# ERR="false" +# ) +# stage $GO log "Daily cron scripts successful, all done"