[Cdash] cdash upgrade and no longer sending emails
Zack Galbreath
zack.galbreath at kitware.com
Fri Mar 27 17:11:05 UTC 2015
On Fri, Mar 27, 2015 at 1:06 PM, Clinton Stimpson <clinton at elemtech.com>
>
> Sure.
> It does make sense to send svn errors to site maintainers.
>
>
> But I question the removal of UpdateHandler from this code:
> if($handler instanceof TestingHandler ||
> $handler instanceof BuildHandler ||
> $handler instanceof ConfigureHandler ||
> $handler instanceof DynamicAnalysisHandler)
> {
> sendemail($handler, $projectid);
> }
>
> If I change to
> if($handler instanceof TestingHandler ||
> $handler instanceof BuildHandler ||
> $handler instanceof UpdateHandler ||
> $handler instanceof ConfigureHandler ||
> $handler instanceof DynamicAnalysisHandler)
> {
> sendemail($handler, $projectid);
> }
>
> Now I'm getting emails for my commits.
>
>
Thanks for all your work investigating this issue. I have a clear
understanding of what the problem is now. I'll work on a fix & issue a PR
shortly.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://public.kitware.com/pipermail/cdash/attachments/20150327/745ea31d/attachment-0001.htm>
More information about the CDash
mailing list