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

chore(wrappers/publish) ensure Apache has access to symlinked folders #819

Conversation

dduportal
Copy link
Contributor

@dduportal dduportal commented Nov 6, 2024

Related to jenkins-infra/helpdesk#4375

This PR aims at fixing the issue:

  • azcopy sync does not provide any symlink option
  • We cannot use azcopy copy (which has symlinks options)

So we take advantage of rsync to do the "symlink dereferencing" for us.

Note: the impact in timing can be ignored as this task is in parallel of S3 which takes WAY more time

Copy link
Contributor

@smerle33 smerle33 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🚀

@dduportal dduportal marked this pull request as ready for review November 6, 2024 10:33
@dduportal dduportal merged commit 548b8d5 into jenkins-infra:master Nov 6, 2024
2 checks passed
@dduportal dduportal deleted the chore/wrappers/publish/azcopy-follow-symlinks branch November 6, 2024 10:34
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.

2 participants