tweak cc control
diff --git a/releng.control/cc_config.xml b/releng.control/cc_config.xml
index da3200e..8e2a8c1 100644
--- a/releng.control/cc_config.xml
+++ b/releng.control/cc_config.xml
@@ -25,6 +25,9 @@
<property
name="time.oneHour"
value="3600" />
+ <property
+ name="time.twoHour"
+ value="7200" />
<property
name="time.fourHours"
value="14400" />
@@ -47,7 +50,7 @@
-->
<plugin
name="ant"
- antscript="${env.RELENG_CONTROL}/ant.sh"
+ antscript="${env.RELENG_CONTROL}/ant_med_priority.sh"
buildfile="${env.RELENG_CONTROL}/cc_project_build.xml"
target="Build"
uselogger="${env.USE_LOGGER}"
@@ -91,7 +94,7 @@
</listeners>
<publishers>
<antpublisher
- antscript="${env.RELENG_CONTROL}/ant.sh"
+ antscript="${env.RELENG_CONTROL}/ant_med_priority.sh"
buildfile="${env.RELENG_CONTROL}/cc_copyArtifacts.xml"
target="copyArtifacts"
usequiet="true"
@@ -329,7 +332,7 @@
<publishers>
<antpublisher
- antscript="${env.RELENG_CONTROL}/ant.sh"
+ antscript="${env.RELENG_CONTROL}/ant_med_priority.sh"
buildfile="${env.RELENG_CONTROL}/cc_copyArtifacts.xml"
target="copyArtifacts"
usequiet="true"
@@ -535,7 +538,7 @@
</schedule>
<publishers>
<antpublisher
- antscript="${env.RELENG_CONTROL}/ant.sh"
+ antscript="${env.RELENG_CONTROL}/ant_med_priority.sh"
buildfile="${env.RELENG_CONTROL}/cc_copyArtifacts.xml"
target="copyArtifacts"
usequiet="true"
@@ -715,7 +718,7 @@
reallyquiet="${env.CVS_QUIET}"/>
</modificationset>
<schedule
- interval="${time.fourHours}">
+ interval="${time.twoHours}">
<ant antscript="${env.RELENG_CONTROL}/ant_low_priority.sh">
<property
name="buildType"
@@ -780,7 +783,7 @@
</schedule>
<publishers>
<antpublisher
- antscript="${env.RELENG_CONTROL}/ant.sh"
+ antscript="${env.RELENG_CONTROL}/ant_med_priority.sh"
buildfile="${env.RELENG_CONTROL}/cc_copyArtifacts.xml"
target="copyArtifacts"
usequiet="true"