289 Commits
Author SHA1 Message Date
GCC Administrator e8b4d34ed1 Daily bump. 2026-01-27 00:16:29 +00:00
GCC Administrator 7690418227 Daily bump. 2025-12-22 00:16:25 +00:00
GCC Administrator 5d69161a7c Daily bump. 2025-12-17 00:16:30 +00:00
GCC Administrator 6adf8e424d Daily bump. 2025-09-02 00:19:26 +00:00
GCC Administrator a90b869d38 Daily bump. 2025-07-05 00:19:48 +00:00
GCC Administrator 34efa44201 Daily bump. 2025-05-24 00:17:55 +00:00
GCC Administrator ed65ae6c9e Daily bump. 2025-04-26 00:19:18 +00:00
GCC Administrator d776b20148 Daily bump. 2025-04-18 00:16:59 +00:00
GCC Administrator 0980a6ff7a Daily bump. 2025-04-08 00:17:33 +00:00
GCC Administrator 56988099af Daily bump. 2025-04-01 00:19:09 +00:00
GCC Administrator 69a85f1f66 Daily bump. 2025-03-29 00:17:59 +00:00
GCC Administrator 7efe3aa9b5 Daily bump. 2025-03-12 00:18:35 +00:00
GCC Administrator f36cb8c79d Daily bump. 2024-12-04 00:21:20 +00:00
GCC Administrator 8d6498f0d7 Daily bump. 2024-07-20 00:17:53 +00:00
GCC Administrator 53eef7915a Daily bump. 2024-07-08 00:17:01 +00:00
GCC Administrator 2781d8090e Daily bump. 2024-04-27 00:18:05 +00:00
GCC Administrator b9fd8399ec Daily bump. 2023-11-14 12:23:39 +00:00
GCC Administrator 01405f0108 Daily bump. 2023-07-08 00:16:53 +00:00
GCC Administrator ce4e4f37fd Daily bump. 2023-04-21 00:17:31 +00:00
GCC Administrator 56b288f508 Daily bump. 2023-04-18 00:17:26 +00:00
GCC Administrator 031785270a Daily bump. 2023-03-22 00:17:03 +00:00
GCC Administrator 5c389a5c36 Daily bump. 2023-03-17 00:17:03 +00:00
GCC Administrator 6eea85a95e Daily bump. 2022-12-01 00:17:51 +00:00
GCC Administrator 8761284fd7 Daily bump. 2022-11-24 00:17:47 +00:00
GCC Administrator 83d400bded Daily bump. 2022-11-15 08:32:29 +00:00
GCC Administrator f225b813e4 Daily bump. 2022-11-11 00:17:22 +00:00
GCC Administrator 1cdfd0e5cd Daily bump. 2022-11-10 00:17:57 +00:00
GCC Administrator af086d1911 Daily bump. 2022-07-29 00:16:21 +00:00
GCC Administrator 57f2ce6a87 Daily bump. 2022-05-21 00:16:32 +00:00
GCC Administrator 6b6f53d8af Daily bump. 2022-04-29 00:16:26 +00:00
GCC Administrator 87a7d10c2e Daily bump. 2021-05-15 00:16:27 +00:00
GCC Administrator be8aad8d73 Daily bump. 2021-04-21 00:16:23 +00:00
GCC Administrator 3115aba8d8 Daily bump. 2021-04-10 00:16:23 +00:00
GCC Administrator 019a922063 Daily bump. 2021-04-09 00:16:56 +00:00
GCC Administrator eefe499fdf Daily bump. 2020-12-17 00:16:37 +00:00
GCC Administrator 885ef72f27 Daily bump. 2020-05-30 00:16:27 +00:00
GCC Administrator 61f3b60556 Daily bump. 2020-05-28 04:23:50 +00:00
Jakub Jelinek 4bc0bb440e Adjust crontab.
2020-04-30  Jakub Jelinek  <jakub@redhat.com>

	* crontab: Snapshots from trunk are now GCC 11 related.
	Add GCC 10 snapshots from the respective branch.
2020-04-30 19:25:03 +02:00
Jakub Jelinek c56871dd15 maintainer-scripts: Fix up gcc_release without -l, where mkdir was using umask 077 after migration
2020-03-12  Jakub Jelinek  <jakub@redhat.com>

	* gcc_release (upload_files): Without -l, pass -m 755 to the mkdir
	command invoked through ssh.
2020-03-12 18:30:16 +01:00
Jakub Jelinek a0ae4cbe9d maintainer-scripts: Fix jit documentation build with update_web_docs_git
scripts/update_web_docs_git -r 9.3.0 -d gcc-9.3.0
failed after the sourceware upgrade, there is no python-sphinx10 package and
python3-sphinx is new enough that the docs build succeeded.

2020-03-12  Jakub Jelinek  <jakub@redhat.com>

	* update_web_docs_git: Drop SPHINXBUILD=/usr/bin/sphinx-1.0-build.
2020-03-12 14:46:28 +01:00
Jakub Jelinek 494e434c05 maintainer-scripts: Speed up git clone in gcc_release
When doing the 8.4-rc1, I've noticed (probably also because of the dying
disk on sourceware) that git clone is extremely slow, and furthermore when
all of us have some local snapshots, it is a waste of resources to download
everything again.  Especially for the -f runs when we'll need to wait until
git tag -s asks us for a gpg password interactively.

The following patch adds an option through which one can point the script
at a local gcc .git directory from which it can --dissociate --reference ...
during cloning to speed it up.

2020-02-27  Jakub Jelinek  <jakub@redhat.com>

	* gcc_release: Add support for -b local-git-repo argument.
2020-02-27 09:38:12 +01:00
Jonathan Wakely 97e2f33308 Replace update_web_docs_libstdcxx_svn with update_web_docs_libstdcxx_git
This patch replaces the update_web_docs_libstdcxx_svn script, that
updates online documentation from its sources in the GCC repository, run
once a day from cron, with update_web_docs_libstdcxx_git.

	* update_web_docs_libstdcxx_git: New file.
	* update_web_docs_libstdcxx_svn: Remove.
	* crontab: Use update_web_docs_libstdcxx_git.
2020-01-13 21:40:44 +00:00
Joseph Myers 33742a0a02 Replace update_web_docs_svn with update_web_docs_git.
This patch replaces the update_web_docs_svn script, that updates
online documentation from its sources in the GCC repository, run once
a day from cron, with update_web_docs_git.

	* update_web_docs_git: New file.
	* update_web_docs_svn: Remove.
	* crontab: Use update_web_docs_svn.
2020-01-13 17:43:52 +00:00
Joseph Myers 67e6357041 Update gcc_release for move to git.
This patch updates the gcc_release script, used for snapshots and
releases, to use git instead of SVN.

The parts of the changes used in building snapshots have been tested.
The parts used for building releases have not, so it's likely further
fixes may turn out to be needed there when releases are first built
from git.

	* gcc_release: Use git instead of SVN.
	* crontab: Update gcc_release calls.
2020-01-13 12:45:31 +00:00
Joseph Myers 18cb6ac26f Replace update_version_svn with update_version_git.
This patch replaces the update_version_svn script, that updates the
DATESTAMP files from cron, with update_version_git.

	* update_version_git: New file.
	* update_version:svn: Remove.
	* crontab: Use update_version_git.
2020-01-13 12:29:02 +00:00
Janne Blomqvist aeebd94c77 Switch gcc ftp URL's to https
The FTP protocol is getting long in the tooth, and we should emphasize
HTTPS where that is available. This patch changes various gcc.gnu.org
URL's to instead use HTTPS.

For instance, kernel.org shut down FTP access in 2017, with the
explanation:

- The protocol is inefficient and requires adding awkward kludges to
  firewalls and load-balancing daemons
- FTP servers have no support for caching or accelerators, which has
  significant performance impacts
- Most software implementations have stagnated and see infrequent
  updates

ChangeLog:

2019-11-20  Janne Blomqvist  <jb@gcc.gnu.org>

        * configure.ac: Use https for gcc.gnu.org.
        * configure: Regenerated.

gcc/ChangeLog:

2019-11-20  Janne Blomqvist  <jb@gcc.gnu.org>

        * configure.ac: Use https for gcc.gnu.org.
        * configure: Regenerated.
        * doc/install.texi: Use https for gcc.gnu.org.
        * doc/sourcebuild.texi: Likewise.

gcc/testsuite/ChangeLog:

2019-11-20  Janne Blomqvist  <jb@gcc.gnu.org>

        * README: Use https for gcc.gnu.org.

libstdc++-v3/ChangeLog:

2019-11-20  Janne Blomqvist  <jb@gcc.gnu.org>

        * doc/html/api.html: Use https for gcc.gnu.org.
        * doc/xml/api.xml: Likewise.

maintainer-scripts/ChangeLog:

2019-11-20  Janne Blomqvist  <jb@gcc.gnu.org>

        * gcc_release: Use https for gcc.gnu.org.

From-SVN: r278526
2019-11-20 22:24:48 +02:00
Richard Biener 456ccd3284 update_version_svn (IGNORE_BRANCHES): Add 7.
2019-11-14  Richard Biener  <rguenther@suse.de>

	* update_version_svn (IGNORE_BRANCHES): Add 7.

From-SVN: r278199
2019-11-14 07:41:56 +00:00
Richard Biener d50dbea102 crontab: Disable snapshots from gcc-7-branch.
2019-10-05  Richard Biener  <rguenther@suse.de>

        * crontab: Disable snapshots from gcc-7-branch.

From-SVN: r277815
2019-11-05 07:58:51 +00:00
David Malcolm e6a7284cf9 update_web_docs_svn: Proceed even if the invocation of sphinx fails.
* update_web_docs_svn: Proceed even if the invocation of
	sphinx fails.

From-SVN: r274099
2019-08-04 22:31:54 +00:00
Gerald Pfeifer 34d9c2c269 crontab: Snapshots from trunk are now GCC 10 related.
* crontab: Snapshots from trunk are now GCC 10 related.
	Add GCC 9 snapshots from the respective branch.

From-SVN: r270871
2019-05-04 13:28:49 +00:00