gcc/maintainer-scripts
Sam James 2650b6f914 maintainer-scripts/gcc_release: compress xz in parallel
1. This should speed up decompression for folks, as parallel xz
   creates a different archive which can be decompressed in parallel.

   Note that this different method is enabled by default in a new
   xz release coming shortly anyway (>= 5.3.3_alpha1).

   I build GCC regularly from the weekly snapshots
   and so the decompression time adds up.

2. It should speed up compression on the webserver a bit.

   Note that -T0 won't be the default in the new xz release,
   only the parallel compression mode (which enables parallel
   decompression).

   -T0 detects the number of cores available.

   So, if a different number of threads is preferred, it's fine
   to set e.g. -T2, etc.

Signed-off-by: Sam James <sam@gentoo.org>

	* gcc_release (XZ): Add -T0.
2022-11-23 09:53:48 +00:00
..
branch_changer.py
bugzilla-close-candidate.py
ChangeLog Daily bump. 2022-11-15 08:32:29 +00:00
crontab Revert "sphinx: update crontab with new script" 2022-11-14 09:35:04 +01:00
gcc_release maintainer-scripts/gcc_release: compress xz in parallel 2022-11-23 09:53:48 +00:00
generate_libstdcxx_web_docs
maintainer-addresses
README
setup.cfg
update_version_git
update_web_docs_git contrib: use sphinx-build from a venv 2022-07-28 12:38:09 +02:00
update_web_docs_libstdcxx_git

This directory contains various files used by the gccadmin account on
gcc.gnu.org, mainly for automated tasks such as the daily update of
the date in gcc/DATESTAMP.  There isn't presently any scheme for files
checked in here to be automatically checked out and used by gccadmin,
so the files in Subversion and those used by gccadmin must be kept in
sync manually.