From 0e7d35b72bdb844835f131781d74baabf772f221 Mon Sep 17 00:00:00 2001 From: david_williams <david_williams> Date: Wed, 5 Mar 2008 01:45:16 +0000 Subject: [PATCH] don't build after failed, unless there's been a modification! --- releng.control/cc_config.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/releng.control/cc_config.xml b/releng.control/cc_config.xml index 5a989f4ab..ef1358b2f 100644 --- a/releng.control/cc_config.xml +++ b/releng.control/cc_config.xml @@ -56,7 +56,7 @@ </plugin> <plugin name="project" - buildafterfailed="true"> + buildafterfailed="false"> <dateformat format="yyyy-MM-dd HH:mm '('z')'" /> <log @@ -110,7 +110,7 @@ The next criteria is importance --> - <project + <project requireModification="false" name="cleanup-artifacts-B"> <schedule interval="${time.oneHour}"> -- GitLab