diff --git a/releng.control/cc_config.xml b/releng.control/cc_config.xml index ecbd682abf9bd4ca5b96e598011e82a2086c7397..9698d924d96d2a075940a10f7d6ad876a08910eb 100644 --- a/releng.control/cc_config.xml +++ b/releng.control/cc_config.xml @@ -264,6 +264,33 @@ </schedule> </project> --> + <project + name="incubator-R1.0-I" + forceOnly="true"> + <modificationset + quietperiod="120"> + <cvs + module="${env.RELENGMAPS}" + reallyquiet="${env.CVS_REALLY_QUIET}" /> + </modificationset> + <schedule + interval="${time.oneHour}"> + <ant> + <property + name="buildType" + value="I" /> + <property + name="buildBranch" + value="R1.0" /> + <property + name="mapVersionTag" + value="HEAD" /> + <property + name="build.distribution" + value="incubator" /> + </ant> + </schedule> + </project> <project name="wtp-R3.0-I"> <modificationset