From 97bd5c5c96d99e32995cdb99f9bcb38768c2d2bc Mon Sep 17 00:00:00 2001 From: Sitaram Chamarty Date: Tue, 15 Nov 2011 14:07:53 +0530 Subject: [PATCH] (minor) fix hooklet setup instructions --- hooks/common/update.secondary.sample | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/hooks/common/update.secondary.sample b/hooks/common/update.secondary.sample index aabe7f0..cc6ac98 100644 --- a/hooks/common/update.secondary.sample +++ b/hooks/common/update.secondary.sample @@ -6,14 +6,14 @@ # HOW TO USE: -# (1) clone gitolite as you would for an upgrade (or install) -# (2) rename this file to remove the .sample extension -# (3) make the renamed file executable (chmod +x) -# (4) create a directory called update.secondary.d in hooks/common +# (1) rename this file to remove the .sample extension +# (2) make the renamed file executable (chmod +x) +# (3) put it in ~/.gitolite/hooks/common on the server +# (4) create a directory called update.secondary.d in the same place # (5) copy all the update "hooklets" you want (like update.detect-dup-pubkeys) # from contrib or wherever, to that directory # (6) make them also executable (chmod +x) -# (7) install/upgrade gitolite as normal so all these files go to the server +# (7) run gl-setup # rules for writing a hooklet are in the sample hooklet called # "update.detect-dup-pubkeys" in contrib