2008-03-12 19:21:53 +01:00
|
|
|
ikiwiki uses the `post-update` Git hook, which traditionally is being used to
|
|
|
|
call `git-update-server-info`. This is only needed for HTTP-served
|
|
|
|
repositories.
|
|
|
|
|
|
|
|
It would be nice if there were a configuration option with which I could
|
|
|
|
instruct the hook to call `git-update-server-info` as well, in the
|
|
|
|
wrappers['git'] configuration hash (?).
|
|
|
|
|
|
|
|
--[[madduck]]
|
2008-03-12 19:48:08 +01:00
|
|
|
|
|
|
|
> Of course you can have ikiwiki write the wrapper to post-update.ikiwiki
|
|
|
|
> and then just call that from the real post-update script. What I do if I
|
|
|
|
> need to also notify cia or what have you. --[[Joey]]
|
2008-03-18 10:41:00 +01:00
|
|
|
|
|
|
|
[[Convinced|done]], --[[madduck]]
|