From 4eed4431520078fbb296adccbf68c0c8a6f5ae9b Mon Sep 17 00:00:00 2001 From: Pekka Pirinen Date: Mon, 22 Dec 1997 13:10:06 +0000 Subject: [PATCH] Stop sunflower, start cottonwood Copied from Perforce Change: 19127 ServerID: perforce.ravenbrook.com --- mps/home/etc/trillian.cron | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mps/home/etc/trillian.cron b/mps/home/etc/trillian.cron index 668c278f98b..e3210aabc63 100644 --- a/mps/home/etc/trillian.cron +++ b/mps/home/etc/trillian.cron @@ -1,7 +1,7 @@ -# $HopeName: HOMEmm!etc:trillian.cron(trunk.12) $ +# $HopeName: HOMEmm!etc:trillian.cron(trunk.13) $ # minutes hours day-of-month month day-of-week command 10 21 * * * sh -c ". etc/shenv && overnight checkout" 20 21 * * * sh -c "./bin/tidy" 30 21 * * * sh -c ". etc/shenv && overnight ./bin/build/MM_src_trunk sos8gc" 0 1 * * * sh -c ". etc/shenv && overnight ./bin/build/MM_dylan_honeybee sos8gc" -30 4 * * * sh -c ". etc/shenv && overnight ./bin/build/MM_dylan_sunflower sos8gc" +30 4 * * * sh -c ". etc/shenv && overnight ./bin/build/MM_dylan_cottonwood sos8gc"