From: "Sam James" <sam@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/portage:master commit in: bin/, /
Date: Thu, 29 Sep 2022 20:45:44 +0000 (UTC) [thread overview]
Message-ID: <1664484339.04302e2d4d5fafd3ed2f2375473d6fe3a2a2faa8.sam@gentoo> (raw)
commit: 04302e2d4d5fafd3ed2f2375473d6fe3a2a2faa8
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Thu Sep 29 06:37:19 2022 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Thu Sep 29 20:45:39 2022 +0000
URL: https://gitweb.gentoo.org/proj/portage.git/commit/?id=04302e2d
bin: ecompress: zstd: pass -j from MAKEOPTS for parallel compression
Signed-off-by: Sam James <sam <AT> gentoo.org>
NEWS | 3 +++
bin/ecompress | 1 +
2 files changed, 4 insertions(+)
diff --git a/NEWS b/NEWS
index 8ed871e5d..67cb6a795 100644
--- a/NEWS
+++ b/NEWS
@@ -16,6 +16,9 @@ Features:
* bin: ecompress: xz: Pass -T N where N is the number of jobs from ${MAKEOPTS}
to xz for parallel compression.
+* bin: ecompress: zstd: Pass -T N where N is the number of jobs from ${MAKEOPTS}
+ to zstd for parallel compression.
+
Bug fixes:
* emerge: Scheduler: Fix filenames for binpkgs in some cases - reuse existing
filename and don't allocate a new one (bug #872392).
diff --git a/bin/ecompress b/bin/ecompress
index 57c518705..a77bb7e35 100755
--- a/bin/ecompress
+++ b/bin/ecompress
@@ -129,6 +129,7 @@ if [[ ${PORTAGE_COMPRESS_FLAGS+set} != "set" ]] ; then
# Setting '--rm' will remove the source files after a successful compression.
lz4) PORTAGE_COMPRESS_FLAGS="-m --rm";;
xz) PORTAGE_COMPRESS_FLAGS="-9 -T$(__makeopts_jobs)";;
+ zstd) PORTAGE_COMPRESS_FLAGS="-T$(__makeopts_jobs)";;
esac
fi
next reply other threads:[~2022-09-29 20:45 UTC|newest]
Thread overview: 16+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-09-29 20:45 Sam James [this message]
-- strict thread matches above, loose matches on Subject: below --
2022-09-29 20:45 [gentoo-commits] proj/portage:master commit in: bin/, / Sam James
2022-10-04 0:25 Sam James
2022-11-30 1:22 Sam James
2022-11-30 22:29 Sam James
2023-04-09 6:52 Sam James
2023-04-18 15:22 Ulrich Müller
2023-05-01 7:21 Sam James
2023-05-14 5:04 Ulrich Müller
2023-06-09 13:03 Sam James
2023-08-02 6:31 Sam James
2024-11-04 20:52 Zac Medico
2024-11-21 12:22 Ulrich Müller
2024-12-15 7:58 Ulrich Müller
2025-01-09 17:10 James Le Cuirot
2025-01-15 21:49 Zac Medico
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1664484339.04302e2d4d5fafd3ed2f2375473d6fe3a2a2faa8.sam@gentoo \
--to=sam@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox