From 44815b19c4395fd473804dcf0de2cd5658e8a962 Mon Sep 17 00:00:00 2001 From: Pekka Pirinen Date: Tue, 7 Apr 1998 16:48:39 +0100 Subject: [PATCH] Adjust times Copied from Perforce Change: 19402 ServerID: perforce.ravenbrook.com --- mps/home/etc/trillian.cron | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/mps/home/etc/trillian.cron b/mps/home/etc/trillian.cron index a1315a17dd8..854a7fb680a 100644 --- a/mps/home/etc/trillian.cron +++ b/mps/home/etc/trillian.cron @@ -1,8 +1,8 @@ -# $HopeName: HOMEmm!etc:trillian.cron(trunk.19) $ +# $HopeName: HOMEmm!etc:trillian.cron(trunk.20) $ # minutes hours day-of-month month day-of-week command 00 21 * * * sh -c ". etc/shenv && overnight checkout" 05 21 * * * sh -c "./bin/tidy" 10 21 * * * sh -c ". etc/shenv && overnight ./bin/build/MM_src_trunk sos8gc" -30 21 * * * sh -c ". etc/shenv && overnight ./bin/build/MM_dylan_boxturtle sos8gc" -50 0 * * * sh -c ". etc/shenv && overnight ./bin/build/MMepcore_pilchard sos8gc" -00 4 * * * sh -c ". etc/shenv && overnight ./bin/build/MM_dylan_salamander sos8gc" +30 21 * * * sh -c ". etc/shenv && overnight ./bin/build/MMepcore_pilchard sos8gc" +50 21 * * * sh -c ". etc/shenv && overnight ./bin/build/MM_dylan_boxturtle sos8gc" +00 2 * * * sh -c ". etc/shenv && overnight ./bin/build/MM_dylan_salamander sos8gc"