You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was working on some automation and discovered the keyring import function was taking a long time to run, even if the gpg keys had already been installed. Looking at the import-release-team-keyring script, I noticed that it doesn't check to see if the key is already installed locally before it queries the keyservers.
I've added a simple check in that function that will bypass the network calls if the key is already installed in the keyring. I'll submit a PR to address this.
The text was updated successfully, but these errors were encountered:
I was working on some automation and discovered the keyring import function was taking a long time to run, even if the gpg keys had already been installed. Looking at the
import-release-team-keyring
script, I noticed that it doesn't check to see if the key is already installed locally before it queries the keyservers.I've added a simple check in that function that will bypass the network calls if the key is already installed in the keyring. I'll submit a PR to address this.
The text was updated successfully, but these errors were encountered: