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

[172361] WTP 2.0 build page didn't reflect compile error in I200701311715 build

parent 90799a6e
No related branches found
No related tags found
No related merge requests found
......@@ -358,6 +358,45 @@
</project>
<project name="wtp-buildTools-R2.0-T">
<!-- Defines where cruise looks for changes, to decide whether to run the build -->
<modificationset quietperiod="120">
<cvs module="releng" />
</modificationset>
<schedule interval="${time.VeryVeryLongTime}">
<ant
antscript="${env.BUILD_HOME}/releng.control/ant.sh"
buildfile="cc_project_build.xml"
target="Build"
useQuiet="false"
useLogger="false"
savelogdir="${logDir}"
usedebug="false"
antworkingdir="${env.BUILD_HOME}/releng.control">
<property
name="buildType"
value="T" />
<property
name="checkoutprojectname"
value="${project.name}" />
<property
name="buildBranch"
value="R2.0" />
<property
name="mapVersionTag"
value="HEAD" />
<property
name="build.distribution"
value="wtp-buildTools" />
</ant>
</schedule>
</project>
<project name="wtp-thirdparty-R2.0-T">
<!-- Defines where cruise looks for changes, to decide whether to run the build -->
......
......@@ -112,7 +112,13 @@
dest="${codir}"
tag="HEAD" />
</target>
<target name="wtp-buildTools-R2.0-T">
<cvs quiet="true"
cvsRoot="${mapCvsRoot}"
package="releng"
dest="${codir}"
tag="HEAD" />
</target>
......
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