Le 6 mars 2025 22:51:08 GMT+01:00, Mark Millard <mark...@yahoo.com> a écrit : >Baptiste Daroussin <bapt_at_FreeBSD.org> wrote on >Date: Thu, 06 Mar 2025 14:22:59 UTC : > >> The branch main has been updated by bapt: >> >> URL: >> https://cgit.FreeBSD.org/src/commit/?id=8e99c8ad8fd41d3befae62f9eee59d8c5c60a539 >> >> commit 8e99c8ad8fd41d3befae62f9eee59d8c5c60a539 >> Author: Baptiste Daroussin <b...@freebsd.org> >> AuthorDate: 2025-03-06 14:16:44 +0000 >> Commit: Baptiste Daroussin <b...@freebsd.org> >> CommitDate: 2025-03-06 14:22:48 +0000 >> >> pkgbase: make pkg repo reproducible >> >> Add a PKG_WORKERS_THREADS variable set to 1 by default, if as a user >> you want speed again, then just override it. > >Compare/contrast the PKG_WORKERS_THREADS name to the later >PKG_WORKERS_COUNT name. I'm guessing PKG_WORKERS_COUNT was >the final intent: processes vs. threads and threads >possibly being misleading and COUNT being more generic >for such distinctions. >
the variables were named threads and rename last minute due to request in the review, I forgot to adapt the commit log bapt