Skip to content
Snippets Groups Projects
user avatar
Joe Grund authored
Add patch requirement to lustre-dkms.spec.in
as it (or quilt) are needed for lustre-build-ldiskfs.

  - Add requires patch.

Lustre-change: https://review.whamcloud.com/#/c/32431/


Lustre-commit: ea52ed90e1ea079b269351a98d86ad6b06273df1

Change-Id: I640bae382511502c02a0237694c93c304047f339
Signed-off-by: default avatarJoe Grund <joe.grund@intel.com>
Signed-off-by: default avatarMinh Diep <minh.diep@intel.com>
Reviewed-on: https://review.whamcloud.com/32450


Reviewed-by: default avatarAndreas Dilger <andreas.dilger@intel.com>
Tested-by: Jenkins
Tested-by: default avatarMaloo <hpdd-maloo@intel.com>
Reviewed-by: default avatarJohn L. Hammond <john.hammond@intel.com>
387ee5e2
History
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:

    cd .git/hooks
    ln -s ../../contrib/git-hooks/{prepare-,}commit-msg ./
    cd ../..