Skip to content
Snippets Groups Projects
Verified Commit 20cf093f authored by micah's avatar micah Committed by meskio
Browse files

Remove .git from gitlab dependency to fix redirect loop.

When renovate attempts to process the dependencies for lyrebird, it attempts to
go to: https://gitlab.com/yawning/edwards25519-extra.git?go-get=1. For some
reason, that produces a redirect loop in gitlab, and it causes the renovate run
to fail after a redirect limit is reached. You can see the redirect yourself by
visiting that URL in your browser.

With this change, by simply removing the .git at the end, renovate would visit
https://gitlab.com/yawning/edwards25519-extra?go-get=1 and that does not produce
a redirect loop.
parent fc78a65f
No related branches found
Tags debian-version-0.1.1.16-rc-1
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment