X-Git-Url: https://sipb.mit.edu/gitweb.cgi/ikiwiki.git/blobdiff_plain/2b7a003794537ebf8e02f122cc2743834b47a396..6191f3fbb9e0189276f84e15b9582fbd352b7a9b:/ikiwiki-makerepo diff --git a/ikiwiki-makerepo b/ikiwiki-makerepo index bf33a3a80..aca8da153 100755 --- a/ikiwiki-makerepo +++ b/ikiwiki-makerepo @@ -45,38 +45,12 @@ cvs) exit 1 fi cvs -Q -d "$repository" init - cat > "$repository/CVSROOT/post-commit-wrapper" </dev/null 2>&1 -} - -main() { - exists_ikiwiki_post_commit_hook || exit 0 - called_with_exactly_one_dir "\$@" && exit 0 - # Return from commit and relinquish write lock. ikiwiki post-commit - # wants to "cvs update", which wants to take a read lock. - \$IKIWIKI_POST_COMMIT_HOOK & - return 0 -} - -main "\$@" -exit \$? -EOF - chmod +x "$repository/CVSROOT/post-commit-wrapper" cd "$srcdir"/.. cvs -Q -d "$repository" get -P CVSROOT cd CVSROOT echo .ikiwiki >> cvsignore cvs -Q add cvsignore - echo "^ikiwiki $repository/CVSROOT/post-commit-wrapper %{sVv}" >> loginfo + echo "^ikiwiki $repository/CVSROOT/post-commit %{sVv} &" >> loginfo cvs -Q commit -m "ikiwiki-makerepo setup" cvsignore loginfo cd .. rm -rf CVSROOT