From 92e4ff1b2d8a373f8908fd3323063d7ddaea3abf Mon Sep 17 00:00:00 2001 From: Pekka Pirinen Date: Tue, 16 May 2000 13:09:32 +0100 Subject: [PATCH] Tweak again Copied from Perforce Change: 21189 ServerID: perforce.ravenbrook.com --- mps/home/etc/zaphod.cron | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/mps/home/etc/zaphod.cron b/mps/home/etc/zaphod.cron index 03696e3eda4..624bd741450 100644 --- a/mps/home/etc/zaphod.cron +++ b/mps/home/etc/zaphod.cron @@ -1,12 +1,12 @@ -# $HopeName: HOMEmm!etc:zaphod.cron(trunk.4) $ +# $HopeName: HOMEmm!etc:zaphod.cron(trunk.5) $ # minutes hours day-of-month month day-of-week command 00 23 * * * sh -c ". etc/shenv && overnight checkout" 30 23 * * * sh -c ". etc/shenv && overnight ./bin/build/MM_src_trunk sos8gc" -30 00 * * 2 sh -c ". etc/shenv && overnight ./bin/build/MMdevel_sw_eq sospgc" -40 00 * * 2 sh -c ". etc/shenv && overnight ./bin/build/MM_epcore_anchovy sos8gc" -30 01 * * * sh -c ". etc/shenv && overnight ./bin/build/MM_epcore_brisling sos8gc" -20 02 * * * sh -c ". etc/shenv && overnight ./bin/build/MM_dylan_jackdaw sos8gc" -00 03 * * 6 sh -c ". etc/shenv && overnight ./bin/mmqa/MMQA_dylan_jackdaw sos8gc hi we ci" -00 13 * * 6 sh -c ". etc/shenv && overnight ./bin/mmqa/MMQA_src_trunk sos8gc ci" -00 07 * * 0 sh -c ". etc/shenv && overnight ./bin/mmqa/MMQA_epcore_brisling sos8gc hi we ci" -00 03 * * 2-5 sh -c ". etc/shenv && overnight ./bin/mmqa/MMQA_src_trunk sos8gc hi we" +30 00 * * 3 sh -c ". etc/shenv && overnight ./bin/build/MMdevel_sw_eq sospgc" +40 00 * * 3 sh -c ". etc/shenv && overnight ./bin/build/MM_epcore_anchovy sos8gc" +30 01 * * 2-6 sh -c ". etc/shenv && overnight ./bin/build/MM_epcore_brisling sos8gc" +20 02 * * 2-6 sh -c ". etc/shenv && overnight ./bin/build/MM_dylan_jackdaw sos8gc" +10 03 * * 2-5 sh -c ". etc/shenv && overnight ./bin/mmqa/MMQA_src_trunk sos8gc hi we" +10 03 * * 6 sh -c ". etc/shenv && overnight ./bin/mmqa/MMQA_src_trunk sos8gc ci" +00 04 * * 6 sh -c ". etc/shenv && overnight ./bin/mmqa/MMQA_dylan_jackdaw sos8gc hi we ci" +00 02 * * 0 sh -c ". etc/shenv && overnight ./bin/mmqa/MMQA_epcore_brisling sos8gc hi we ci"