summaryrefslogtreecommitdiff
path: root/deploy/etc/cron.daily/piny
diff options
context:
space:
mode:
Diffstat (limited to 'deploy/etc/cron.daily/piny')
-rw-r--r--deploy/etc/cron.daily/piny9
1 files changed, 0 insertions, 9 deletions
diff --git a/deploy/etc/cron.daily/piny b/deploy/etc/cron.daily/piny
deleted file mode 100644
index b42a806..0000000
--- a/deploy/etc/cron.daily/piny
+++ /dev/null
@@ -1,9 +0,0 @@
-#!/bin/sh
-
-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 --quiet
- git update-server-info
-done