From 27a622d8691f16b82b0afae69f9f4fedd15fe6a3 Mon Sep 17 00:00:00 2001 From: Bryan Bishop Date: Fri, 29 Oct 2010 19:48:20 -0500 Subject: Moved deployment-specific files and configuration to deploy/ until someone fixes the debian packages. --- etc/cron.daily/piny | 9 --------- 1 file changed, 9 deletions(-) delete mode 100644 etc/cron.daily/piny (limited to 'etc/cron.daily') diff --git a/etc/cron.daily/piny b/etc/cron.daily/piny deleted file mode 100644 index b42a806..0000000 --- a/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