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

Update ghc-musl-test-dep repo URL #20

Merged
merged 1 commit into from
Mar 26, 2022

Conversation

TravisCardwell
Copy link
Collaborator

GitHub no longer allows unauthenticated use of the git:// protocol, so https:// should be used instead.

Reference: https://github.blog/2021-09-01-improving-git-protocol-security-github/

This commit also removes the stack.yaml.lock file, which includes references to the git:// URLs. It is not needed.


Without this change, the +test-stack target fails with the following error:

         +test-stack *failed* | Cloning into '/tmp/with-repo1/cloned'...
         +test-stack *failed* | fatal: remote error: 
         +test-stack *failed* |   The unauthenticated git protocol on port 9418 is no longer supported.
         +test-stack *failed* | Please see https://github.blog/2021-09-01-improving-git-protocol-security-github/ for more information.

GitHub no longer allows unauthenticated use of the `git://` protocol, so
`https://` should be used instead.

Reference:
<https://github.blog/2021-09-01-improving-git-protocol-security-github/>

This commit also removes the `stack.yaml.lock` file, which includes
references to the `git://` URLs.  It is not needed.
@utdemir
Copy link
Owner

utdemir commented Mar 26, 2022

Thanks!

@utdemir utdemir merged commit 44500e4 into utdemir:main Mar 26, 2022
@utdemir utdemir mentioned this pull request Mar 26, 2022
@TravisCardwell TravisCardwell deleted the github-git-url branch March 28, 2022 00:28
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.

2 participants