diff --git a/releng.control/cc_config.xml b/releng.control/cc_config.xml index c28456fbe4f3f85a07f9de4a5e3db949224c004a..36b06b9aa0c4281eb72cecfbf28386c06a8151e9 100644 --- a/releng.control/cc_config.xml +++ b/releng.control/cc_config.xml @@ -596,6 +596,63 @@ </schedule> </project> + + <project + requireModification="false" + name="patches-R3.0.3-P" + forceOnly="true"> + <modificationset> + <!-- http://jira.public.thoughtworks.org/browse/CC-766 --> + <forceonly /> + </modificationset> + <schedule + interval="${time.veryLongTime}"> + <ant> + <property + name="buildType" + value="P" /> + <property + name="buildBranch" + value="R3.0.3" /> + <property + name="mapVersionTag" + value="R3_0_3_patches" /> + <property + name="releng.dali-mapVersionTag" + value="R2_0_3_patches"/> + <property + name="releng.jsf-mapVersionTag" + value="R3_0_3_patches"/> + <property + name="build.distribution" + value="patches3" /> + </ant> + </schedule> + <publishers> + <antpublisher + antscript="${env.RELENG_CONTROL}/ant_med_priority.sh" + buildfile="${env.RELENG_CONTROL}/cc_copyArtifacts.xml" + target="copyArtifacts" + usequiet="true" + uselogger="false" + antWorkingDir="${env.BUILD_HOME}/tmp" + saveLogDir="${env.BUILD_HOME}/tmp"> + <property + name="localArtifactsDirectory" + value="${env.PROJECT_ARTIFACTS}/${project.name}" /> + </antpublisher> + <htmlemail + skipusers="true" + logdir="${env.BUILD_HOME}/tmp"> + <failure + address="${env.FAILED_ADDRESS}" + reportWhenFixed="true" /> + <propertiesmapper + file="" /> + </htmlemail> + </publishers> + </project> + <project name="wtp-R3.0-R"> <modificationset