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

constrain cc_config

parent dd21a9c1
No related branches found
No related tags found
No related merge requests found
......@@ -110,7 +110,8 @@
Note: projects should be named in the form
${build.distribution}-${buildBranch}-${buildType}
-->
<!--
<project
name="patches-R1.5-P"
forceOnly="true">
......@@ -134,7 +135,12 @@
name="build.distribution"
value="patches" />
<!--
</ant>
</schedule>
</project>
-->
<!--
<property
name="skipCleanBuild"
value="yes" />
......@@ -145,10 +151,6 @@
name="skipUnitTests"
value="yes" />
-->
</ant>
</schedule>
</project>
<!--
<project name="wtp-R1.5-M">
......@@ -162,9 +164,6 @@
<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" />
......@@ -236,7 +235,7 @@
</project>
<!-- remove 'forceOnly' once we move into "release" phase -->
<!--
<project
name="wtp-R2.0-R"
forceOnly="true">
......@@ -283,7 +282,7 @@
</ant>
</schedule>
</project>
-->
<project name="wtp-R3.0-I">
<modificationset quietperiod="120">
......@@ -332,7 +331,7 @@
<project
name="wtp-R3.0-N"
forceOnly="true">
<schedule interval="${time.oneHour}">
<schedule interval="${time.VeryVeryLongTime}">
<ant>
<property
name="buildType"
......@@ -362,10 +361,10 @@
<!-- remove 'forceOnly' once we move into this phase of building -->
<!--
<project
name="wtp-R3.0-S"
forceOnly="true">
<!-- change 'forceOnly' to false when in milestone phase -->
<modificationset quietperiod="120">
<cvs
......@@ -411,13 +410,13 @@
</ant>
</schedule>
</project>
-->
<!-- remove 'forceOnly' once we move into this phase of building -->
<!--
<project
name="wtp-R3.0-R"
forceOnly="true">
<!-- change forceOnly to false when in release phase -->
<modificationset quietperiod="120">
<cvs
......@@ -461,7 +460,7 @@
</schedule>
</project>
-->
<project
name="wtp-buildTools-R3.0-T"
......
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