diff options
-rw-r--r-- | crontab | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,5 +1,5 @@ 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 +37 2 * * * find /home/nasmbuild/log /home/nasmbuild/gitmirror/log -type f -mtime +32 -print0 | xargs -0r rm -f +*/3 * * * * /home/nasmbuild/gitmirror/robot-wrapper.sh |