There used to be a PublishExceptions option in the project block that
would allow the user to disregard all exceptions (removed in ccnet
1.1).  Is there anything similar that can be used?  I haven't ever
needed email notification regarding exceptions, as if there is a rare
issue, then I just review the ccnet.log.

I went back to 1.4.2, but would hope to have a workaround in 1.4.4 if
possible.  Please let me know if you want me to file an issue or
request.

Thank you,
Jon

On Tue, Mar 17, 2009 at 12:35 PM, Ruben Willems <[email protected]> wrote:
> Hi
>
>
> it is part of 1.4.3
>
> 1.4.2 does not know this state
>
>
> with kind regards
> Ruben Willems
>
>
> On Tue, Mar 17, 2009 at 5:53 PM, Jon W <[email protected]> wrote:
>>
>> 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
>> >
>> >
>
>

Reply via email to