Age | Commit message (Collapse) | Author | Files | Lines |
|
|
|
Remove gcc-11 branch from updating and snapshot generating
contrib/
* gcc-changelog/git_update_version.py: Remove gcc-11 branch.
maintainer-scripts/
* crontab: Remove entry for gcc-11 branch.
|
|
|
|
maintainer-scripts:
* update_web_docs_git (BUGURL): Switch to https.
|
|
|
|
2024-04-26 Jakub Jelinek <jakub@redhat.com>
maintainer-scripts/
* crontab: Snapshots from trunk are now GCC 15 related.
Add GCC 14 snapshots from the respective branch.
contrib/
* gcc-changelog/git_update_version.py (active_refs): Add
releases/gcc-14.
|
|
|
|
maintainer-scripts/
* gcc_release: Cleanup whitespace.
Signed-off-by: Sam James <sam@gentoo.org>
|
|
maintainer-scripts/
* gcc_release: Use HTTPS for links.
Signed-off-by: Sam James <sam@gentoo.org>
|
|
|
|
contrib/
* gcc-changelog/git_update_version.py: Remove GCC 10 from
active_refs.
maintainer-scripts/
* crontab: Remove entry for GCC 10.
|
|
|
|
maintainer-scripts/ChangeLog:
* update_web_docs_git: Add a mechanism to override makeinfo,
texi2dvi and texi2pdf, and default them to
/home/gccadmin/texinfo/install-git/bin/${tool}, if present.
|
|
|
|
2023-04-17 Jakub Jelinek <jakub@redhat.com>
maintainer-scripts/
* crontab: Snapshots from trunk are now GCC 14 related.
Add GCC 13 snapshots from the respective branch.
contrib/
* gcc-changelog/git_update_version.py (active_refs): Add
releases/gcc-13.
|
|
|
|
This flag allows us to restore old (pre-6.8) behavior of the
@{summary,}content commands, so that texi2any continues to emit
summarycontents first.
maintainer-scripts/ChangeLog:
* update_web_docs_git: Set CONTENTS_OUTPUT_LOCATION=inline in
order to put @shortcontents above contents.
gcc/ChangeLog:
* configure.ac: Add check for the Texinfo 6.8
CONTENTS_OUTPUT_LOCATION customization variable and set it if
supported.
* configure: Regenerate.
* Makefile.in (MAKEINFO_TOC_INLINE_FLAG): New variable. Set by
configure.ac to -c CONTENTS_OUTPUT_LOCATION=inline if
CONTENTS_OUTPUT_LOCATION support is detected, empty otherwise.
($(build_htmldir)/%/index.html): Pass MAKEINFO_TOC_INLINE_FLAG.
|
|
maintainer-scripts/ChangeLog:
* update_web_docs_git (CSS): Update CSS reference to point to
/texinfo-manuals.css.
|
|
|
|
maintainer-scripts/ChangeLog:
* update_web_docs_git (MANUALS): Add gm2.
Add include path for gm2 manual.
|
|
The URL where to report bugs is hard coded in two places; abstract that
into one variable, defined up front.
maintainer-scripts/ChangeLog:
* update_web_docs_git (BUGURL): Introduce and use throughout.
|
|
|
|
So that it's built and uploaded to gcc.gnu.org/onlinedocs.
PR web/107749
maintainer-scripts/ChangeLog:
* update_web_docs_git: Add gdc to MANUALS.
|
|
|
|
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.
|
|
|
|
This reverts commit 6373b1fdf75ea0908dfaebdbfc54d8b55b08d409.
|
|
This reverts commit 8d7a55b7f4ce37ecc869bd31cadc3f9e059e2f44.
|
|
This reverts commit d05a423c1e7b81021a1b6bee93db31a903d87667.
|
|
This reverts commit 52eedc1fa3d211f29196eed60e11e6a8738329c2.
|
|
This reverts commit 9072763f4f17e600a980ff510b2baf8ad8ada1b5.
|
|
|
|
maintainer-scripts/ChangeLog:
* crontab: Fix superfluous 'sh' for Python script.
|
|
|
|
maintainer-scripts/ChangeLog:
* update_web_docs_git.py: Create sources tarball.
|
|
maintainer-scripts/ChangeLog:
* crontab: Use new script for documentation of master branch.
|
|
ChangeLog:
* doc/baseconf.py: Simplify BUGURL and VERSION_PACKAGE,
provide a default.
maintainer-scripts/ChangeLog:
* update_web_docs_git.py: Simplify.
|
|
maintainer-scripts/ChangeLog:
* update_web_docs_git.py: New file.
|
|
|
|
maintainer-scripts/ChangeLog:
* update_web_docs_git: Use sphinx-build from a venv so that
we can use a recent version.
|
|
|
|
GCC 9 nears its end.
2022-05-20 Richard Biener <rguenther@suse.de>
maintainer-scripts/
* crontab: Disable snapshots from the gcc-9 branch.
|
|
|
|
2022-04-28 Jakub Jelinek <jakub@redhat.com>
maintainer-scripts/
* crontab: Snapshots from trunk are now GCC 13 related.
Add GCC 12 snapshots from the respective branch.
contrib/
* gcc-changelog/git_update_version.py (active_refs): Add
releases/gcc-12.
|
|
|
|
2021-05-14 Jakub Jelinek <jakub@redhat.com>
contrib/
* gcc-changelog/git_update_version.py: Remove releases/gcc-8 from
active_refs.
maintainer-scripts/
* crontab: Stop doing gcc-8 snapshots.
|
|
|
|
2021-04-20 Jakub Jelinek <jakub@redhat.com>
maintainer-scripts/
* crontab: Snapshots from trunk are now GCC 12 related.
Add GCC 11 snapshots from the respective branch.
contrib/
* gcc-changelog/git_update_version.py (active_refs): Add
releases/gcc-11.
|
|
|
|
maintainer-scripts/ChangeLog:
* branch_changer.py: Generate URL only when emitting
to terminal.
|