Skip to content

fix(install): honor Ctrl-C during a bottle download - #887

Merged
indaco merged 2 commits into
mainfrom
fix/honor-ctrl-c-during-bottle-download
Aug 21, 2026
Merged

fix(install): honor Ctrl-C during a bottle download#887
indaco merged 2 commits into
mainfrom
fix/honor-ctrl-c-during-bottle-download

Conversation

@indaco

@indaco indaco commented Aug 21, 2026

Copy link
Copy Markdown
Owner

Description

Pressing Ctrl-C during a bottle download did not stop it. Every in-flight formula re-dialled the registry twice more, then reported the user's own interruption as a download failure - up to ~15s late per formula, and blamed on the network. install, install --download-only and upgrade share the loop, so all three behaved this way.

The download now stops at the attempt in flight, and a cancelled run reports the interruption once instead of a list of download failures. --download-only said nothing about being interrupted at all; it does now.

Related Issue

  • None

Notes for Reviewers

  • None

@indaco
indaco force-pushed the fix/honor-ctrl-c-during-bottle-download branch from 2ea8553 to 47b124c Compare August 21, 2026 19:02
@indaco
indaco merged commit 9992b99 into main Aug 21, 2026
3 checks passed
@indaco
indaco deleted the fix/honor-ctrl-c-during-bottle-download branch August 21, 2026 19:58
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