Update CONTRIBUTING.md#524
Closed
XV02 wants to merge 125 commits intoLinearTapeFileSystem:v2.4.8-windows-supportfrom
Closed
Update CONTRIBUTING.md#524XV02 wants to merge 125 commits intoLinearTapeFileSystem:v2.4.8-windows-supportfrom
XV02 wants to merge 125 commits intoLinearTapeFileSystem:v2.4.8-windows-supportfrom
Conversation
This work will be moved forward on `bringup-25` branch for a while. And teh branch will be merged to master in the future.
- Use Debian10 on check build correctly (LinearTapeFileSystem#235) - Fix build checker break on macOS - Remove Ubuntu19(Eoan) because it is no more supported - Add a description to refresh shared library cache by ldconfig -v
- Fix of issue LinearTapeFileSystem#225 - Remove accidental committed files
Treat errno 95 on ltfs_ordered_copy to support destination file system which doesn't support xattr. Fix LinearTapeFileSystem#236, LinearTapeFileSystem#243
This change also includes following changes. - Remove warning on RHEL8 - Enhance message checker to support RHEL8 - Improve auto build checker in macOS and RHEL8 (use message checker) - Fix unknown messages
- Introduce generic logselect issue I/F via EA by ltfs.vendor.IBM.logPage.XX.YY - XX shall be a hex value like A0 as page code. YY XX shall be a hex value like 60 as subpage code - Once LTFS receives a correct VEA, XX and YY can be converted by strroul() with base=16, LTFS always issues logsense to the drive and return the specified page by binary
- Introduce generic MAM fields capture I/F via ltfs.vendor.IBM.mediaMAM.XX - XX shall be one of 00, 01 , IP or DP - The new introduced VEA returns the MAM value by binary. You need to parse it by yourself
…em#276) * Handle copy 0-byte file correctly * Fix the problem when only one file are specified as a source and `--keep-tree` is specified * Fix the destination path for copying EAs * Modify .gitignore
Co-authored-by: Atsushi Abe <piste@jp.ibm.com>
Added Naming conventions for branches and commits to the Contributing markdown file.
piste-jp
suggested changes
May 29, 2025
Contributor
piste-jp
left a comment
There was a problem hiding this comment.
I strongly disagree with this PR.
DO NOT change current development process without any discussion with members of this project!!!!
First of all, you MUST open issue and make hearing about your idea.
Author
|
Turning into draft until we reach an agreement with the community contributors. |
Author
|
Closed due to merge conflicts for an easy change, will be opening a new PR. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary of changes
This pull request includes following changes.
Description
Added Naming conventions for branches and commits to the Contributing markdown file.
Closes #526
Related #460
Related #515
Type of change
Checklist: