From a908860cfac5417490b660d9e39829fe2986d3e2 Mon Sep 17 00:00:00 2001 From: david_williams <david_williams> Date: Tue, 1 Apr 2008 02:11:23 +0000 Subject: [PATCH] move to "S" builds --- releng.control/cc_config.xml | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/releng.control/cc_config.xml b/releng.control/cc_config.xml index 9a35078c5..9786c6310 100644 --- a/releng.control/cc_config.xml +++ b/releng.control/cc_config.xml @@ -528,7 +528,7 @@ <cvs module="${env.RELENGJSF}" reallyquiet="${env.CVS_QUIET}" /> <cvs module="${env.RELENGDALI}" reallyquiet="${env.CVS_QUIET}" /> </modificationset> - <schedule interval="${time.veryLongTime}"> + <schedule interval="${time.oneHour}"> <ant> <property name="buildType" value="S" /> <property name="buildId" value="3.0M5" /> @@ -539,7 +539,9 @@ <property name="build.distribution" value="wtp" /> </ant> </schedule> - </project><project + </project> + + <project name="wtp-R3.0-I"> <modificationset quietperiod="120"> @@ -572,7 +574,7 @@ reallyquiet="${env.CVS_QUIET}" /> </modificationset> <schedule - interval="${time.oneHour}"> + interval="${time.veryLongTime}"> <ant> <property name="buildType" -- GitLab