try to fix "re-test" path
diff --git a/releng.control/cc_config.xml b/releng.control/cc_config.xml
index d469414..2e6176f 100644
--- a/releng.control/cc_config.xml
+++ b/releng.control/cc_config.xml
@@ -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>
diff --git a/releng.control/cc_project_build.xml b/releng.control/cc_project_build.xml
index 671fd9e..21ae912 100644
--- a/releng.control/cc_project_build.xml
+++ b/releng.control/cc_project_build.xml
@@ -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