From eafa3b474a81efc3826acddc38b5dae503d4cb86 Mon Sep 17 00:00:00 2001
From: david_williams <david_williams>
Date: Wed, 2 Jan 2008 04:27:38 +0000
Subject: [PATCH] streamline build scripts

---
 releng.control/cc_config.xml | 15 ---------------
 1 file changed, 15 deletions(-)

diff --git a/releng.control/cc_config.xml b/releng.control/cc_config.xml
index 4ac92d32d..976d3c842 100644
--- a/releng.control/cc_config.xml
+++ b/releng.control/cc_config.xml
@@ -184,17 +184,14 @@
             <cvs
                 tag="R2_0_maintenance"
                 module="${env.RELENGMAPS}"
-                quiet="${env.CVS_QUIET}"
                 reallyquiet="${env.CVS_REALLY_QUIET}" />
             <cvs
                 tag="R1_0_maintenance"
                 module="${env.RELENGDALI}"
-                quiet="${env.CVS_QUIET}"
                 reallyquiet="${env.CVS_REALLY_QUIET}" />
             <cvs
                 tag="R1_0_maintenance"
                 module="${env.RELENGJSF}"
-                quiet="${env.CVS_QUIET}"
                 reallyquiet="${env.CVS_REALLY_QUIET}" />
         </modificationset>
         <schedule
@@ -234,17 +231,14 @@
         <cvs
         tag="R2_0_maintenance"
         module="${env.RELENGMAPS}"
-            quiet="${env.CVS_QUIET}"
             reallyquiet="${env.CVS_REALLY_QUIET}" />
         <cvs
         tag="R1_0_maintenance"
         module="${env.RELENGDALI}"
-            quiet="${env.CVS_QUIET}"
             reallyquiet="${env.CVS_REALLY_QUIET}" />
         <cvs
         tag="R1_0_maintenance"
         module="${env.RELENGJSF}"
-            quiet="${env.CVS_QUIET}"
             reallyquiet="${env.CVS_REALLY_QUIET}"/>
         </modificationset>
         
@@ -283,15 +277,12 @@
             quietperiod="120">
             <cvs
                 module="${env.RELENGMAPS}"
-                quiet="${env.CVS_QUIET}"
                 reallyquiet="${env.CVS_REALLY_QUIET}" />
             <cvs
                 module="${env.RELENGJSF}"
-                quiet="${env.CVS_QUIET}"
                 reallyquiet="${env.CVS_REALLY_QUIET}" />
             <cvs
                 module="${env.RELENGDALI}"
-                quiet="${env.CVS_QUIET}"
                 reallyquiet="${env.CVS_REALLY_QUIET}" />
         </modificationset>
         <schedule
@@ -361,15 +352,12 @@
             quietperiod="120">
             <cvs
                 module="${env.RELENGMAPS}"
-            quiet="${env.CVS_QUIET}"
             reallyquiet="${env.CVS_REALLY_QUIET}" />
             <cvs
                 module="${env.RELENGJSF}"
-            quiet="${env.CVS_QUIET}"
             reallyquiet="${env.CVS_REALLY_QUIET}" />
             <cvs
                 module="${env.RELENGDALI}"
-            quiet="${env.CVS_QUIET}"
             reallyquiet="${env.CVS_REALLY_QUIET}" />
         </modificationset>
         <schedule
@@ -416,15 +404,12 @@
         <modificationset quietperiod="120">
         <cvs
         module="${env.RELENGMAPS}"
-            quiet="${env.CVS_QUIET}"
             reallyquiet="${env.CVS_REALLY_QUIET}"/>
         <cvs
         module="${env.RELENGJSF}"
-            quiet="${env.CVS_QUIET}"
             reallyquiet="${env.CVS_REALLY_QUIET}" />
         <cvs
         module="${env.RELENGDALI}"
-            quiet="${env.CVS_QUIET}"
             reallyquiet="${env.CVS_REALLY_QUIET}" />
         </modificationset>
         
-- 
GitLab