On Thu, Feb 13, 2014 at 10:24 AM, Baptiste Daroussin <
baptiste.darous...@gmail.com> wrote:

> In particular to interact with the submitter. I have found no way to:
> 1/ send a mail when new ticket is created (yes we can follow via rss feed,
> but a mail is way nicer)
> 2/ send a mail each time to ticket is modified to reporters and followers
>

A ticket hook was added recently. I have not used it, so I don't know how
it it works.


> The lacks of flexible hooks on server side is also a big problem to me....
> What I do need on the hook side is:
> 1/ send a mail after each "push" of code with a diff:
> prior-push-tip/post-push-tip for each branch impacted to a given mailing
> list
>

Why not just links to the commits? For example,
http://fossil-scm.org/index.html/info/e327614047 appears to contain the
information you are asking for. This is a lot to put in to an email message.


> 2/ be able to get access to the diff and run random code on it and reject
> the push if not validated
>

Others on this list have set up automatic build servers. I don't think it
would be hard to add validation functionality.

May I ask what version control systems you have used before now?
_______________________________________________
fossil-users mailing list
fossil-users@lists.fossil-scm.org
http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users

Reply via email to