Skip to content

fix(tempoup): fetch GPG key over HTTPS instead of HKP#3356

Open
brendanjryan wants to merge 1 commit intomainfrom
fix/tempoup-gpg-https-fetch
Open

fix(tempoup): fetch GPG key over HTTPS instead of HKP#3356
brendanjryan wants to merge 1 commit intomainfrom
fix/tempoup-gpg-https-fetch

Conversation

@brendanjryan
Copy link
Copy Markdown
Contributor

@brendanjryan brendanjryan commented Mar 28, 2026

`gpg --recv-keys` uses HKP which can hang indefinitely on some macOS/network setups, causing the installer to freeze at "Fetching Tempo release signing key...".

Bumps installer version to 0.0.8.

gpg --recv-keys uses HKP which can hang indefinitely on some
macOS/network setups. Fetch the key via HTTPS (curl) instead,
which is fast and reliable. Removes the hard dependency on HKP
keyserver connectivity.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant