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

batchspawner/batchspawner: Don't use -o pipefail in /bin/sh scripts #189

Merged
merged 1 commit into from
Aug 7, 2020

Conversation

rkdarst
Copy link
Contributor

@rkdarst rkdarst commented Aug 5, 2020

- `-o pipefail` is a bashism, so that the spawner scripts that use
  `/bin/sh` can't possibly work if it's not linked to bash.  As a
  immediate workaround, remove the option on the non-bash scripts.  A
  long-term plan will come later.
- Closes: jupyterhub#184, Discussion: jupyterhub#184
- Fixes up: jupyterhub#177
- Follow-up in: jupyterhub#188
@mbmilligan mbmilligan merged commit d41dfc0 into jupyterhub:master Aug 7, 2020
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.

-o pipefail is a bashism
2 participants