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

HTTP Redirects fail #106

Closed
nathantalewis opened this issue Jun 19, 2023 · 0 comments · Fixed by #107
Closed

HTTP Redirects fail #106

nathantalewis opened this issue Jun 19, 2023 · 0 comments · Fixed by #107

Comments

@nathantalewis
Copy link

It looks like 302 and other redirects aren't being followed, but are instead seen as an error. This is causing a problem with a private repo hosted on github.com which now seems to always return a 302.

http error 302: rubygems.pkg.github.com (RuntimeError)

nathantalewis added a commit to sourcespectrum/bundix that referenced this issue Jun 20, 2023
When a source is redirected, Bundix::Fetcher will follow the redirection
and use the new URL as the source URL. This is useful for sources that
are hosted on GitHub, as GitHub will redirect to a CDN.

Fixes nix-community#106
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 a pull request may close this issue.

1 participant