2013/8/6 Mark Janssen <[email protected]>:
> I have built the leaf of that branch, but I can't find any change with the
> trunk UI.  Any 5 minute getting started doc?
>
> Mark

In the UI go to "Admin" -> "Transfers"  ("Hooks" would be a better
name, but this is how it's named currently....)
Normally there are only "Common" and "Push" hooks there, but
now there are two more.

In the  "Commit" or "Ticket" hook you could put for example:
    http -async http://myhost/hook.cgi?uuid=$uuid ""
The empty "" argument gives empty POST data, leaving out
this argument gives a GET (just like in Tcl). But you could
put any TH1 script you like here. The "http" TH1 command
only works in those two hooks, no-where else in fossil.

There is also a new setting "http-allow-regexp", which
restricts http requests. Set it to ".*" to get rid of all
restrictions. This is done for security reasons.

Regards,
     Jan Nijtmans
_______________________________________________
fossil-users mailing list
[email protected]
http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users

Reply via email to