Skip to content
Snippets Groups Projects
Commit 99cec389 authored by david_williams's avatar david_williams
Browse files

prep for P2

parent 56f7c679
No related branches found
No related tags found
No related merge requests found
...@@ -81,7 +81,9 @@ ...@@ -81,7 +81,9 @@
buildfile="${env.RELENG_CONTROL}/cc_copyArtifacts.xml" buildfile="${env.RELENG_CONTROL}/cc_copyArtifacts.xml"
target="copyArtifacts" target="copyArtifacts"
usequiet="true" usequiet="true"
uselogger="false"> uselogger="false"
antWorkingDir="${env.BUILD_HOME}/tmp"
saveLogDir="${env.BUILD_HOME}/tmp">
<property <property
name="localArtifactsDirectory" name="localArtifactsDirectory"
value="${env.PROJECT_ARTIFACTS}/${project.name}" /> value="${env.PROJECT_ARTIFACTS}/${project.name}" />
...@@ -244,7 +246,9 @@ ...@@ -244,7 +246,9 @@
buildfile="${env.RELENG_CONTROL}/cc_copyArtifacts.xml" buildfile="${env.RELENG_CONTROL}/cc_copyArtifacts.xml"
target="copyArtifacts" target="copyArtifacts"
usequiet="true" usequiet="true"
uselogger="false"> uselogger="false"
antWorkingDir="${env.BUILD_HOME}/tmp"
saveLogDir="${env.BUILD_HOME}/tmp">
<property <property
name="localArtifactsDirectory" name="localArtifactsDirectory"
value="${env.PROJECT_ARTIFACTS}/${project.name}" /> value="${env.PROJECT_ARTIFACTS}/${project.name}" />
...@@ -406,8 +410,10 @@ ...@@ -406,8 +410,10 @@
buildfile="${env.RELENG_CONTROL}/cc_copyArtifacts.xml" buildfile="${env.RELENG_CONTROL}/cc_copyArtifacts.xml"
target="copyArtifacts" target="copyArtifacts"
usequiet="true" usequiet="true"
uselogger="false"> uselogger="false"
<property antWorkingDir="${env.BUILD_HOME}/tmp"
saveLogDir="${env.BUILD_HOME}/tmp">
<property
name="localArtifactsDirectory" name="localArtifactsDirectory"
value="${env.PROJECT_ARTIFACTS}/${project.name}" /> value="${env.PROJECT_ARTIFACTS}/${project.name}" />
</antpublisher> </antpublisher>
...@@ -466,7 +472,7 @@ ...@@ -466,7 +472,7 @@
value="R3.0" /> value="R3.0" />
<property <property
name="mapVersionTag" name="mapVersionTag"
value="HEAD" /> value="david_williams_tempBranch2" />
<property <property
name="releng.dali-mapVersionTag" name="releng.dali-mapVersionTag"
value="HEAD" /> value="HEAD" />
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment