diff options
author | H. Peter Anvin <hpa@zytor.com> | 2008-09-30 22:10:11 -0700 |
---|---|---|
committer | H. Peter Anvin <hpa@zytor.com> | 2008-09-30 22:10:11 -0700 |
commit | a5deac3d08bef233597927415df4128aafd56ea1 (patch) | |
tree | d16bd86789ec11e62554e0b8d8bbcbc0dbd792b6 /crontab | |
parent | 12dd5b734efd1902bef5949efad7b76007fe2fd9 (diff) | |
download | nasmbuild-a5deac3d08bef233597927415df4128aafd56ea1.tar.gz nasmbuild-a5deac3d08bef233597927415df4128aafd56ea1.tar.xz nasmbuild-a5deac3d08bef233597927415df4128aafd56ea1.zip |
Add gitmirror robot to crontab
Diffstat (limited to 'crontab')
-rw-r--r-- | crontab | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 |