From 9079e38d20f2b3fede14eb5b65d8c0f03a7bee59 Mon Sep 17 00:00:00 2001
From: canderson <canderson>
Date: Fri, 28 Oct 2011 20:56:42 +0000
Subject: [PATCH] prep for 3.2.5 patch builds

---
 releng.control/cc_config.xml | 74 +++++++++++++++++++++++++++++++++++-
 1 file changed, 72 insertions(+), 2 deletions(-)

diff --git a/releng.control/cc_config.xml b/releng.control/cc_config.xml
index 507513b58..07c1fe8a8 100644
--- a/releng.control/cc_config.xml
+++ b/releng.control/cc_config.xml
@@ -564,7 +564,77 @@
     </project>
 
     <project
-        forceOnly="false"
+        forceOnly="true"
+        forceBuildNewProject="false"
+        requireModification="true"
+        name="patches-R3.2.5-P">
+        <modificationset>
+            <!-- http://jira.public.thoughtworks.org/browse/CC-766 -->
+            <alwaysbuild/>
+        </modificationset>
+        <schedule
+            interval="${time.veryLongTime}">
+            <ant
+                antscript="${env.RELENG_CONTROL}/ant_high_priority.sh">
+                <property
+                    name="dependencyFileLocation"
+                    value="helios/dependencies.properties"/>
+
+                <property
+                    name="passBuildEvenIfFailedTests"
+                    value="true"/>
+                <property
+                    name="buildType"
+                    value="P"/>
+                <property
+                    name="buildBranch"
+                    value="R3.2.5"/>
+                <property
+                    name="buildId"
+                    value="3.2.5"/>
+                <property
+                    name="mapVersionTag"
+                    value="R3_2_5_patches"/>
+                <property
+                    name="releng.dali-mapVersionTag"
+                    value="R2_3_5_patches"/>
+                <property
+                    name="releng.jsf-mapVersionTag"
+                    value="R3_2_5_patches"/>
+
+                <property
+                    name="releng.jsdt-mapVersionTag"
+                    value="R3_2_5_patches"/>
+
+                <property
+                    name="build.distribution"
+                    value="patches32x"/>
+            </ant>
+        </schedule>
+        <publishers>
+            <antpublisher
+                antscript="${env.RELENG_CONTROL}/ant_med_priority.sh"
+                buildfile="${env.RELENG_CONTROL}/cc_copyArtifacts.xml"
+                target="copyArtifacts"
+                usequiet="true"
+                uselogger="false"
+                antWorkingDir="${env.BUILD_HOME}/tmp"
+                saveLogDir="${env.BUILD_HOME}/tmp">
+                <property
+                    name="localArtifactsDirectory"
+                    value="${env.PROJECT_ARTIFACTS}/${project.name}"/>
+            </antpublisher>
+            <htmlemail
+                skipusers="true"
+                logdir="${env.BUILD_HOME}/tmp">
+                <propertiesmapper
+                    file=""/>
+            </htmlemail>
+        </publishers>
+    </project>
+
+    <project
+        forceOnly="true"
         requireModification="true"
         name="wtp-R3.2.5-M">
         <modificationset
@@ -607,7 +677,7 @@
                 reallyquiet="${env.CVS_REALLY_QUIET}"/>
         </modificationset>
         <schedule
-            interval="${time.oneHour}">
+            interval="${time.veryLongTime}">
             <ant
                 antscript="${env.RELENG_CONTROL}/ant_med_priority.sh">
                 <property
-- 
GitLab