summaryrefslogtreecommitdiff
path: root/maintainer-scripts
Commit message (Collapse)AuthorAgeFilesLines
* Daily bump.GCC Administrator2023-04-211-0/+6
|
* update_web_docs_git: Allow setting TEXI2*, add git build defaultArsen Arsenović2023-04-201-3/+14
| | | | | | | | 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.
* Daily bump.GCC Administrator2023-04-181-0/+5
|
* Update crontab and git_update_version.pyJakub Jelinek2023-04-171-4/+5
| | | | | | | | | | | 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.
* Daily bump.GCC Administrator2023-03-221-0/+10
|
* html: Set CONTENTS_OUTPUT_LOCATION=inline if makeinfo supports itArsen Arsenović2023-03-211-1/+1
| | | | | | | | | | | | | | | | | | | | | | 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.
* update_web_docs_git: Update CSS reference to new manual CSSArsen Arsenović2023-03-211-1/+1
| | | | | | | maintainer-scripts/ChangeLog: * update_web_docs_git (CSS): Update CSS reference to point to /texinfo-manuals.css.
* Daily bump.GCC Administrator2023-03-171-0/+9
|
* maintainer-scripts: Add Modula-2 manual to update_web_docs_gitGaius Mulley2023-03-171-1/+5
| | | | | | | maintainer-scripts/ChangeLog: * update_web_docs_git (MANUALS): Add gm2. Add include path for gm2 manual.
* maintainer-scripts: Abstract BUGURL in update_web_docs_gitGerald Pfeifer2023-03-161-2/+3
| | | | | | | | | 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.
* Daily bump.GCC Administrator2022-12-011-0/+5
|
* maintainer-scripts: Add gdc to update_web_docs_gitIain Buclaw2022-11-301-0/+1
| | | | | | | | | | 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.
* Daily bump.GCC Administrator2022-11-241-0/+4
|
* maintainer-scripts/gcc_release: compress xz in parallelSam James2022-11-231-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | 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.
* Daily bump.GCC Administrator2022-11-151-0/+35
|
* Revert "sphinx: add update_web_docs_git.py script"Martin Liska2022-11-141-81/+0
| | | | This reverts commit 6373b1fdf75ea0908dfaebdbfc54d8b55b08d409.
* Revert "sphinx: simplify default in baseconf.py."Martin Liska2022-11-141-2/+7
| | | | This reverts commit 8d7a55b7f4ce37ecc869bd31cadc3f9e059e2f44.
* Revert "sphinx: update crontab with new script"Martin Liska2022-11-141-1/+1
| | | | This reverts commit d05a423c1e7b81021a1b6bee93db31a903d87667.
* Revert "docs: create sources tarball"Martin Liska2022-11-141-29/+0
| | | | This reverts commit 52eedc1fa3d211f29196eed60e11e6a8738329c2.
* Revert "maintainer-scripts: fix superfluous 'sh' for Python script"Martin Liska2022-11-141-1/+1
| | | | This reverts commit 9072763f4f17e600a980ff510b2baf8ad8ada1b5.
* Daily bump.GCC Administrator2022-11-111-0/+4
|
* maintainer-scripts: fix superfluous 'sh' for Python scriptMartin Liska2022-11-101-1/+1
| | | | | | maintainer-scripts/ChangeLog: * crontab: Fix superfluous 'sh' for Python script.
* Daily bump.GCC Administrator2022-11-101-0/+16
|
* docs: create sources tarballMartin Liska2022-11-091-0/+29
| | | | | | maintainer-scripts/ChangeLog: * update_web_docs_git.py: Create sources tarball.
* sphinx: update crontab with new scriptMartin Liska2022-11-091-1/+1
| | | | | | maintainer-scripts/ChangeLog: * crontab: Use new script for documentation of master branch.
* sphinx: simplify default in baseconf.py.Martin Liska2022-11-091-7/+2
| | | | | | | | | | | ChangeLog: * doc/baseconf.py: Simplify BUGURL and VERSION_PACKAGE, provide a default. maintainer-scripts/ChangeLog: * update_web_docs_git.py: Simplify.
* sphinx: add update_web_docs_git.py scriptMartin Liska2022-11-091-0/+81
| | | | | | maintainer-scripts/ChangeLog: * update_web_docs_git.py: New file.
* Daily bump.GCC Administrator2022-07-291-0/+5
|
* contrib: use sphinx-build from a venvMartin Liska2022-07-281-15/+6
| | | | | | | maintainer-scripts/ChangeLog: * update_web_docs_git: Use sphinx-build from a venv so that we can use a recent version.
* Daily bump.GCC Administrator2022-05-211-0/+4
|
* Disable snapshots from gcc-9Richard Biener2022-05-201-1/+0
| | | | | | | | | GCC 9 nears its end. 2022-05-20 Richard Biener <rguenther@suse.de> maintainer-scripts/ * crontab: Disable snapshots from the gcc-9 branch.
* Daily bump.GCC Administrator2022-04-291-0/+5
|
* Update crontab and git_update_version.pyJakub Jelinek2022-04-281-4/+5
| | | | | | | | | | | 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.
* Daily bump.GCC Administrator2021-05-151-0/+4
|
* Closing of 8 branch.Jakub Jelinek2021-05-141-1/+0
| | | | | | | | | | 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.
* Daily bump.GCC Administrator2021-04-211-0/+5
|
* Update crontab and git_update_version.pyJakub Jelinek2021-04-201-4/+5
| | | | | | | | | | | 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.
* Daily bump.GCC Administrator2021-04-101-0/+22
|
* branch_changer: distinguish terminal outputMartin Liska2021-04-091-1/+5
| | | | | | | maintainer-scripts/ChangeLog: * branch_changer.py: Generate URL only when emitting to terminal.
* branch_changer.py: mention CLOSING candidatesMartin Liska2021-04-091-5/+8
| | | | | | | maintainer-scripts/ChangeLog: * branch_changer.py: Mention closing candidates and emit console links to bugzilla.
* branch_changer.py: document more behavior.Martin Liska2021-04-091-1/+8
| | | | | | maintainer-scripts/ChangeLog: * branch_changer.py: Document more how the script behaves.
* branch_changer: fix usage of Version class.Martin Liska2021-04-091-2/+8
| | | | | | maintainer-scripts/ChangeLog: * branch_changer.py: Fix usage of Version class.
* branch_changer.py: use new versioning scheme.Martin Liska2021-04-091-1/+1
| | | | | | maintainer-scripts/ChangeLog: * branch_changer.py: Use new version scheme in --help output.
* Daily bump.GCC Administrator2021-04-091-0/+14
|
* maintainer-scripts: Disable multilib when generating libstdc++ docsJonathan Wakely2021-04-081-1/+1
| | | | | | | | | | This allows the docs to be generated on hosts without the necessary files present for multilib support. maintainer-scripts/ChangeLog: * generate_libstdcxx_web_docs: Add --disable-multilib to configure command.
* Fix wrong assert in branch_changer.py.Martin Liska2021-04-081-1/+1
| | | | | | maintainer-scripts/ChangeLog: * branch_changer.py: Fix wrongly converted assert.
* Modernize branch_changer.py script.Martin Liska2021-04-082-30/+45
| | | | | | | maintainer-scripts/ChangeLog: * branch_changer.py: Modernize and fix flake8 issues. * setup.cfg: New file.
* Daily bump.GCC Administrator2020-12-171-0/+5
|
* maintainer-scripts: Use /sourceware/snapshot-tmp/gcc as temp directory if ↵Jakub Jelinek2020-12-171-6/+13
| | | | | | | | | | | | | | | | | | | | possible > https://gcc.gnu.org/pipermail/gccadmin/2020q4/017037.html > > OSError: [Errno 28] No space left on device: > '/tmp/tmp.Zq3p6D4MxS/gcc/.git/objects/objn31xpefh' -> > '/tmp/tmp.Zq3p6D4MxS/gcc/.git/objects/db/ffb02a4bcdd4ec04af3db75d86b8cc2e52bdff' > > Maybe change the script to use /sourceware/snapshot-tmp/gcc (which has > rather more space) instead of /tmp? This patch implements that. 2020-12-17 Jakub Jelinek <jakub@redhat.com> * update_version_git: Put BASEDIR into /sourceware/snapshot-tmp/gcc if it exist.
* Daily bump.GCC Administrator2020-05-301-0/+14
|