From ff60b324c8c6011c7c47f0968cb52a390ec0dbb0 Mon Sep 17 00:00:00 2001 From: david_williams <david_williams> Date: Sun, 6 Mar 2011 07:15:01 +0000 Subject: [PATCH] cleanup and format --- releng.control/cc_config.xml | 13 +------------ releng.wtpbuilder/build.properties | 2 ++ 2 files changed, 3 insertions(+), 12 deletions(-) diff --git a/releng.control/cc_config.xml b/releng.control/cc_config.xml index b4d6604cd..6b991adff 100644 --- a/releng.control/cc_config.xml +++ b/releng.control/cc_config.xml @@ -249,18 +249,7 @@ </ant> </schedule> </project> - <!-- - <project forceOnly="true" requireModification="true" - name="xml-R3.3.0-I"> <modificationset quietperiod="120"> <cvs - module="${env.RELENGSOURCEEDITING}" - reallyquiet="${env.CVS_QUIET}"/> </modificationset> <schedule - interval="${time.oneHour}"> <ant> <property name="buildType" - value="I"/> <property name="buildId" value="3.3.0"/> <property - name="buildBranch" value="R3.3.0"/> <property - name="mapVersionTag" value="HEAD"/> <property - name="build.distribution" value="xml"/> </ant> </schedule> - </project> - --> + <project forceOnly="true" requireModification="true" diff --git a/releng.wtpbuilder/build.properties b/releng.wtpbuilder/build.properties index a44eff3af..9033c6a75 100644 --- a/releng.wtpbuilder/build.properties +++ b/releng.wtpbuilder/build.properties @@ -47,3 +47,5 @@ generateSourceReferences=true #repoBaseLocation=${buildDirectory}/${buildLabel}/repository transformedRepoLocation=${buildDirectory}/transformedRepo + +cvs.reallyquiet=true -- GitLab