On 10/20/14, Oscar Edvardsson <[email protected]> wrote: > I figured I could change the post-commit hook into > > [hooks] > commit = touch commit_triggered.file > changegroup = touch commit_triggered.file > > to see if the triggers were triggered. And they were (i.e. > commit_triggered.file was created). > > So, this leads me to the conclusion that something is wrong with executing > the trac-admin command. Either permissions (what permissions are required > and how do I know which Mercurial is using?) or configuration-wise. > > Regards, >
<OT> The post-commit hooks in Bloodhound are different . Since the same repository may be linked to multiple projects it is mandatory to specify product prefix explicitly to make reference to tickets . @rjollos as you seem to be working towards a BH release I do not see this committed in BH trunk . There should be some multiproduct.ticket.commit_updater module . I can not see them in BH trunk now o.O http://svn.apache.org/viewvc/bloodhound/trunk/bloodhound_multiproduct/multiproduct/ticket/ The patches may be found in this repository in branch t695_commit_ticket_update https://bitbucket.org/olemis/bloodhound-mq p.s. It is not possible for me to see what's the status of this feature since the issue tracker seems to be down (at least when I tried minutes ago ...) due to some kind of SSL proxy error . I thought that this was already committed in BH trunk </OT> Please for further details about Bloodhound way of doing things please send messages to [email protected] -- Regards, Olemis - @olemislc Apache(tm) Bloodhound contributor http://issues.apache.org/bloodhound http://blood-hound.net Blog ES: http://simelo-es.blogspot.com/ Blog EN: http://simelo-en.blogspot.com/ Featured article: -- You received this message because you are subscribed to the Google Groups "Trac Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/trac-users. For more options, visit https://groups.google.com/d/optout.
