Photos
Blog
Projects
vanrenterghem.biz
projects
/
git.ikiwiki.info.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
(no commit message)
[git.ikiwiki.info.git]
/
IkiWiki
/
Plugin
/
rsync.pm
diff --git
a/IkiWiki/Plugin/rsync.pm
b/IkiWiki/Plugin/rsync.pm
index 45bff19bd357b6e1a80f239d983f54085c5cec92..1b85ea000120846ca5426e97be3603425e83cb1f 100644
(file)
--- a/
IkiWiki/Plugin/rsync.pm
+++ b/
IkiWiki/Plugin/rsync.pm
@@
-7,7
+7,7
@@
use IkiWiki 3.00;
sub import {
hook(type => "getsetup", id => "rsync", call => \&getsetup);
sub import {
hook(type => "getsetup", id => "rsync", call => \&getsetup);
- hook(type => "
change
", id => "rsync", call => \&postrefresh);
+ hook(type => "
rendered
", id => "rsync", call => \&postrefresh);
hook(type => "delete", id => "rsync", call => \&postrefresh);
}
hook(type => "delete", id => "rsync", call => \&postrefresh);
}
@@
-19,7
+19,7
@@
sub getsetup () {
},
rsync_command => {
type => "string",
},
rsync_command => {
type => "string",
- example => "rsync -qa --delete . user\@host:/path/to/docroot/
--exclude ikiwiki.cgi
",
+ example => "rsync -qa --delete . user\@host:/path/to/docroot/",
description => "command to run to sync updated pages",
safe => 0,
rebuild => 0,
description => "command to run to sync updated pages",
safe => 0,
rebuild => 0,