From 616b9c3825ff21d342db17943c9479d8dd911b59 Mon Sep 17 00:00:00 2001 From: david_williams <david_williams> Date: Fri, 2 May 2008 08:10:15 +0000 Subject: [PATCH] work around for http://jira.public.thoughtworks.org/browse/CC-766 --- releng.control/cc_config.xml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/releng.control/cc_config.xml b/releng.control/cc_config.xml index b2343a90a..9bdd2dfd7 100644 --- a/releng.control/cc_config.xml +++ b/releng.control/cc_config.xml @@ -126,6 +126,7 @@ <modificationset> <!-- http://jira.public.thoughtworks.org/browse/CC-766 --> + <forceonly/> </modificationset> <!-- need to prevent, or override, default publishers, @@ -163,6 +164,7 @@ </schedule> <modificationset> <!-- http://jira.public.thoughtworks.org/browse/CC-766 --> + <forceonly/> </modificationset> </project> <project @@ -232,6 +234,7 @@ forceOnly="true"> <modificationset> <!-- http://jira.public.thoughtworks.org/browse/CC-766 --> + <forceonly/> </modificationset> <schedule interval="${time.veryLongTime}"> @@ -630,6 +633,7 @@ forceOnly="true"> <modificationset> <!-- http://jira.public.thoughtworks.org/browse/CC-766 --> + <forceonly/> </modificationset> <schedule interval="${time.veryLongTime}"> -- GitLab