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

100 character file name limit in tarballs #9

Closed
beef331 opened this issue Feb 10, 2021 · 1 comment
Closed

100 character file name limit in tarballs #9

beef331 opened this issue Feb 10, 2021 · 1 comment

Comments

@beef331
Copy link

beef331 commented Feb 10, 2021

Currently tarballs cannot have more than 100 characters. Resulting in an error.

@guzba
Copy link
Owner

guzba commented Jul 11, 2021

Longer file paths in tarballs should work now. Tagged in 0.6.2.

The standard ustar tar file format limits still apply: each path chunk must be < 100 characters and each prefix path to a file name must be < 155 characters.

Ex: a/b/c.txt
a, b, and c.txt must individually be < 100 characters long
a/b must be < 155 characters long

@guzba guzba closed this as completed Jul 11, 2021
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

No branches or pull requests

2 participants