Skip to content
Snippets Groups Projects
Commit f2350ca2 authored by david_williams's avatar david_williams
Browse files

fixing "forceonly" cases

parent b140af2e
No related branches found
No related tags found
No related merge requests found
...@@ -79,8 +79,11 @@ ...@@ -79,8 +79,11 @@
--> -->
<project name="patches-R1.5-P"> <project name="patches-R1.5-P">
<modificationset>
<forceonly />
</modificationset>
<schedule interval="${time.VeryVeryLongTime}"> <schedule>
<ant <ant
antscript="${env.BUILD_HOME}/releng.control/ant.sh" antscript="${env.BUILD_HOME}/releng.control/ant.sh"
buildfile="cc_project_build.xml" buildfile="cc_project_build.xml"
...@@ -173,15 +176,11 @@ ...@@ -173,15 +176,11 @@
</project> </project>
<project name="retest-wtp-R1.5-M"> <project name="retest-wtp-R1.5-M">
<!-- Defines where cruise looks for changes, to decide whether to run the build --> <modificationset>
<modificationset quietperiod="120"> <forceonly />
<cvs
tag="R1_5_maintenance"
module="releng" />
</modificationset> </modificationset>
<schedule interval="${time.VeryVeryLongTime}"> <schedule>
<ant <ant
antscript="${env.BUILD_HOME}/releng.control/ant.sh" antscript="${env.BUILD_HOME}/releng.control/ant.sh"
buildfile="cc_project_retest.xml" buildfile="cc_project_retest.xml"
...@@ -280,6 +279,59 @@ ...@@ -280,6 +279,59 @@
</schedule> </schedule>
</project> </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"> <project name="wtp-R3.0-I">
<!-- Defines where cruise looks for changes, to decide whether to run the build --> <!-- Defines where cruise looks for changes, to decide whether to run the build -->
<modificationset quietperiod="120"> <modificationset quietperiod="120">
...@@ -328,15 +380,12 @@ ...@@ -328,15 +380,12 @@
</project> </project>
<project name="retest-wtp-R3.0-I"> <project name="retest-wtp-R3.0-I">
<!-- Defines where cruise looks for changes, to decide whether to run the build -->
<modificationset quietperiod="120"> <modificationset >
<cvs module="releng" /> <forceonly />
<cvs module="releng-jsf" />
<cvs module="releng.dali" />
</modificationset> </modificationset>
<schedule interval="${time.VeryVeryLongTime}"> <schedule>
<ant <ant
antscript="${env.BUILD_HOME}/releng.control/ant.sh" antscript="${env.BUILD_HOME}/releng.control/ant.sh"
buildfile="cc_project_retest.xml" buildfile="cc_project_retest.xml"
...@@ -377,8 +426,11 @@ ...@@ -377,8 +426,11 @@
<project name="wtp-R3.0-N"> <project name="wtp-R3.0-N">
<modificationset>
<forceonly />
</modificationset>
<schedule interval="${time.VeryVeryLongTime}"> <schedule>
<ant <ant
antscript="${env.BUILD_HOME}/releng.control/ant.sh" antscript="${env.BUILD_HOME}/releng.control/ant.sh"
buildfile="cc_project_build.xml" buildfile="cc_project_build.xml"
...@@ -418,7 +470,11 @@ ...@@ -418,7 +470,11 @@
</project> </project>
<project name="retest-wtp-R3.0-N"> <project name="retest-wtp-R3.0-N">
<schedule interval="${time.VeryVeryLongTime}"> <modificationset >
<forceonly />
</modificationset>
<schedule>
<ant <ant
antscript="${env.BUILD_HOME}/releng.control/ant.sh" antscript="${env.BUILD_HOME}/releng.control/ant.sh"
buildfile="cc_project_retest.xml" buildfile="cc_project_retest.xml"
...@@ -512,15 +568,12 @@ ...@@ -512,15 +568,12 @@
</project> </project>
<project name="retest-wtp-R3.0-S"> <project name="retest-wtp-R3.0-S">
<!-- Defines where cruise looks for changes, to decide whether to run the build --> <modificationset >
<modificationset quietperiod="120"> <forceonly />
<cvs module="releng" />
<cvs module="releng-jsf" />
<cvs module="releng.dali" />
</modificationset> </modificationset>
<schedule interval="${time.VeryVeryLongTime}">
<schedule>
<ant <ant
antscript="${env.BUILD_HOME}/releng.control/ant.sh" antscript="${env.BUILD_HOME}/releng.control/ant.sh"
buildfile="cc_project_retest.xml" buildfile="cc_project_retest.xml"
...@@ -617,15 +670,12 @@ ...@@ -617,15 +670,12 @@
</project> </project>
<project name="retest-wtp-R3.0-R"> <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> </modificationset>
<schedule interval="${time.VeryVeryLongTime}"> <schedule>
<ant <ant
antscript="${env.BUILD_HOME}/releng.control/ant.sh" antscript="${env.BUILD_HOME}/releng.control/ant.sh"
buildfile="cc_project_retest.xml" buildfile="cc_project_retest.xml"
...@@ -670,12 +720,11 @@ ...@@ -670,12 +720,11 @@
</project> </project>
<project name="wtp-buildTools-R3.0-T"> <project name="wtp-buildTools-R3.0-T">
<!-- Defines where cruise looks for changes, to decide whether to run the build --> <modificationset>
<modificationset quietperiod="120"> <forceonly />
<cvs module="releng" />
</modificationset> </modificationset>
<schedule interval="${time.VeryVeryLongTime}"> <schedule>
<ant <ant
antscript="${env.BUILD_HOME}/releng.control/ant.sh" antscript="${env.BUILD_HOME}/releng.control/ant.sh"
buildfile="cc_project_build.xml" buildfile="cc_project_build.xml"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment