提交 2bb16aa7 编写于 作者: J Joerg Jaspert

Remove .bzrignore and do a little git housekeeping in cron.weekly

上级 3384a6a6
2008-06-14 Joerg Jaspert <joerg@debian.org> 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 * config/debian/cron.buildd: Add batchmode and also
Connect/SetupTimeout parameters to ssh Connect/SetupTimeout parameters to ssh
......
...@@ -34,6 +34,12 @@ dak split-done > /dev/null ...@@ -34,6 +34,12 @@ dak split-done > /dev/null
# Vacuum the database # 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 | 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 # Clean up apt-ftparchive's databases
cd $configdir cd $configdir
echo "Cleanup apt-ftparchive's database" echo "Cleanup apt-ftparchive's database"
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册