From 272ae568c81143e3f5c51191c6df12d9982b8236 Mon Sep 17 00:00:00 2001
From: david_williams <david_williams>
Date: Sun, 22 Jul 2007 06:47:13 +0000
Subject: [PATCH] fixing "forceonly" cases

---
 releng.control/cc_config.xml | 34 ++++++++++++++++++++++++++++++----
 1 file changed, 30 insertions(+), 4 deletions(-)

diff --git a/releng.control/cc_config.xml b/releng.control/cc_config.xml
index e825e19fd..93661afb5 100644
--- a/releng.control/cc_config.xml
+++ b/releng.control/cc_config.xml
@@ -514,7 +514,17 @@
     </project>
 
     <project name="wtp-R3.0-S">
-        <!-- Defines where cruise looks for changes, to decide whether to run the build -->
+    
+        <!-- comment out when ready to do release builds -->
+        <modificationset >
+            <forceonly />
+        </modificationset>
+
+        <schedule>
+        <!-- end of comment -->
+    
+    
+        <!-- uncomment when ready to do release builds
         <modificationset quietperiod="120">
             <cvs module="releng" />
             <cvs module="releng-jsf" />
@@ -522,7 +532,10 @@
 
         </modificationset>
 
-        <schedule interval="${time.VeryVeryLongTime}">
+        <schedule interval="${time.oneHour}">
+        -->
+        
+        
             <ant
                 antscript="${env.BUILD_HOME}/releng.control/ant.sh"
                 buildfile="cc_project_build.xml"
@@ -622,7 +635,16 @@
 
 
     <project name="wtp-R3.0-R">
-        <!-- Defines where cruise looks for changes, to decide whether to run the build -->
+    
+        <!-- comment out when ready to do release builds -->
+        <modificationset >
+            <forceonly />
+        </modificationset>
+
+        <schedule>
+        <!-- end of comment -->
+        
+        <!--  uncomment when ready to do release builds 
         <modificationset quietperiod="120">
             <cvs module="releng" />
             <cvs module="releng-jsf" />
@@ -630,7 +652,11 @@
 
         </modificationset>
 
-        <schedule interval="${time.VeryVeryLongTime}">
+        <schedule interval="${time.oneHour}">
+        -->
+        
+        
+        
             <ant
                 antscript="${env.BUILD_HOME}/releng.control/ant.sh"
                 buildfile="cc_project_build.xml"
-- 
GitLab