From ea4d20c5d4d32454458fc8c581ae26d19137ed8c Mon Sep 17 00:00:00 2001
From: david_williams <david_williams>
Date: Sat, 1 Mar 2008 21:35:07 +0000
Subject: [PATCH] turn off spam while broken (as I think this results in
 continuous builds, even without modifications).

---
 releng.control/cc_config.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/releng.control/cc_config.xml b/releng.control/cc_config.xml
index e9374b152..716155089 100644
--- a/releng.control/cc_config.xml
+++ b/releng.control/cc_config.xml
@@ -48,7 +48,7 @@
         returnname="${env.BUILD_BUILDMASTER_RETURN_NAME}"
         skipusers="${env.SKIPUSERS}"
         subjectprefix="[${env.BUILD_SUBJECT_PREFIX} ${project.name}]"
-        spamwhilebroken="true"
+        spamwhilebroken="false"
         failasimportant="false"
         buildresultsurl="${env.BUILD_RESULT_URL}/${project.name}">
         <always
-- 
GitLab