-
-
Notifications
You must be signed in to change notification settings - Fork 3.2k
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 -> https #4900
http -> https #4900
Conversation
I assume you've checked those download still work ? |
I checked them manually one by one. The version tried to be downloaded in Qt (5.7.1) is not available anymore but that's a separate issue not related to this PR. |
Can you change the qt url to |
@@ -1,6 +1,6 @@ | |||
package=bdb |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Uh... Why is BDB a dependency?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
BDB is still an option in the main CMakefile as well
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I have a branch where the bdb package is removed, but since there are references to it all over the codebase, I think a general removal of it would make more sense.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It's never selected. I'd be fine with it being removed.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is there are a reason for keeping bdb around in the code?
Done. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Reviewed
4f74a31 http -> https (Dimitris Apostolou)
No description provided.