Parent Directory
|
Revision Log
split pre_commit and post_commit in separate file, and simplify the layout, by renaming commit_hook to hook directly
1 | define subversion::hook::post_commit($content) { |
2 | hook { $name: |
3 | content => $content, |
4 | type => 'post-commit', |
5 | } |
6 | } |
ViewVC Help | |
Powered by ViewVC 1.1.28 |