From b9a224fe11c3a13748e19750050938e0058efbd5 Mon Sep 17 00:00:00 2001 From: david_williams <david_williams> Date: Thu, 13 Dec 2007 13:13:47 +0000 Subject: [PATCH] constrain cc_config --- releng.control/cc_config.xml | 31 +++++++++++++++---------------- 1 file changed, 15 insertions(+), 16 deletions(-) diff --git a/releng.control/cc_config.xml b/releng.control/cc_config.xml index 5c0fb02b0..e6f10be12 100644 --- a/releng.control/cc_config.xml +++ b/releng.control/cc_config.xml @@ -110,7 +110,8 @@ Note: projects should be named in the form ${build.distribution}-${buildBranch}-${buildType} --> - + + <!-- <project name="patches-R1.5-P" forceOnly="true"> @@ -134,7 +135,12 @@ name="build.distribution" value="patches" /> - <!-- + + </ant> + </schedule> + </project> + --> + <!-- <property name="skipCleanBuild" value="yes" /> @@ -145,10 +151,6 @@ name="skipUnitTests" value="yes" /> --> - </ant> - </schedule> - </project> - <!-- <project name="wtp-R1.5-M"> @@ -162,9 +164,6 @@ <schedule interval="${time.oneHour}"> <ant> - <!- - this "M" label should be changed to "R" once maintenance release - is warming up for its "R"elease. - - -> <property name="buildType" value="R" /> @@ -236,7 +235,7 @@ </project> <!-- remove 'forceOnly' once we move into "release" phase --> - +<!-- <project name="wtp-R2.0-R" forceOnly="true"> @@ -283,7 +282,7 @@ </ant> </schedule> </project> - + --> <project name="wtp-R3.0-I"> <modificationset quietperiod="120"> @@ -332,7 +331,7 @@ <project name="wtp-R3.0-N" forceOnly="true"> - <schedule interval="${time.oneHour}"> + <schedule interval="${time.VeryVeryLongTime}"> <ant> <property name="buildType" @@ -362,10 +361,10 @@ <!-- remove 'forceOnly' once we move into this phase of building --> + <!-- <project name="wtp-R3.0-S" forceOnly="true"> - <!-- change 'forceOnly' to false when in milestone phase --> <modificationset quietperiod="120"> <cvs @@ -411,13 +410,13 @@ </ant> </schedule> </project> - + --> <!-- remove 'forceOnly' once we move into this phase of building --> + <!-- <project name="wtp-R3.0-R" forceOnly="true"> - <!-- change forceOnly to false when in release phase --> <modificationset quietperiod="120"> <cvs @@ -461,7 +460,7 @@ </schedule> </project> - + --> <project name="wtp-buildTools-R3.0-T" -- GitLab