Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove duplicate files on case-insensitive filesystem. #530

Closed
wants to merge 1 commit into from

Conversation

fiadliel
Copy link
Contributor

When checking out this project on MacOS, the following warning appears:

warning: the following paths have collided (e.g. case-sensitive paths
on a case-insensitive filesystem) and only one from the same
colliding group is in the working tree:

'amazonka-iot/fixture/CreateCertificateFromCSR.yaml'
'amazonka-iot/fixture/CreateCertificateFromCsr.yaml'
'amazonka-iot/fixture/CreateCertificateFromCSRResponse.proto'
'amazonka-iot/fixture/CreateCertificateFromCsrResponse.proto'

In addition, nix-prefetch-git returns a different SHA256 hash on Linux, or MacOS, because the state of the checked out directory is different (two files are missing on MacOS because of the collision).

This commit keeps the files with the capitalization from tests.

When checking out this project on MacOS, the following warning
appears:
> warning: the following paths have collided (e.g. case-sensitive paths
> on a case-insensitive filesystem) and only one from the same
> colliding group is in the working tree:
>
>   'amazonka-iot/fixture/CreateCertificateFromCSR.yaml'
>   'amazonka-iot/fixture/CreateCertificateFromCsr.yaml'
>   'amazonka-iot/fixture/CreateCertificateFromCSRResponse.proto'
>   'amazonka-iot/fixture/CreateCertificateFromCsrResponse.proto'

In addition, `nix-prefetch-git` returns a different SHA256 hash
on Linux, or MacOS, because the state of the checked out directory
is different (two files are missing on MacOS because of the
collision).

This commit keeps the files with the capitalization from tests.
@fiadliel
Copy link
Contributor Author

Duplicate of #500

@fiadliel fiadliel closed this May 21, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant