From a5deac3d08bef233597927415df4128aafd56ea1 Mon Sep 17 00:00:00 2001 From: "H. Peter Anvin" Date: Tue, 30 Sep 2008 22:10:11 -0700 Subject: Add gitmirror robot to crontab --- crontab | 1 + 1 file changed, 1 insertion(+) diff --git a/crontab b/crontab index 376ccce..9cdb13c 100644 --- a/crontab +++ b/crontab @@ -2,3 +2,4 @@ SHELL=/bin/bash 4,24,44 * * * * /home/nasmbuild/robot.sh */5 * * * * cd /home/www/nasm && git pull -f > /dev/null 2>&1 37 2 * * * find /home/nasmbuild/log -type f -mtime +32 -print0 | xargs -0r rm -f +*/3 * * * * /home/nasmbuild/gitmirror/robot.sh >/dev/null 2>&1 -- cgit