Perl / perl5

🐪 The Perl programming language
https://dev.perl.org/perl5/
Other
1.88k stars 530 forks source link

makerel should always set --format=ustar #22245

Open haarg opened 1 month ago

haarg commented 1 month ago

Everything we need from the release tarball should be compatible with ustar. Setting ustar will eliminate all of the extra header files that may be produced by tar including extended attributes that we don't need.

This is more reliable than trying to set COPYFILE_DISABLE (on macOS) or similar methods.

jkeenan commented 3 weeks ago

Everything we need from the release tarball should be compatible with ustar. Setting ustar will eliminate all of the extra header files that may be produced by tar including extended attributes that we don't need.

This is more reliable than trying to set COPYFILE_DISABLE (on macOS) or similar methods.

Was this issue created in response to some problem reported on list or in another GH issue?

haarg commented 3 weeks ago

No, just based on things I've seen making perl or CPAN releases.