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

Named pipe prevents deployment #112

Closed
tomberek opened this issue Oct 31, 2016 · 3 comments
Closed

Named pipe prevents deployment #112

tomberek opened this issue Oct 31, 2016 · 3 comments
Assignees

Comments

@tomberek
Copy link

A fifo file in the root prevents deployment, likely waiting for fifo output. Suggest checking for filetype before reading contents.

@OlliV
Copy link
Contributor

OlliV commented Nov 1, 2016

Hi,
What's your use case? Do you want to use the pipe for transferring data to now, ignore the file, or do you need the pipe file in your deployment?

@OlliV OlliV self-assigned this Nov 1, 2016
@tomberek
Copy link
Author

tomberek commented Nov 1, 2016

I was testing something else and happened to have the fifo in the folder. Then deployment just would get stuck (presumably waiting on a fifo read). I'd suggest ignoring it.

OlliV added a commit that referenced this issue Nov 1, 2016
@rase- rase- closed this as completed in #115 Nov 1, 2016
rase- pushed a commit that referenced this issue Nov 1, 2016
@OlliV OlliV reopened this Nov 14, 2016
@OlliV
Copy link
Contributor

OlliV commented Nov 14, 2016

#128

OlliV added a commit that referenced this issue Nov 15, 2016
OlliV added a commit that referenced this issue Nov 15, 2016
Currently glob patterns are not parsed when selecting files to be
uploaded.

Fixes #127
Fixes #112
@leo leo closed this as completed in #130 Nov 18, 2016
leo pushed a commit that referenced this issue Nov 18, 2016
* Revert "Ignore special files on deploy (#115)"

This reverts commit 1de3b40.
Fixes #127

* Parse glob patterns and ignore special files

Currently glob patterns are not parsed when selecting files to be
uploaded.

Fixes #127
Fixes #112

* Include dot files in matches

* Fix resolving of the glob promise array
TooTallNate pushed a commit that referenced this issue Aug 23, 2019
* replace RANDOMNESS_PLACEHOLDER in all files

* [wip] test for now/lambda

* fix for lambda test

* testDeployment to return { deploymentId, deploymentUrl }
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

No branches or pull requests

2 participants