Skip to content

Commit ad30b36

Browse files
ofaalandAndreas Dilger
authored andcommitted
LU-930 misc: update README path to git hooks
Update the README file so that the paths given to the git hooks stored in contrib are current. Signed-off-by: Olaf Faaland <[email protected]> Change-Id: If864751d88ad54de629a1cda9d1ba6f2089ecd69 Reviewed-on: http://review.whamcloud.com/13428 Tested-by: Jenkins Tested-by: Maloo <[email protected]> Reviewed-by: Andreas Dilger <[email protected]>
1 parent 193987f commit ad30b36

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,6 @@ In order to improve the quality of patches submitted to the Lustre tree,
1818
it is possible to automatically check every patch and commit against the
1919
Lustre Coding Guidelines. To do this, run in the top-level lustre/ tree:
2020

21-
cp build/{prepare-,}commit-msg .git/hooks/
21+
cd .git/hooks
22+
ln -s ../../contrib/git-hooks/{prepare-,}commit-msg ./
23+
cd ../..

0 commit comments

Comments
 (0)