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

fix/scripts: replace build assets symlink with copy #11205

Merged
merged 1 commit into from
Oct 24, 2023
Merged

Conversation

kbdharun
Copy link
Member

@kbdharun kbdharun commented Oct 24, 2023

Currently, the assets archive for tldr-pages.en.zip is broken as symlink was used for generating this file from tldr-pages.zip. Seems like symlinking ZIP files are supported only in a handful of file systems, and the file results in an error like this:

image

This PR updates the command to recursively copy the ZIP's contents of tldr-pages.zip to tldr-pages.en.zip under language archives (as suggested in the below issue).

Closes #11121

@kbdharun kbdharun requested a review from acuteenvy October 24, 2023 07:17
@github-actions github-actions bot added the tooling Helper tools, scripts and automated processes. label Oct 24, 2023
Copy link
Member

@Magrid0 Magrid0 left a comment

Choose a reason for hiding this comment

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

Looks good to me

@sebastiaanspeck sebastiaanspeck merged commit a8d6441 into main Oct 24, 2023
@sebastiaanspeck sebastiaanspeck deleted the fix/build.sh branch October 24, 2023 09:17
@acuteenvy acuteenvy removed their request for review October 24, 2023 10:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
tooling Helper tools, scripts and automated processes.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Offer pages as pages.en
3 participants