From 271f05f25873c1fa640df62beb0ea138403c75bb Mon Sep 17 00:00:00 2001
From: david_williams <david_williams>
Date: Wed, 11 Jun 2008 17:14:52 +0000
Subject: [PATCH] move to "R builds"

---
 releng.control/cc_config.xml | 61 ++++++++++++++++++++++++++++++++++++
 1 file changed, 61 insertions(+)

diff --git a/releng.control/cc_config.xml b/releng.control/cc_config.xml
index acda50eca..b58f5f6c5 100644
--- a/releng.control/cc_config.xml
+++ b/releng.control/cc_config.xml
@@ -512,6 +512,66 @@
             </htmlemail>
         </publishers>
     </project>
+        <project
+        name="wtp-R3.0-R">
+        <modificationset
+            quietperiod="120">
+            <cvs
+                module="${env.RELENG}"
+                reallyquiet="${env.CVS_QUIET}" />
+            <cvs
+                module="${env.RELENGCOMMON}"
+                reallyquiet="${env.CVS_QUIET}" />
+            <cvs
+                module="${env.RELENGEJBTOOLS}"
+                reallyquiet="${env.CVS_QUIET}" />
+            <cvs
+                module="${env.RELENGJEETOOLS}"
+                reallyquiet="${env.CVS_QUIET}" />
+            <cvs
+                module="${env.RELENGSERVERTOOLS}"
+                reallyquiet="${env.CVS_QUIET}" />
+            <cvs
+                module="${env.RELENGSOURCEEDITING}"
+                reallyquiet="${env.CVS_QUIET}" />
+            <cvs
+                module="${env.RELENGWEBSERVICES}"
+                reallyquiet="${env.CVS_QUIET}" />
+            <cvs
+                module="${env.RELENGJSF}"
+                reallyquiet="${env.CVS_QUIET}" />
+            <cvs
+                module="${env.RELENGDALI}"
+                reallyquiet="${env.CVS_QUIET}" />
+        </modificationset>
+        <schedule
+            interval="${time.oneHour}">
+            <ant>
+                <property
+                    name="buildType"
+                    value="R" />
+                <property
+                    name="buildId"
+                    value="3.0" />
+                <property
+                    name="buildBranch"
+                    value="R3.0" />
+                <property
+                    name="mapVersionTag"
+                    value="HEAD" />
+                <property
+                    name="releng.dali-mapVersionTag"
+                    value="HEAD" />
+                <property
+                    name="releng.jsf-mapVersionTag"
+                    value="HEAD" />
+                <property
+                    name="build.distribution"
+                    value="wtp" />
+            </ant>
+        </schedule>
+    </project>
+    <!-- 
     <project
         name="wtp-R3.0-S">
         <modificationset
@@ -571,6 +631,7 @@
             </ant>
         </schedule>
     </project>
+    -->
     <!-- 
     <project
         name="wtp-R3.0-I">
-- 
GitLab