Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use
gnu
tar format for the bug reports (#4548)
This change enforces the GNU format of tar files instead of the default POSIX.1-2001 pax format. This is necessary because: - the filenames in the bug reports are often longer than the format-portable restriction of 256 characters - the Haskell [library](https://hackage.haskell.org/package/tar-0.6.3.0/changelog) we use to work with tar does not support the pax format. However, it does support the GNU format which also allows long names.
- Loading branch information