diff --git a/releng.control/cc_config.xml b/releng.control/cc_config.xml index c66909f8821bdcfe3f8a2ea60a47e70d7e5049a0..e825e19fd5e0449accfdf1b6407b850cbe0bd6c8 100644 --- a/releng.control/cc_config.xml +++ b/releng.control/cc_config.xml @@ -79,8 +79,11 @@ --> <project name="patches-R1.5-P"> + <modificationset> + <forceonly /> + </modificationset> - <schedule interval="${time.VeryVeryLongTime}"> + <schedule> <ant antscript="${env.BUILD_HOME}/releng.control/ant.sh" buildfile="cc_project_build.xml" @@ -173,15 +176,11 @@ </project> <project name="retest-wtp-R1.5-M"> - <!-- Defines where cruise looks for changes, to decide whether to run the build --> - <modificationset quietperiod="120"> - <cvs - tag="R1_5_maintenance" - module="releng" /> - + <modificationset> + <forceonly /> </modificationset> - <schedule interval="${time.VeryVeryLongTime}"> + <schedule> <ant antscript="${env.BUILD_HOME}/releng.control/ant.sh" buildfile="cc_project_retest.xml" @@ -280,6 +279,59 @@ </schedule> </project> + + + <project name="retest-wtp-R2.0-M"> + <modificationset> + <forceonly /> + </modificationset> + + <schedule> + <ant + antscript="${env.BUILD_HOME}/releng.control/ant.sh" + buildfile="cc_project_retest.xml" + target="Build" + useQuiet="false" + useLogger="false" + savelogdir="${logDir}" + usedebug="false" + antworkingdir="${env.BUILD_HOME}/releng.control"> + + <property + name="buildType" + value="M" /> + + <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"> <!-- Defines where cruise looks for changes, to decide whether to run the build --> <modificationset quietperiod="120"> @@ -328,15 +380,12 @@ </project> <project name="retest-wtp-R3.0-I"> - <!-- Defines where cruise looks for changes, to decide whether to run the build --> - <modificationset quietperiod="120"> - <cvs module="releng" /> - <cvs module="releng-jsf" /> - <cvs module="releng.dali" /> - + + <modificationset > + <forceonly /> </modificationset> - <schedule interval="${time.VeryVeryLongTime}"> + <schedule> <ant antscript="${env.BUILD_HOME}/releng.control/ant.sh" buildfile="cc_project_retest.xml" @@ -377,8 +426,11 @@ <project name="wtp-R3.0-N"> + <modificationset> + <forceonly /> + </modificationset> - <schedule interval="${time.VeryVeryLongTime}"> + <schedule> <ant antscript="${env.BUILD_HOME}/releng.control/ant.sh" buildfile="cc_project_build.xml" @@ -418,7 +470,11 @@ </project> <project name="retest-wtp-R3.0-N"> - <schedule interval="${time.VeryVeryLongTime}"> + <modificationset > + <forceonly /> + </modificationset> + + <schedule> <ant antscript="${env.BUILD_HOME}/releng.control/ant.sh" buildfile="cc_project_retest.xml" @@ -512,15 +568,12 @@ </project> <project name="retest-wtp-R3.0-S"> - <!-- Defines where cruise looks for changes, to decide whether to run the build --> - <modificationset quietperiod="120"> - <cvs module="releng" /> - <cvs module="releng-jsf" /> - <cvs module="releng.dali" /> - + <modificationset > + <forceonly /> </modificationset> - <schedule interval="${time.VeryVeryLongTime}"> + + <schedule> <ant antscript="${env.BUILD_HOME}/releng.control/ant.sh" buildfile="cc_project_retest.xml" @@ -617,15 +670,12 @@ </project> <project name="retest-wtp-R3.0-R"> - <!-- Defines where cruise looks for changes, to decide whether to run the build --> - <modificationset quietperiod="120"> - <cvs module="releng" /> - <cvs module="releng-jsf" /> - <cvs module="releng.dali" /> + <modificationset > + <forceonly /> </modificationset> - <schedule interval="${time.VeryVeryLongTime}"> + <schedule> <ant antscript="${env.BUILD_HOME}/releng.control/ant.sh" buildfile="cc_project_retest.xml" @@ -670,12 +720,11 @@ </project> <project name="wtp-buildTools-R3.0-T"> - <!-- Defines where cruise looks for changes, to decide whether to run the build --> - <modificationset quietperiod="120"> - <cvs module="releng" /> + <modificationset> + <forceonly /> </modificationset> - <schedule interval="${time.VeryVeryLongTime}"> + <schedule> <ant antscript="${env.BUILD_HOME}/releng.control/ant.sh" buildfile="cc_project_build.xml"