aaf8bdaf91a9b7d6de89cc705ea9e183fd5636fe
lrnassar
  Mon Nov 11 12:08:50 2024 -0800
Updating the otto sandbox first thing every day so that the git comparison cron doesn't complain that there is a difference, when it just hasn't pulled in the git changes yet. No RM.

diff --git src/hg/utils/otto/otto.crontab src/hg/utils/otto/otto.crontab
index 25aa472..c255de6 100644
--- src/hg/utils/otto/otto.crontab
+++ src/hg/utils/otto/otto.crontab
@@ -10,31 +10,31 @@
 # cd ~max/kent/src/hg/utils/otto/
 # git commit otto.crontab -m 'updating crontab'
 
 
 # Note that you can see the list of auto-pushes of files from hgwdev to the RR by running:
 # cat /etc/crontab
 # on Hgwdev.
 
 TMPDIR=/data/tmp
 ottomeister=otto-group@ucsc.edu
 
 #Format: Minute - Hour - DayofMonth month Day-of-week
 
 MAILTO=otto-group@ucsc.edu
 #Daily sandbox update
-41 07 * * 1-5 /cluster/home/otto/bin/sandboxupdate
+41 00 * * 1-7 /cluster/home/otto/bin/sandboxupdate
 
 # save shell history and last log into log files in ~/lastLog/
 # last day of the month to catch them just before log rotation
 38 23 30 4,6,9,11 * ~/lastLog/lastLog.sh
 38 23 31 1,3,5,7,8,10,12 * ~/lastLog/lastLog.sh
 38 23 28 2 * ~/lastLog/lastLog.sh
 38 23 29 2 * ~/lastLog/lastLog.sh
 
 #######################################################
 ###################### OTTO ###########################
 #######################################################
 
 SHELL=/bin/sh
 PATH=/cluster/bin/scripts:/cluster/bin/x86_64:/usr/local/bin:/bin:/usr/bin
 MAILTO=otto-group@ucsc.edu