Skip to content
Snippets Groups Projects
Commit 7302dd83 authored by eugeneswalker's avatar eugeneswalker Committed by Todd Gamblin
Browse files

allow GNUPGHOME to come from SPACK_GNUPGHOME in env, if set (#17139)

parent 0f25462e
No related branches found
No related tags found
No related merge requests found
......@@ -13,7 +13,7 @@
_gnupg_version_re = r"^gpg \(GnuPG\) (.*)$"
GNUPGHOME = spack.paths.gpg_path
GNUPGHOME = os.getenv('SPACK_GNUPGHOME', spack.paths.gpg_path)
def parse_keys_output(output):
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment