From: Joerg Jaspert Date: Sun, 1 Nov 2009 09:44:51 +0000 (+0100) Subject: Merge commit 'mhy/master' into merge X-Git-Url: https://git.decadent.org.uk/gitweb/?a=commitdiff_plain;h=62a6fc9a5a919d393413c540d6513c6acc41ff03;hp=3207ba4abb77abdbfa65a59a53126f449fda2e67;p=dak.git Merge commit 'mhy/master' into merge * commit 'mhy/master': don't let Ganneff send messages in german Signed-off-by: Joerg Jaspert --- diff --git a/config/debian/cron.weekly b/config/debian/cron.weekly index 34f0c64a..efb264f7 100755 --- a/config/debian/cron.weekly +++ b/config/debian/cron.weekly @@ -36,7 +36,7 @@ echo "Splitting queue/done" dak split-done > /dev/null # Vacuum the database -echo "VACUUM; VACUUM ANALYZE;" | psql --no-psqlrc projectb 2>&1 | grep -v "^NOTICE: Skipping.*only table owner can VACUUM it$" +echo "VACUUM; VACUUM ANALYZE;" | psql --no-psqlrc projectb 2>&1 # Do git cleanup stuff echo "Doing git stuff"