mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
make-snapshot: Do not save extra file attributes
Extra file attributes (uid/gid and atime) make the packaged zip file unstable.
This commit is contained in:
parent
5f35b8ca30
commit
7fe7dec7e5
1 changed files with 1 additions and 1 deletions
|
@ -49,7 +49,7 @@ PACKAGES = {
|
|||
"bzip" => %w".tar.bz2 bzip2 -c",
|
||||
"gzip" => %w".tar.gz gzip -c",
|
||||
"xz" => %w".tar.xz xz -c",
|
||||
"zip" => %w".zip zip -qr",
|
||||
"zip" => %w".zip zip -Xqr",
|
||||
}
|
||||
DEFAULT_PACKAGES = PACKAGES.keys - ["tar"]
|
||||
if system("7z", out: IO::NULL)
|
||||
|
|
Loading…
Reference in a new issue