Allow custom post-receive hook
Created by: netdata-be
This pull request solves issue #476
Created by: netdata-be
the way I do it is 100% the same as gitolite recommends it. To be able to make it project specific they advice to use git config options which is also supported by gitolite. There is also an other enhancement request to implement custom config options.
But you could implement it in an other fashion.
By Administrator on 2012-04-04T19:21:24 (imported from GitLab project)
Created by: dubcanada
Not really knowing how this works. From what I see.
- It processes the regular resque stuff in the while loop.
- Then it goes on to process anything in post-secondary-hooks?
Is that correct? I also assume it would post the same stuff, so you could do a ton of if statements in the post-secondary-hooks if you want to separate functionality for each project?
If that's correct I don't really see any problem with not having project specific stuff, if that is what gitolite recommends.
By Administrator on 2012-04-04T19:31:05 (imported from GitLab project)