Skip to content
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

asset downloads should be interruptible with ctrl+c #235

Closed
ekcasey opened this issue Jul 10, 2019 · 0 comments · Fixed by #292
Closed

asset downloads should be interruptible with ctrl+c #235

ekcasey opened this issue Jul 10, 2019 · 0 comments · Fixed by #292
Labels
type/bug Issue that reports an unexpected behaviour.
Milestone

Comments

@ekcasey
Copy link
Member

ekcasey commented Jul 10, 2019

pack create-builder

Given pack create-builder is running
When I crtl+c
Then Any asset downloads should be immediately interrupted and the command should exit

pack build

Given pack build --buildpack is running and a buildpack is in the process of downloading
When I crtl+c
Then Any asset downloads should be immediately interrupted and the command should exit

@ekcasey ekcasey added the type/bug Issue that reports an unexpected behaviour. label Jul 10, 2019
@ekcasey ekcasey changed the title pack create-builder should be interruptible with ctrl+c asset downloads should be interruptible with ctrl+c Jul 10, 2019
dgageot added a commit to dgageot/pack that referenced this issue Sep 12, 2019
Fixes buildpacks#235

Signed-off-by: David Gageot <david@gageot.net>
dgageot added a commit to dgageot/pack that referenced this issue Sep 12, 2019
Fixes buildpacks#235

Signed-off-by: David Gageot <david@gageot.net>
dgageot added a commit to dgageot/pack that referenced this issue Sep 12, 2019
Fixes buildpacks#235

Signed-off-by: David Gageot <david@gageot.net>
@jromero jromero added this to the 0.4.0 milestone Sep 13, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type/bug Issue that reports an unexpected behaviour.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants