From ebc0b23b36994d4e4b2a0f85d8c4afb4ba1a36df Mon Sep 17 00:00:00 2001 From: david_williams <david_williams> Date: Fri, 14 Mar 2008 07:18:11 +0000 Subject: [PATCH] adjust logs and time for cleanup task --- releng.control/cc_config.xml | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/releng.control/cc_config.xml b/releng.control/cc_config.xml index 55e8283e0..adb1fc7dc 100644 --- a/releng.control/cc_config.xml +++ b/releng.control/cc_config.xml @@ -113,7 +113,7 @@ <project requireModification="false" name="cleanup-artifacts-B"> <schedule - interval="${time.oneHour}"> + interval="${time.twentyFourHours}"> <exec workingdir="${env.BUILD_HOME}/releng.control" command="${env.BUILD_HOME}/releng.control/cleanupArtifacts.sh"> @@ -123,6 +123,10 @@ especially since the ant default antpublisher will result in error, if an ant build hasn't ran! --> <publishers> + <antpublisher> + </antpublisher> + <htmlemail> + </htmlemail> </publishers> </project> <project @@ -217,7 +221,7 @@ name="patches-R1.5-P" forceOnly="true"> <schedule - interval="${time.oneHour}"> + interval="${time.veryLongTime}"> <ant> <property name="buildType" -- GitLab