-
Notifications
You must be signed in to change notification settings - Fork 209
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
Fixed parallel installation issues #187
Conversation
👍 |
Fixed parallel installation issues
thanks! |
since applying this I'm seeing new random errors in Travis about tar/gz, as if the module was not downloaded correctly
|
Yeah, I see it too, but is it related to --module_working_dir? |
Ha, you have troubles with apt package too |
Looks like it's over. I suppose, it was a puppet forge temporary problems. Currently I've got no such a trouble over the last 24h having intensive parallel project builds. Could you check and confirm this restarting your builds? |
This is causing path length issues in Windows (the dreaded 260 character "feature"). Turns out Ruby does support Win32 File Namespaces ( |
Fixed parallel
librarian-puppet install
run issues such as: #132 or https://tickets.puppetlabs.com/browse/PUP-1609This issued caused by shared module cache directory, so when one process cleanups it, the other one can not get its cached files anymore.