tsuru icon indicating copy to clipboard operation
tsuru copied to clipboard

Client 0.17.1 copies the symlink instead of the linked file

Open cirocavani opened this issue 9 years ago • 1 comments

I have a symlink to a file in another folder out of deploy image. Using 'tsuru app-deploy', the image created had a 'local' copy of that file.

With 0.17.1, the behavior has changed to copy only the link (not the file), breaking deployment.

cirocavani avatar Sep 04 '15 20:09 cirocavani

It's a side effect of this commit tsuru/tsuru-client@5febbbffcb684981a5fb8c084fa13ad69e17664e Before that, tsuru client used to create hard link instead of symlink.

I think we can add --follow-link flag in tsuru app-deploy to follow symlink.

tarsisazevedo avatar Sep 04 '15 20:09 tarsisazevedo

This issue is 2019 days old, marking as stale! cc: @cirocavani

github-actions[bot] avatar Sep 16 '22 17:09 github-actions[bot]