We use gmake with GMSL and I have a set of macro functions that send
out an email summery to a set of users only if there were dependencies
out of date that triggers targets to be rebuilt, and if build fails it
will attempt to figure out what dependencies triggered the target to
be rebuilt and from that who possibly broke it based on check-in
history.
Quoting Peter von Kaenel <Peter.vonKaenel_at_harmonicinc.com>:
> Hi,
>
> I have a very simple nightly build script that performs an update,
> rebuilds everything, and then emails out a report with the build
> results. This runs every night which is a bit annoying if the project
> has not been updated. Is there way to build a script that only performs
> the build and emails the result if there has been an update? I did a
> quick check on svn return codes, and could not find anything useful.
> Any guidance would be appreciated.
>
>
>
> Thanks,
>
> Peter
>
> ------------------------------------------------------
> http://subversion.tigris.org/ds/viewMessage.do?dsForumId=1065&dsMessageId=1034437
>
> To unsubscribe from this discussion, e-mail:
> [users-unsubscribe_at_subversion.tigris.org].
Received on 2009-01-28 22:01:18 CET