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
In the last few days we have started seeing redirect issues when running build.sh
16:44:20 #13 23.39 + git clone https://github.com/imeyer/runit-rpm runit-rpm 16:44:20 #13 23.44 Cloning into 'runit-rpm'... 16:44:20 #13 23.86 + cd ./runit-rpm 16:44:20 #13 23.86 + ./build.sh 16:44:20 #13 24.34 Getting http://smarden.org/runit/runit-2.1.2.tar.gz to /root/rpmbuild/SOURCES/runit-2.1.2.tar.gz 16:44:21 #13 24.36 % Total % Received % Xferd Average Speed Time Time Time Current 16:44:21 #13 24.36 Dload Upload Total Spent Left Speed 16:44:21 #13 24.36 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 ..... 0 0 0 0 0 0 0 0 --:--:-- 0:00:07 --:--:-- 0 16:44:28 #13 31.51 curl: (47) Maximum (50) redirects followed
If we use the https location of the file then it works without issue. This looks like it might be associated with the SSL configuration on http://smarden.org - ref https://developers.cloudflare.com/ssl/troubleshooting/too-many-redirects/
https
Ignoring the issue would you consider updating your code so that it uses https over http in https://github.com/imeyer/runit-rpm/blob/master/runit.spec#L22 which is general good practice now.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
In the last few days we have started seeing redirect issues when running build.sh
If we use the
https
location of the file then it works without issue. This looks like it might be associated with the SSL configuration on http://smarden.org - ref https://developers.cloudflare.com/ssl/troubleshooting/too-many-redirects/Ignoring the issue would you consider updating your code so that it uses https over http in https://github.com/imeyer/runit-rpm/blob/master/runit.spec#L22 which is general good practice now.
The text was updated successfully, but these errors were encountered: