Simplify the tarball generating scripts
authorHu Keping <hukeping@huawei.com>
Wed, 9 Sep 2020 16:01:17 +0000 (16:01 +0000)
committerRichard Levitte <levitte@openssl.org>
Thu, 24 Sep 2020 06:03:00 +0000 (08:03 +0200)
commit3eb99601b148e0019905b660d344508cccfc6943
tree3fca3d48eaa1bd7ed9e614136209d15ea95e9f35
parentb0614f0ae3c33182ad184dc82056b22aebf42956
Simplify the tarball generating scripts

As per discussed in issue #12364 [1], since the format of git archive is
inferred from the output file, it's safe to remove the pipe for gzip.

[1] https://github.com/openssl/openssl/issues/12364

Fixes #12364

Signed-off-by: Hu Keping <hukeping@huawei.com>
Reviewed-by: Tim Hudson <tjh@openssl.org>
Reviewed-by: Richard Levitte <levitte@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/12841)
util/mktar.sh