Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upzimwriterfs fails when processing a soft-link for CSS file #16
Labels
Comments
|
Relocated from https://github.com/wikimedia/openzim/issues/9 |
|
This is a bug in zimwriterfs, not in the zimlib. |
|
This issue was moved to openzim/zimwriterfs#9 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Here's what I know, the bug may be more general or very specific to my case. More testing could help identify the extent, for instance to see if the same behavior happens when using soft-links for images, html, etc.
Ingredients:
./Ain thedistfolderln -sfor style.css:ln -s style.css A/style.cssUsing a soft-link (
ln -s source-file destination-file) causedzimwriterfsto report and error and fail as follows:Copying the file and then re-running the identical
zimwriterfscommand worked (I had to delete the soft-link first).