[cpackget] --concurrent-downloads
(default 5) corrupts downloaded *.pdsc files
#197
Labels
bug
Something isn't working
Describe the bug
When running "update-index -a" (where -a option skips already installed files, if an update is necessary, this is done in the next step) some files are not written into .Web folder. It seems they get downloaded to .Download, but the file move to .Web fails.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
All files that do exist in index.pidx but not in .Web folder should be added
Environment
Additional context
Adding the option "-C 0" (disable concurrency) seems to solve the issue for "update-index -a", which means this can be related to concurrency in file operations
The text was updated successfully, but these errors were encountered: