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

[129105] zip lablels are TOO long for I-builds -- revert to "hard coded" fix, until truly fixed

-- plus updated labels to 1.5M5 for "S" builds warmups
parent eb465093
No related branches found
No related tags found
No related merge requests found
......@@ -40,15 +40,18 @@
<!-- should change back to "M" once R-1.0.1 is declared -->
<property
name="buildType"
value="R" />
<!-- this "M" label should be changed to "R" once maintenance release
is warming up for its "R"elease.
-->
value="M" />
<!-- chould comment out, or use empty string? once R-1.0.1 is declared -->
<!--
<property
name="buildId"
value="1.0.1" />
-->
<property
......@@ -109,7 +112,7 @@
localworkingcopy="${build.home}/build-node/checkout/wtp-I/releng.wtpbuilder" />
</modificationset>
<schedule interval="3600">
<schedule interval="31536000">
<ant
antscript="${build.home}/build-node/builder/releng.builder/tools/cruise/ant.sh"
buildfile="committer.xml"
......@@ -314,7 +317,7 @@
localworkingcopy="${build.home}/build-node/checkout/wtp-S/releng.wtpbuilder" />
</modificationset>
<schedule interval="31536000">
<schedule interval="3600">
<ant
antscript="${build.home}/build-node/builder/releng.builder/tools/cruise/ant.sh"
buildfile="committer.xml"
......@@ -327,7 +330,7 @@
value="S" />
<property
name="buildId"
value="1.5M4" />
value="1.5M5" />
<property
name="mapVersionTag"
value="HEAD" />
......
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