summaryrefslogtreecommitdiff
path: root/etc
diff options
context:
space:
mode:
authorJoe Rayhawk <jrayhawk@omgwallhack.org>2010-03-17 20:15:59 -0700
committerJoe Rayhawk <jrayhawk@omgwallhack.org>2010-03-17 20:15:59 -0700
commit702e6402c0f8cc6813116e2d217c67473bb58e3c (patch)
tree0ab11ad3a730bef951d3a1953b321d5e723498f1 /etc
parent5d8181b24e6beed6a3fce863a6093bc6a8f0b3ed (diff)
downloadpiny-code-702e6402c0f8cc6813116e2d217c67473bb58e3c.tar.gz
piny-code-702e6402c0f8cc6813116e2d217c67473bb58e3c.zip
Making garbage collection quieter.
Diffstat (limited to 'etc')
-rw-r--r--etc/cron.daily/piny4
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/cron.daily/piny b/etc/cron.daily/piny
index 54b20b2..b42a806 100644
--- a/etc/cron.daily/piny
+++ b/etc/cron.daily/piny
@@ -3,7 +3,7 @@
export GIT_DIR
for GIT_DIR in $(find /srv/git/ -maxdepth 1 -mindepth 1 -type d -name '*.git'); do
- echo $GIT_DIR
- git gc --aggressive --auto
+# echo $GIT_DIR
+ git gc --aggressive --auto --quiet
git update-server-info
done