We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
~> sudo xbps-install -Sv 1 12/23/23 21:42:57 PM [*] Updating repository `https://mirror.sjtu.edu.cn/voidlinux/current/x86_64-repodata' ... ERROR: [reposync] failed to fetch file `https://mirror.sjtu.edu.cn/voidlinux/current/x86_64-repodata': Permanent Redirect [*] Updating repository `https://mirror.sjtu.edu.cn/voidlinux/current/multilib/nonfree/x86_64-repodata' ... ERROR: [reposync] failed to fetch file `https://mirror.sjtu.edu.cn/voidlinux/current/multilib/nonfree/x86_64-repodata': Permanent Redirect [*] Updating repository `https://mirror.sjtu.edu.cn/voidlinux/current/multilib/x86_64-repodata' ... ERROR: [reposync] failed to fetch file `https://mirror.sjtu.edu.cn/voidlinux/current/multilib/x86_64-repodata': Permanent Redirect [*] Updating repository `https://mirror.sjtu.edu.cn/voidlinux/current/nonfree/x86_64-repodata' ... ERROR: [reposync] failed to fetch file `https://mirror.sjtu.edu.cn/voidlinux/current/nonfree/x86_64-repodata': Permanent Redirect ~>
(mirror.sjtu.edu.cn is now using HTTP 302 to work around this issue)
mirror.sjtu.edu.cn
xbps should follow HTTP 308 redirects.
xbps/lib/fetch/http.c
Lines 111 to 115 in b75e151
I believe we can solve this issue by adding HTTP_PERM_REDIRECT to HTTP_REDIRECT.
HTTP_PERM_REDIRECT
HTTP_REDIRECT
Possible PR to blame: 90eb1d9
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Problem
(
mirror.sjtu.edu.cn
is now using HTTP 302 to work around this issue)Expected behavior
xbps should follow HTTP 308 redirects.
Suspected cause
xbps/lib/fetch/http.c
Lines 111 to 115 in b75e151
I believe we can solve this issue by adding
HTTP_PERM_REDIRECT
toHTTP_REDIRECT
.Possible PR to blame: 90eb1d9
The text was updated successfully, but these errors were encountered: