1 # This is the crontab for the nightly build test for 2 # Annotation File Utilities (scene library, asm extension, AFU proper). 3 # 4 # This file needs to be installed before changes will take effect. 5 # You can install this crontab by running: 6 # crontab buildtest.cron 7 8 USER=mernst 9 MAILTO=mernst (a] cs.washington.edu 10 AFS=/afs/csail.mit.edu/u/j/jaimeq/bin/afs-cron-wrapper 11 # AFS is a wrapper to be able to execute the build script under 12 # unix user jaimeq and afs user jaimeq.cron (which is a member the pag group). 13 # Basically, all file access should be taken care of. 14 15 16 # Update the actual buildtest files before they are run. 17 # (The build files are tiny and this should be fast, 18 # but budget half an hour just to be safe.) 19 30 0 * * * cd $HOME/research/annotations/buildtest; $AFS ./svn-update-and-log 20 21 # Run the tests nightly at 1:00 am. 22 0 1 * * * cd $HOME/research/annotations/buildtest; $AFS ./buildtest 23 24