diff --git a/releng.control/cc_config.xml b/releng.control/cc_config.xml index 2a30af332bf6ab1cb6f08d2c8bfddddc8ed8ec5f..c0c28aa84f564fac14cec19b33990fe29d4b86f4 100644 --- a/releng.control/cc_config.xml +++ b/releng.control/cc_config.xml @@ -177,6 +177,39 @@ </modificationset> </project> + <project + name="incubator-R0.5-R"> + <modificationset + quietperiod="120"> + <cvs + module="${env.RELENG}" + reallyquiet="${env.CVS_QUIET}" /> + <cvs + module="${env.RELENGINCUBATOR}" + reallyquiet="${env.CVS_QUIET}" /> + </modificationset> + <schedule + interval="${time.oneHour}"> + <ant> + <property + name="buildType" + value="R" /> + <property + name="buildId" + value="0.5" /> + <property + name="buildBranch" + value="R0.5" /> + <property + name="mapVersionTag" + value="R3_0_release" /> + <property + name="build.distribution" + value="incubator" /> + </ant> + </schedule> + </project> + <!-- <project name="incubator-R0.5-S"> <modificationset @@ -209,7 +242,7 @@ </ant> </schedule> </project> - + --> <!-- <project name="incubator-R0.5-I">