Skip to content

Fix manifest script SHA HASH when files have different line endings#2278

Merged
LocalIdentity merged 1 commit into
devfrom
fix_manifest-crlf
Jun 24, 2026
Merged

Fix manifest script SHA HASH when files have different line endings#2278
LocalIdentity merged 1 commit into
devfrom
fix_manifest-crlf

Conversation

@LocalIdentity

Copy link
Copy Markdown
Contributor

Description of the problem being solved:

Sometimes when someone is editing a file on their system, the line endings get mixed or change to a different system. PoB expects them to use CRLF so if you hash a file based on different line endings then it can result in the wrong hash and PoB will not download it
We now use a regex to normalise all the lines before hashing so that we always get a CRLF hash

Sometimes when someone is editing a file on their system, the line endings get mixed or change to a different system. PoB expects them to use CRLF so if you hash a file based on different line endings then it can result in the wrong hash and PoB will not download it
We now use a regex to normalise all the lines before hashing so that we always get a CRLF hash
@LocalIdentity LocalIdentity added pob1 Should also be merged into PoB1 Repo technical Hidden from release notes labels Jun 24, 2026
@LocalIdentity LocalIdentity merged commit b1aa8ad into dev Jun 24, 2026
5 checks passed
@LocalIdentity LocalIdentity deleted the fix_manifest-crlf branch June 24, 2026 03:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

pob1 Should also be merged into PoB1 Repo technical Hidden from release notes

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant