From 1c06aed378e579b7396937fdff4e38ea0482ff5b Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Thu, 14 Feb 2008 16:10:33 -0500 Subject: * monotone: Add code to default mergerc file to run _MTN/ikiwiki-netsync-hook when a commit is merged in from the net. --- doc/ikiwiki.setup | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'doc') diff --git a/doc/ikiwiki.setup b/doc/ikiwiki.setup index 0094bcb2a..2c9b02071 100644 --- a/doc/ikiwiki.setup +++ b/doc/ikiwiki.setup @@ -90,6 +90,11 @@ use IkiWiki::Setup::Standard { # wrapper => "/git/wiki.git/hooks/post-update", # wrappermode => "06755", #}, + #{ + # # The monotone netsync hook. + # wrapper => "path/to/root/of/workspace/_MTN/ikiwiki-netsync-hook", + # wrappermode => "06755", + #}, ], # Default to generating rss feeds for blogs? -- cgit v1.2.3