diff --git a/releng.control/cc_config.xml b/releng.control/cc_config.xml index 69c64631c97cfeaf14e78b203d8309f729043f03..4c5c0e2d75ecd92e6b0b6285f63c9c2a486c92c3 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">