From 57a38588b0c67b1c1490ea453f919f2a6fdef030 Mon Sep 17 00:00:00 2001
From: david_williams <david_williams>
Date: Mon, 15 Dec 2008 19:10:00 +0000
Subject: [PATCH] attempt to avoid spurious warnings in log. See
 http://jira.public.thoughtworks.org/browse/CC-766

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

diff --git a/releng.control/cc_config.xml b/releng.control/cc_config.xml
index c23e1fcb6..77433be55 100644
--- a/releng.control/cc_config.xml
+++ b/releng.control/cc_config.xml
@@ -135,6 +135,7 @@
     -->
     <project
         requireModification="false"
+        forceOnly="false"
         name="cleanup-artifacts-B">
         <schedule
             interval="${time.twentyFourHours}">
@@ -145,7 +146,7 @@
         </schedule>
         <modificationset>
          <!-- http://jira.public.thoughtworks.org/browse/CC-766 -->
-            <forceonly />
+            <alwaysbuild />
         </modificationset>
         <!--
             need to prevent, or override, default publishers, especially
@@ -182,9 +183,6 @@
                     value="wtpbuildTools" />
             </ant>
         </schedule>
-        <modificationset>
-            <forceonly />
-        </modificationset>
     </project>
     
     <project
@@ -260,9 +258,6 @@
         name="dali-R2.1-R"
         requireModification="false"
         forceOnly="true">
-        <modificationset>
-            <forceonly />
-        </modificationset>
         <schedule interval="${time.veryLongTime}">
             <ant>
                 <property
@@ -299,9 +294,6 @@
                 <property name="build.distribution" value="patches" />
             </ant>
         </schedule>
-        <modificationset>
-            <forceonly />
-        </modificationset>
         
         <publishers>
             <antpublisher
@@ -601,10 +593,6 @@
         requireModification="false"
         name="patches-R3.0.3-P"
         forceOnly="true">
-        <modificationset>
-           <!-- http://jira.public.thoughtworks.org/browse/CC-766 -->
-            <forceonly />
-        </modificationset>
         <schedule
             interval="${time.veryLongTime}">
             <ant>
@@ -723,10 +711,6 @@
         requireModification="false"
         name="wtp-R3.1-N"
         forceOnly="true">
-        <modificationset>
-           <!-- http://jira.public.thoughtworks.org/browse/CC-766 -->
-            <forceonly />
-        </modificationset>
         <schedule
             interval="${time.veryLongTime}">
             <ant antscript="${env.RELENG_CONTROL}/ant_low_priority.sh">
-- 
GitLab