diff options
author | Joey Hess <joey@kodama.kitenet.net> | 2008-02-14 16:10:33 -0500 |
---|---|---|
committer | Joey Hess <joey@kodama.kitenet.net> | 2008-02-14 16:10:33 -0500 |
commit | 1c06aed378e579b7396937fdff4e38ea0482ff5b (patch) | |
tree | 75213d0c600e1733030cf154d8268f7692ecd33a /doc/ikiwiki.setup | |
parent | 8f7d7c1a00d65fcdb1482f5e8ce334be752c3db4 (diff) | |
download | ikiwiki-1c06aed378e579b7396937fdff4e38ea0482ff5b.tar ikiwiki-1c06aed378e579b7396937fdff4e38ea0482ff5b.tar.gz |
* monotone: Add code to default mergerc file to run
_MTN/ikiwiki-netsync-hook when a commit is merged in from the net.
Diffstat (limited to 'doc/ikiwiki.setup')
-rw-r--r-- | doc/ikiwiki.setup | 5 |
1 files changed, 5 insertions, 0 deletions
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? |