24 lines
1.5 KiB
Plaintext
24 lines
1.5 KiB
Plaintext
# The first five entries on each line correspond respectively to:
|
|
#
|
|
# minute (0-56)
|
|
# hour (0-23)
|
|
# day of month (1-31)
|
|
# month (1-12)
|
|
# day of week (0-6)(0=Sunday)
|
|
#
|
|
# '*' means "every" and '*/m' means "every m-th"
|
|
|
|
# Rob's crontab (on tux136)
|
|
|
|
30 0 * * * source /etc/profile; source .profile; source .bashrc; cd /usr/casc/hypre/testing/AUTOTEST; ./autotest.sh -checkout
|
|
00 1 * * * source /etc/profile; source .profile; source .bashrc; cd /usr/casc/hypre/testing/AUTOTEST; ./autotest.sh -tux136 >> autotest-tux-cron.out 2>> autotest-tux-cron.err
|
|
00 1 * * 2 source /etc/profile; source .profile; source .bashrc; cd /usr/casc/hypre/testing/AUTOTEST; ./autotest.sh -alc >> autotest-alc-cron.out 2>> autotest-alc-cron.err
|
|
00 1 * * 3 source /etc/profile; source .profile; source .bashrc; cd /usr/casc/hypre/testing/AUTOTEST; ./autotest.sh -up >> autotest-up-cron.out 2>> autotest-up-cron.err
|
|
00 1 * * 4 source /etc/profile; source .profile; source .bashrc; cd /usr/casc/hypre/testing/AUTOTEST; ./autotest.sh -zeus >> autotest-zeus-cron.out 2>> autotest-zeus-cron.err
|
|
00 1 * * 5 source /etc/profile; source .profile; source .bashrc; cd /usr/casc/hypre/testing/AUTOTEST; ./autotest.sh -thunder >> autotest-thunder-cron.out 2>> autotest-thunder-cron.err
|
|
00 6 * * * source /etc/profile; source .profile; source .bashrc; cd /usr/casc/hypre/testing/AUTOTEST; ./autotest.sh -summary-email
|
|
|
|
# Tzanio's crontab (on tux252)
|
|
|
|
00 1 * * * cd /usr/casc/hypre/testing/AUTOTEST; ./autotest.sh -mac >> autotest-mac-cron.out 2>> autotest-mac-cron.err
|