2008-06-14 Joerg Jaspert <joerg@debian.org>
+ * config/debian/cron.weekly: Do a little git cleanup work too.
+
* config/debian/cron.buildd: Add batchmode and also
Connect/SetupTimeout parameters to ssh
# Vacuum the database
echo "VACUUM; VACUUM ANALYZE;" | psql --no-psqlrc projectb 2>&1 | grep -v "^NOTICE: Skipping.*only table owner can VACUUM it$"
+# Do git cleanup stuff
+echo "Doing git stuff"
+cd /org/ftp.debian.org/git/dak.git
+git gc --prune
+git update-server-info
+
# Clean up apt-ftparchive's databases
cd $configdir
echo "Cleanup apt-ftparchive's database"