Fix SHA256 download: follow redirects #132

Merged
techknowlogick merged 2 commits from :fix-sha256 into master 2021-06-18 16:08:07 +00:00
Member

fixes #131

It looks like something in the hosting of dl.gitea.io has changed (@Owners please confirm?), so that requests are redirected to https://storage.gitea.io/gitea-artifacts/...
The binary downloads are not affected, as wget is used which follows redirects by default.

edit: Is the redirect URI the new canonical location? In that case it would make more sense to update the base URL instead..

fixes #131 It looks like something in the hosting of dl.gitea.io has changed (@Owners please confirm?), so that requests are redirected to `https://storage.gitea.io/gitea-artifacts/...` The binary downloads are not affected, as `wget` is used which follows redirects by default. edit: Is the redirect URI the new canonical location? In that case it would make more sense to update the base URL instead..
noerw added 2 commits 2021-06-18 14:23:13 +00:00
techknowlogick approved these changes 2021-06-18 14:31:31 +00:00

yeah, due to a service offering change from one of our sponsors we had to change the how the files were stored.

edit: because the privacy settings on the files, dl.gitea generates a signed URL, and if we pointed directly at storage.gitea there would be failed downloads due to lack of read permissions.

yeah, due to a service offering change from one of our sponsors we had to change the how the files were stored. edit: because the privacy settings on the files, dl.gitea generates a signed URL, and if we pointed directly at storage.gitea there would be failed downloads due to lack of read permissions.
techknowlogick merged commit 1a1827ae91 into master 2021-06-18 16:08:07 +00:00
noerw deleted branch fix-sha256 2021-06-18 17:05:40 +00:00
Sign in to join this conversation.
No description provided.