From ec0a4872047e0cf7067831560d02abce1719587e Mon Sep 17 00:00:00 2001
From: david_williams <david_williams>
Date: Wed, 13 Aug 2008 15:32:10 +0000
Subject: [PATCH] move to R build for XSL 0.5

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

diff --git a/releng.control/cc_config.xml b/releng.control/cc_config.xml
index 2a30af332..c0c28aa84 100644
--- a/releng.control/cc_config.xml
+++ b/releng.control/cc_config.xml
@@ -177,6 +177,39 @@
         </modificationset>
     </project>
     
+        <project
+        name="incubator-R0.5-R">
+        <modificationset
+            quietperiod="120">
+            <cvs
+                module="${env.RELENG}"
+                reallyquiet="${env.CVS_QUIET}" />
+            <cvs
+                module="${env.RELENGINCUBATOR}"
+                reallyquiet="${env.CVS_QUIET}" />
+        </modificationset>
+        <schedule
+            interval="${time.oneHour}">
+            <ant>
+                <property
+                    name="buildType"
+                    value="R" />
+                <property
+                    name="buildId"
+                    value="0.5" />
+                <property
+                    name="buildBranch"
+                    value="R0.5" />
+                <property
+                    name="mapVersionTag"
+                    value="R3_0_release" />
+                <property
+                    name="build.distribution"
+                    value="incubator" />
+            </ant>
+        </schedule>
+    </project>
+    <!-- 
     <project
         name="incubator-R0.5-S">
         <modificationset
@@ -209,7 +242,7 @@
             </ant>
         </schedule>
     </project>
-    
+     -->
     <!--  
     <project
         name="incubator-R0.5-I">
-- 
GitLab