diff --git a/releng.control/cc_config.xml b/releng.control/cc_config.xml index f95bad043ee59b285bb427e1f1eb65380faa1e38..85cfd4a7e40b2867c3e6ed80d2bbb5ba45ebfe84 100644 --- a/releng.control/cc_config.xml +++ b/releng.control/cc_config.xml @@ -568,6 +568,12 @@ <property name="mapVersionTag" value="R3_0_5_patches"/> + <property + name="releng.dali-mapVersionTag" + value="R3_0_5_patches"/> + <property + name="releng.jsf-mapVersionTag" + value="R3_0_5_patches"/> <property name="build.distribution" value="patches3"/> @@ -594,6 +600,59 @@ </htmlemail> </publishers> </project> + <project + forceOnly="true" + forceBuildNewProject="false" + requireModification="true" + name="patches-R3.0.5.1-P"> + <modificationset> + <!-- http://jira.public.thoughtworks.org/browse/CC-766 --> + <alwaysbuild/> + </modificationset> + <schedule + interval="${time.veryLongTime}"> + <ant> + <property + name="buildType" + value="P"/> + <property + name="buildBranch" + value="R3.0.5"/> + <property + name="mapVersionTag" + value="R3_0_5_1_patches"/> + <property + name="releng.dali-mapVersionTag" + value="R3_0_5_1_patches"/> + <property + name="releng.jsf-mapVersionTag" + value="R3_0_5_1_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"> + <propertiesmapper + file=""/> + </htmlemail> + </publishers> + </project> <project forceOnly="false" requireModification="true"