Author: crossley
Date: Wed Oct 19 21:40:12 2005
New Revision: 326811

URL: http://svn.apache.org/viewcvs?rev=326811&view=rev
Log:
This is working, so only report on failure.
Notify to dev at cocoon.
Don't send the notification email until they ask for it.

Modified:
    forrest/zone/htdocs/fr/cocoon-block-portal.xml

Modified: forrest/zone/htdocs/fr/cocoon-block-portal.xml
URL: 
http://svn.apache.org/viewcvs/forrest/zone/htdocs/fr/cocoon-block-portal.xml?rev=326811&r1=326810&r2=326811&view=diff
==============================================================================
--- forrest/zone/htdocs/fr/cocoon-block-portal.xml (original)
+++ forrest/zone/htdocs/fr/cocoon-block-portal.xml Wed Oct 19 21:40:12 2005
@@ -1,16 +1,19 @@
 <project name="cocoon-block-portal" default="main">
   <property name="notify.email.host" value="localhost"/>
-  <property name="notify.email.to" value="David Crossley &lt;[EMAIL 
PROTECTED]>"/>
+  <property name="notify.email.to" value="Cocoon developers 
&lt;[email protected]>"/>
   <property name="notify.administrator" value="Cocoon developers"/>
   <property name="notify.on.failure" value="true"/>
-  <property name="notify.on.success" value="true"/>
+  <property name="notify.on.success" value="false"/>
   <property name="build.work-dir" 
value="/export/home/config/forrestbot-release/conf/work/cocoon-block-portal"/>
   <property name="build.log-dir" 
value="/export/home/config/forrestbot-release/logs"/>
   <property name="getsrc.svn.url" 
value="http://svn.apache.org/repos/asf/cocoon/blocks/portal/trunk/documentation"/>
   <property name="deploy.local.dir" 
value="/var/apache2/htdocs/fr/publish/cocoon-block-portal"/>
 
   <target name="getsrc" depends="getsrc.clean-workdir, getsrc.svn"/>
+<!-- Do not notify by email
   <target name="notify" depends="notify.local, notify.email"/>
+-->
+  <target name="notify" depends="notify.local"/>
   <target name="deploy" depends="deploy.local"/>
 
   <import 
file="/export/opt/forrest-release/tools/forrestbot/core/forrestbot.xml"/>


Reply via email to