-
Notifications
You must be signed in to change notification settings - Fork 2
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
Requires gpg keys to use buildcache as a normal user #47
Comments
It looks like we just need to make sure that ccspapp exports the public gpg key when creating the buildcache, then third parties can use it. https://spack.readthedocs.io/en/latest/command_index.html#spack-gpg-export
(To read https://spack.readthedocs.io/en/latest/signing.html in case anything else we need to know). |
Current code for creating a spack site says:
|
See also issue #28 |
It isn't failing to create the site, it is failing to import the existing packages from the buildcache - because it doesn't have the public gpg key they were signed with. If we export the gpg key into the buildcache with ccspapp (and make sure that the third party user then has that show up in |
At the moment, |
Interesting.
|
Ok, the buildcache's public key exists in |
https://spack.readthedocs.io/en/latest/getting_started.html#trusting-keys Additional keys may be added to the keyring using |
The text was updated successfully, but these errors were encountered: