]> git.donarmstrong.com Git - dak.git/commitdiff
Remove .bzrignore and do a little git housekeeping in cron.weekly
authorJoerg Jaspert <joerg@debian.org>
Sat, 14 Jun 2008 16:05:29 +0000 (18:05 +0200)
committerJoerg Jaspert <joerg@debian.org>
Sat, 14 Jun 2008 16:05:29 +0000 (18:05 +0200)
.bzrignore [deleted file]
ChangeLog
config/debian/cron.weekly

diff --git a/.bzrignore b/.bzrignore
deleted file mode 100644 (file)
index ce45799..0000000
+++ /dev/null
@@ -1 +0,0 @@
-dak/daklib
index 16b1a59d96b8cbda92c9240205225ce7b9ba55c9..3fa62d3c51fdea9f3606f48ed22b620036165215 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,7 @@
 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
 
index 99d16359365f196ce82c3325b3f46bbd8d987425..53d951cdc0f54a911435ea316876fccab5126dee 100755 (executable)
@@ -34,6 +34,12 @@ 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$"
 
+# 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"