aboutsummaryrefslogtreecommitdiff
path: root/IkiWiki/Setup
diff options
context:
space:
mode:
authorJoey Hess <joey@kodama.kitenet.net>2008-08-22 00:22:02 -0400
committerJoey Hess <joey@kodama.kitenet.net>2008-08-22 00:22:02 -0400
commit4643233c180044bce1b588751a378ec361b43c54 (patch)
tree0f4851323b16f7babe2a4dc60a4cfe500aaaa400 /IkiWiki/Setup
parentdb73f81258220fb64f96b6ba45793b6ded2861dd (diff)
downloadikiwiki-4643233c180044bce1b588751a378ec361b43c54.tar
ikiwiki-4643233c180044bce1b588751a378ec361b43c54.tar.gz
monotone updates
- Try to configure a wrapper - Fix (?) ikiwiki-makerepo repo name mangling - Add big warning about passphrases - Doc updates
Diffstat (limited to 'IkiWiki/Setup')
-rw-r--r--IkiWiki/Setup/Automator.pm3
1 files changed, 3 insertions, 0 deletions
diff --git a/IkiWiki/Setup/Automator.pm b/IkiWiki/Setup/Automator.pm
index a54b53817..724583761 100644
--- a/IkiWiki/Setup/Automator.pm
+++ b/IkiWiki/Setup/Automator.pm
@@ -52,6 +52,9 @@ sub import (@) { #{{{
elsif ($config{rcs} eq 'svn') {
$config{svn_wrapper}=$config{repository}."/hooks/post-commit";
}
+ elsif ($config{rcs} eq 'monotone') {
+ $config{mtn_wrapper}=$config{srcdir}."_MTN/ikiwiki-netsync-hook";
+ }
elsif ($config{rcs} eq 'bzr') {
# TODO
}