Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Add Coding Guidelines to summary

...

Changes submitted to to the release branch without the Signed-off-by: line will be rejected.

Commit comment format

...

Push the change to the fs/lustre-release repository for inspection and eventual submittal submission to the master branch:

Code Block
git push origin HEAD:refs/for/master

...

  1. Test and commit your patch locally.
  2. Verify patch follows Lustre Coding Guidelines with git show | build/checkpatch.pl -
  3. Push your patch to Gerrit for inspection, and specify two inspectors.
  4. Test your patch on real cluster and upload your test results to Maloo.
  5. Add a comment on Gerrit with the Maloo link to indicate that the patch works.
  6. Add the branch gatekeeper as inspector on Gerrit to notify him/her that the patch is ready.
  7. The branch gatekeeper will review the patch, confirm the test results, and submit it when everything goes well.
  8. If the submission failed due to conflict(s), the gatekeeper will ask you to rebase your patch with the target branch and repeat above steps.
  9. If your patch is useful for other branch(es), please repeat above steps against corresponding branch(es).