]> sipb.mit.edu Git - ikiwiki.git/commitdiff
Details about gitolite integration
authorspalax <spalax@web>
Fri, 9 May 2014 20:33:12 +0000 (16:33 -0400)
committeradmin <admin@branchable.com>
Fri, 9 May 2014 20:33:12 +0000 (16:33 -0400)
doc/tips/Hosting_Ikiwiki_and_master_git_repository_on_different_machines.mdwn

index af4438bd5f6ac4f64cb443c6cfa3ba52e12da4f0..6bbaf3e6e818e2e286c0cf9d357c9b03f649e146 100644 (file)
@@ -150,6 +150,6 @@ the IkiWiki machine, and here is the deadlock. Explanations of the command:
   the git machine by the corresponding manipulations using gitolite.
     * With gitolite, you can use this line in a `post-update` hook:
 
-        `[ x"$GL_USER" = x"`*`gitolite-user`*`" ] || wget ...`
+        `[ x"$GL_USER" = x"`*`gitolite-user`*`" ] || wget ...` where *gitolite-user* is the name of the public key registered through gitolite.
 
-        thus, you filter out precisely the events that originate from the server-to-be-pinged, no matter what the commit id says. (For example, if you push commits you created on a local CGI ikiwiki, they'd be called '@web' as well).
+        Thus, you filter out precisely the events that originate from the server-to-be-pinged, no matter what the commit id says. (For example, if you push commits you created on a local CGI ikiwiki, they'd be called '@web' as well).