-
Notifications
You must be signed in to change notification settings - Fork 70
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
Also try keyserver.ubuntu.com for MySQL key #488
Conversation
integration_test/third_party_apps_data/applications/mysql/debian_ubuntu/install
Outdated
Show resolved
Hide resolved
integration_test/third_party_apps_data/applications/mysql/debian_ubuntu/install
Outdated
Show resolved
Hide resolved
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.
LGTM
Honestly you should just switch wholesale; (Or better, you should import the key from an https URL instead of using a keyserver) |
Quentin, I'm not having luck finding such a URL and I'm not sure how to pass one in even if I found it. I feel like progress on this PR has stalled and I could use some more help from you to get it going again, or I could merge it as is and admit that it's not the best possible implementation and we can fix it later if needed. Which would you prefer? |
The first bullet point at https://dev.mysql.com/doc/mysql-apt-repo-quick-guide/en/#repo-qg-apt-repo-manual-setup says
I agree that I can't seem to find that as a separate file directly... one option would be
Another option appears to be to just install https://dev.mysql.com/get/mysql-apt-config_0.8.22-1_all.deb which will configure the apt repo and load the appropriate key. |
Tests all passed and it's up to date with master. This is a substantial improvement that'll help avoid many test failures so I'll go ahead and merge it now. If there are any outstanding threads of discussion here then a follow-up PR would be appropriate. |
Yes, there are two suggestions above for making this more reliable that are waiting for reply. |
I'm taking those suggestions under consideration in #510. |
This is to help with the occasional flake where pgp.mit.edu is inaccessible.