X-Git-Url: http://git.vanrenterghem.biz/git.ikiwiki.info.git/blobdiff_plain/7351d545d96df3c1359312b1a5b79530fa6ab4fd..094af3d113f375f7faf2abf283615582a9977a65:/ikiwiki.in diff --git a/ikiwiki.in b/ikiwiki.in index f96daab0b..873bde0df 100755 --- a/ikiwiki.in +++ b/ikiwiki.in @@ -183,8 +183,11 @@ sub main () { #{{{ elsif ($config{post_commit} && ! commit_hook_enabled()) { # do nothing } + elsif ($config{test_receive}) { + rcs_test_receive(); + } else { - if (! $config{refresh}) { + if ($config{rebuild}) { debug(gettext("rebuilding wiki..")); } else {