Fix up Rubinius specific library specs.
[rbx.git] / tools / cluster_test / crontab
blob0fdb5a2a5fa979ba950f4ff8deac0c7c4bb8c258
2 SHELL=/bin/bash
3 # field          allowed values
4 # -----          --------------
5 # minute         0-59
6 # hour           0-23
7 # day of month   1-31
8 # month          1-12 (or names, see below)
9 # day of week    0-7 (0 or 7 is Sun, or use names)
11 */2  * * * * ruby ~/rubinius/tools/cluster_test/ci_cron.rb ~/ci
12 */15 * * * * cd ~/rubinius; /usr/bin/rake git:pull &> /dev/null
13 */15 * * * * crontab ~/rubinius/tools/cluster_test/crontab
15 # always have a blank line at the end... cron sucks