Whamcloud - gitweb
LU-10201 tests: Fix overly greedy grep in conf_sanity test 20
[fs/lustre-release.git] / README
1 Instructions for building, configuring and running Lustre:
2     https://wiki.hpdd.intel.com/display/PUB/Building+Lustre+from+Source
3 and
4     https://wiki.hpdd.intel.com/display/PUB/Getting+started+with+Lustre.
5
6 Instructions for contributing patches for Lustre:
7     https://wiki.hpdd.intel.com/display/PUB/Submitting+Changes
8 and
9     https://wiki.hpdd.intel.com/display/PUB/Using+Gerrit
10
11 The Lustre Coding Style Guidelines can be found at:
12     https://wiki.hpdd.intel.com/display/PUB/Coding+Guidelines
13
14 The Lustre Test Script Style Guidelines can be found at:
15     https://wiki.hpdd.intel.com/display/PUB/Test+Coding+Style
16
17 In order to improve the quality of patches submitted to the Lustre tree,
18 it is possible to automatically check every patch and commit against the
19 Lustre Coding Guidelines.  To do this, run in the top-level lustre/ tree:
20
21     cd .git/hooks
22     ln -s ../../contrib/git-hooks/{prepare-,}commit-msg ./
23     cd ../..