From 4724d6e9e97ede26a2af2b6a41091462aab76d81 Mon Sep 17 00:00:00 2001 From: david_williams <david_williams> Date: Mon, 17 Nov 2008 18:34:02 +0000 Subject: [PATCH] prep for 303 patches --- releng.control/cc_config.xml | 57 ++++++++++++++++++++++++++++++++++++ 1 file changed, 57 insertions(+) diff --git a/releng.control/cc_config.xml b/releng.control/cc_config.xml index c28456fbe..36b06b9aa 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 -- GitLab