Commit d7e7a70
Use GNU tar format by default.
The default PAX format has issues with long file paths. If the complete path to
a file, including the package_dir prefix, exceeds 100 characters, Python will
incorrectly truncate it so the resulting path within the tar file does not have
the package_dir prefix. For example:
File: path/to/file.txt
Package dir: my_dir
Expected path: my_dir/path/to/file.txt
Resulting path: path/to/file.txt (if expected path > 100 chars)1 parent a9bd96e commit d7e7a70
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
247 | 247 | | |
248 | 248 | | |
249 | 249 | | |
250 | | - | |
| 250 | + | |
251 | 251 | | |
252 | 252 | | |
253 | 253 | | |
| |||
0 commit comments