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

add M build for incubator

parent f6963899
No related branches found
No related tags found
No related merge requests found
......@@ -183,7 +183,7 @@
reallyquiet="${env.CVS_REALLY_QUIET}" />
</modificationset>
<schedule
interval="${time.oneHour}">
interval="${time.VeryVeryLongTime}">
<ant>
<property
name="buildType"
......@@ -200,6 +200,38 @@
</ant>
</schedule>
</project>
<project
name="incubator-R0.5-M">
<modificationset
quietperiod="120">
<cvs
module="${env.RELENGMAPS}/releng.incubator"
reallyquiet="${env.CVS_REALLY_QUIET}" />
</modificationset>
<schedule
interval="${time.oneHour}">
<ant>
<property
name="buildType"
value="M" />
<property
name="buildId"
value="0.5M4" />
<property
name="buildBranch"
value="R0.5" />
<property
name="mapVersionTag"
value="HEAD" />
<property
name="build.distribution"
value="incubator" />
</ant>
</schedule>
</project>
<project
name="wtp-R3.0-I">
<modificationset
......
......@@ -265,7 +265,23 @@
dest="${codir}"
tag="HEAD" />
</target>
<target
name="incubator-R0.5-M">
<cvs
quiet="${env.CVS_QUIET}"
reallyquiet="${env.CVS_REALLY_QUIET}"
cvsRoot="${mapCvsRoot}"
package="${env.RELENG}"
dest="${codir}"
tag="HEAD" />
<cvs
quiet="${env.CVS_QUIET}"
reallyquiet="${env.CVS_REALLY_QUIET}"
cvsRoot="${mapCvsRoot}"
package="${env.RELENGMAPS}"
dest="${codir}"
tag="HEAD" />
</target>
<!--
The order of execution of these three worker targets
......
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