From a81da8065cf00d4277e757d5cd44ab77b313019d Mon Sep 17 00:00:00 2001 From: "Kyle J. McKay" Date: Sat, 21 Mar 2015 15:01:54 -0700 Subject: [PATCH] cron/girocco: update comment text to reflect current situation --- cron/girocco | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/cron/girocco b/cron/girocco index 97c94cb..75e298a 100644 --- a/cron/girocco +++ b/cron/girocco @@ -37,7 +37,7 @@ # # Update the gitweb project list cache from Girocco gitweb.list file every 8 minutes -# Currently only project creation updates the gitweb.list file +# Currently only project creation, deletion or owner change updates the gitweb.list file */8 * * * * repo /usr/bin/ionice -c3 "$HOME/repomgr/jobs/gitwebcache.sh" # Do a git fetch origin and if any new commits are present on the branch then @@ -47,7 +47,8 @@ #*/15 * * * * repo /usr/bin/ionice -c3 "$HOME/repomgr/jobs/updateweb.sh" # Kill stale connections every 6 hours -0 */6 * * * repo "$HOME/repomgr/toolbox/kill-stale-daemons.pl" +# This should not be necessary when using git-daemon-verify +#0 */6 * * * repo "$HOME/repomgr/toolbox/kill-stale-daemons.pl" # Backup the database files ($chroot/etc/passwd, $chroot/etc/group) once a day. # Nine rotating backups are kept, run this more often if needed. -- 2.11.4.GIT