From 82f9c9f1fa19c59e296570412656c66607d46f48 Mon Sep 17 00:00:00 2001 From: Julian Blake Kongslie Date: Sun, 7 Nov 2010 00:09:53 -0700 Subject: pinyconfigs Adding a package that does all the config file magic to get a piny instance running. Signed-off-by: Julian Blake Kongslie --- deploy/etc/cron.daily/piny | 9 --------- 1 file changed, 9 deletions(-) delete mode 100644 deploy/etc/cron.daily/piny (limited to 'deploy/etc/cron.daily') 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 -- cgit v1.2.3