diff --git a/releng.control/cc_config.xml b/releng.control/cc_config.xml index e825e19fd5e0449accfdf1b6407b850cbe0bd6c8..93661afb50e1c93d8261c101bec6c191f52710ef 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"