-
Andreas Dilger authored
Don't automatically install the Git commit hooks for checking code and commit message style into .git/hooks/{prepare-,}commit-msg. This should be done manually by the developer and/or checked when the patch is pushed to Gerrit. Signed-off-by:
Andreas Dilger <andreas.dilger@intel.com> Change-Id: Ie44be3baa5f04eb71a3d7f76556c455fd5fa7052 Reviewed-on: http://review.whamcloud.com/7046 Reviewed-by:
Ned Bass <bass6@llnl.gov> Tested-by: Hudson Tested-by:
Maloo <whamcloud.maloo@gmail.com> Reviewed-by:
Christopher J. Morrone <chris.morrone.llnl@gmail.com> Reviewed-by:
Oleg Drokin <oleg.drokin@intel.com>
Andreas Dilger authoredDon't automatically install the Git commit hooks for checking code and commit message style into .git/hooks/{prepare-,}commit-msg. This should be done manually by the developer and/or checked when the patch is pushed to Gerrit. Signed-off-by:
Andreas Dilger <andreas.dilger@intel.com> Change-Id: Ie44be3baa5f04eb71a3d7f76556c455fd5fa7052 Reviewed-on: http://review.whamcloud.com/7046 Reviewed-by:
Ned Bass <bass6@llnl.gov> Tested-by: Hudson Tested-by:
Maloo <whamcloud.maloo@gmail.com> Reviewed-by:
Christopher J. Morrone <chris.morrone.llnl@gmail.com> Reviewed-by:
Oleg Drokin <oleg.drokin@intel.com>
To learn more about this project, read the wiki.
README 887 B
Instructions for building, configuring and running Lustre: https://wiki.hpdd.intel.com/display/PUB/Building+Lustre+from+Source and https://wiki.hpdd.intel.com/display/PUB/Getting+started+with+Lustre. Instructions for contributing patches for Lustre: https://wiki.hpdd.intel.com/display/PUB/Submitting+Changes and https://wiki.hpdd.intel.com/display/PUB/Using+Gerrit The Lustre Coding Style Guidelines can be found at: https://wiki.hpdd.intel.com/display/PUB/Coding+Guidelines The Lustre Test Script Style Guidelines can be found at: https://wiki.hpdd.intel.com/display/PUB/Test+Coding+Style In order to improve the quality of patches submitted to the Lustre tree, it is possible to automatically check every patch and commit against the Lustre Coding Guidelines. To do this, run in the top-level lustre/ tree: cp build/{prepare-,}commit-msg .git/hooks/