From 89e0752a67f4a2c80cce4af2a46fd04b73af148c Mon Sep 17 00:00:00 2001 From: david_williams <david_williams> Date: Tue, 25 Sep 2007 13:44:05 +0000 Subject: [PATCH] synching latest improvements --- releng.control/cc_config.xml | 51 ++++++++++++++++++++++++++++++++---- 1 file changed, 46 insertions(+), 5 deletions(-) diff --git a/releng.control/cc_config.xml b/releng.control/cc_config.xml index 69c64631c..4c5c0e2d7 100644 --- a/releng.control/cc_config.xml +++ b/releng.control/cc_config.xml @@ -196,12 +196,9 @@ <schedule interval="${time.oneHour}"> <ant> - <!-- this "M" label should be changed to "R" once maintenance release - is warming up for its "R"elease. - --> <property name="buildType" - value="R" /> + value="M" /> <property name="buildId" @@ -225,7 +222,51 @@ </schedule> </project> - + <project name="wtp-R2.0-R"> + + <modificationset quietperiod="120"> + <cvs + tag="R2_0_maintenance" + module="releng" + reallyQuiet="${env.CVS_REALLY_QUIET}" /> + <cvs + tag="R1_0_maintenance" + module="releng.dali" + reallyQuiet="${env.CVS_REALLY_QUIET}" /> + <cvs + tag="R1_0_maintenance" + module="releng-jsf" + reallyQuiet="${env.CVS_REALLY_QUIET}" /> + </modificationset> + + <schedule interval="${time.oneHour}"> + <ant> + + <property + name="buildType" + value="R" /> + + <property + name="buildId" + value="2.0.1" /> + <property + name="buildBranch" + value="R2.0" /> + <property + name="checkoutprojectname" + value="${project.name}" /> + <property + name="mapVersionTag" + value="R2_0_maintenance" /> + <property + name="releng.dali-mapVersionTag" + value="R1_0_maintenance" /> + <property + name="releng-jsf-mapVersionTag" + value="R1_0_maintenance" /> + </ant> + </schedule> + </project> <project name="wtp-R3.0-I"> -- GitLab