fyi, CCNet service will not start unless the user names are unique.
I'm not sure if this will have other issues with notifications by
having multiple user names for the same person.
<users>
<user name="ben" group="developersfailed" address="[email protected]"/>
<user name="ben222" group="developersfixed" address="[email protected]"/>
</users>
Do you know when the "exception" became part of the "change" email
notification? I would like to use 1.4.2 if that doesn't have this
behavior.
Thank you,
Jon
On Tue, Mar 17, 2009 at 1:20 AM, Ruben Willems <[email protected]> wrote:
> Hi
>
> good point, maybe we should foresee a way so you can add multiple
> notifications in the groups element.
>
> For the moment you can have the same effect, but you will need to place the
> user in 2 groups :-(
>
> <users>
> <user name="ben" group="developersfailed" address="[email protected]"/>
> <user name="ben" group="developersfixed" address="[email protected]"/>
> ..
> </users>
>
> <groups>
> ...
> <group name="developersfixed" notification="fixed"/>
> <group name="developersfailed" notification="failed"/>
> </groups>
>
>
> this will have the same effect
>
> Lets see what the otter devs think on this
>
>
> with kind regards
> Ruben Willems
>
>
> On Mon, Mar 16, 2009 at 9:37 PM, Jon W <[email protected]> wrote:
>>
>> Hi. I just upgraded to 1.4.3. When ccnet experienced network issues
>> talking to the svn server, everybody was sent a couple of Exception
>> emails. How can I configure ccnet, so regular developers don't have
>> to see the network hiccups? The exceptions are more for the sysadmin
>> people, and not developers who only need to see if the source code
>> builds correctly. Is the Exception supposed to be in the "change"
>> notification group?
>>
>> Currently the configuration is:
>>
>> <email from="[email protected]" mailhost="smtp.me.com"
>> includeDetails="TRUE">
>> <users>
>> <user name="jon" group="buildmaster" address="[email protected]"/>
>> <user name="howie" group="buildmaster"
>> address="[email protected]"/>
>> <user name="val" group="buildmaster" address="[email protected]"/>
>>
>> <user name="ben" group="developers" address="[email protected]"/>
>> <user name="bob" group="developers" address="[email protected]"/>
>> <user name="bill" group="developers" address="[email protected]"/>
>> </users>
>> <groups>
>> <group name="developers" notification="change"/>
>> <group name="buildmaster" notification="always"/>
>> </groups>
>>
>> <converters>
>> <regexConverter find="$" replace="@me.com" />
>> </converters>
>> </email>
>>
>> Thank you,
>> Jon
>
>