Skip to content

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

Merged
brendanjryan merged 2 commits intomainfrom
fix/tempoup-gpg-https-fetch
Apr 7, 2026
Merged

fix(tempoup): fetch GPG key over HTTPS instead of HKP#3356
brendanjryan merged 2 commits 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.
@brendanjryan brendanjryan added this pull request to the merge queue Apr 7, 2026
@github-merge-queue github-merge-queue bot removed this pull request from the merge queue due to failed status checks Apr 7, 2026
@brendanjryan brendanjryan added this pull request to the merge queue Apr 7, 2026
@github-merge-queue github-merge-queue bot removed this pull request from the merge queue due to failed status checks Apr 7, 2026
@brendanjryan brendanjryan added this pull request to the merge queue Apr 7, 2026
Merged via the queue into main with commit 273ab44 Apr 7, 2026
31 checks passed
@brendanjryan brendanjryan deleted the fix/tempoup-gpg-https-fetch branch April 7, 2026 23:56
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.

2 participants