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

fixing "forceonly" cases

parent f2350ca2
No related branches found
No related tags found
No related merge requests found
......@@ -514,7 +514,17 @@
</project>
<project name="wtp-R3.0-S">
<!-- Defines where cruise looks for changes, to decide whether to run the build -->
<!-- comment out when ready to do release builds -->
<modificationset >
<forceonly />
</modificationset>
<schedule>
<!-- end of comment -->
<!-- uncomment when ready to do release builds
<modificationset quietperiod="120">
<cvs module="releng" />
<cvs module="releng-jsf" />
......@@ -522,7 +532,10 @@
</modificationset>
<schedule interval="${time.VeryVeryLongTime}">
<schedule interval="${time.oneHour}">
-->
<ant
antscript="${env.BUILD_HOME}/releng.control/ant.sh"
buildfile="cc_project_build.xml"
......@@ -622,7 +635,16 @@
<project name="wtp-R3.0-R">
<!-- Defines where cruise looks for changes, to decide whether to run the build -->
<!-- comment out when ready to do release builds -->
<modificationset >
<forceonly />
</modificationset>
<schedule>
<!-- end of comment -->
<!-- uncomment when ready to do release builds
<modificationset quietperiod="120">
<cvs module="releng" />
<cvs module="releng-jsf" />
......@@ -630,7 +652,11 @@
</modificationset>
<schedule interval="${time.VeryVeryLongTime}">
<schedule interval="${time.oneHour}">
-->
<ant
antscript="${env.BUILD_HOME}/releng.control/ant.sh"
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