Skip to content
Snippets Groups Projects
Commit 0d90cde3 authored by david_williams's avatar david_williams
Browse files

try to fix "re-test" path

parent 320c033a
No related branches found
No related tags found
No related merge requests found
......@@ -70,7 +70,7 @@
buildfile="${env.RELENG_CONTROL}/cc_copyArtifacts.xml"
target="copyArtifacts"
useQuiet="true"
useLogger="false" >
useLogger="false">
<property
name="localArtifactsDirectory"
value="${env.PROJECT_ARTIFACTS}/${project.name}" />
......@@ -344,13 +344,13 @@
quietperiod="120">
<cvs
module="${env.RELENGMAPS}"
reallyquiet="${env.CVS_REALLY_QUIET}" />
reallyquiet="${env.CVS_REALLY_QUIET}" />
<cvs
module="${env.RELENGJSF}"
reallyquiet="${env.CVS_REALLY_QUIET}" />
reallyquiet="${env.CVS_REALLY_QUIET}" />
<cvs
module="${env.RELENGDALI}"
reallyquiet="${env.CVS_REALLY_QUIET}" />
reallyquiet="${env.CVS_REALLY_QUIET}" />
</modificationset>
<schedule
interval="${time.oneHour}">
......@@ -382,6 +382,9 @@
<property
name="build.pack-all-in-one"
value="true" />
<property
name="skipCleanBuild"
value="yes" />
</ant>
</schedule>
</project>
......
......@@ -3,12 +3,6 @@
default="Build"
basedir=".">
<!-- set main builder file name, based on distribution, buildBranch and build type -->
<property
name="builder"
value="${env.PROJECT_BUILDERS}/${projectname}/${env.RELENG_BUILDER}/build.xml" />
<!-- = = = standard properties pattern = = = -->
<!--
Note to be cross-platform, "environment variables" are only appropriate for
......@@ -33,6 +27,11 @@
name="build.clean"
value="true" />
<!-- set main builder file name, based on distribution, buildBranch and build type -->
<property
name="builder"
value="${env.PROJECT_BUILDERS}/${projectname}/${env.RELENG_BUILDER}/build.xml" />
<!--
If not set yet, by "caller", then fail fast.
Normally this is literally the project name from CruiseControl, but
......
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