Commit graph

66 commits

Author SHA1 Message Date
Richard Biener
8bebf97f84 Closing the GCC 10 branch
contrib/
	* gcc-changelog/git_update_version.py: Remove GCC 10 from
	active_refs.

maintainer-scripts/
	* crontab: Remove entry for GCC 10.
2023-07-07 09:11:46 +02:00
Jakub Jelinek
f46ab32139 Update crontab and git_update_version.py
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.
2023-04-17 15:16:11 +02:00
Martin Liska
8c7311c198 Revert "sphinx: update crontab with new script"
This reverts commit d05a423c1e.
2022-11-14 09:35:04 +01:00
Martin Liska
30ad6e0f46 Revert "maintainer-scripts: fix superfluous 'sh' for Python script"
This reverts commit 9072763f4f.
2022-11-14 09:35:03 +01:00
Martin Liska
9072763f4f maintainer-scripts: fix superfluous 'sh' for Python script
maintainer-scripts/ChangeLog:

	* crontab: Fix superfluous 'sh' for Python script.
2022-11-10 06:37:32 +01:00
Martin Liska
d05a423c1e sphinx: update crontab with new script
maintainer-scripts/ChangeLog:

	* crontab: Use new script for documentation of master branch.
2022-11-09 12:37:20 +01:00
Richard Biener
6865c9599f Disable snapshots from gcc-9
GCC 9 nears its end.

2022-05-20  Richard Biener  <rguenther@suse.de>

maintainer-scripts/
	* crontab: Disable snapshots from the gcc-9 branch.
2022-05-20 09:12:59 +02:00
Jakub Jelinek
12cc2b3299 Update crontab and git_update_version.py
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.
2022-04-28 16:22:42 +02:00
Jakub Jelinek
df18a1343d Closing of 8 branch.
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-05-14 11:25:30 +02:00
Jakub Jelinek
919323c1a4 Update crontab and git_update_version.py
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.
2021-04-20 10:50:22 +02: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
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
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
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
Jakub Jelinek
6d2027241f update_version_svn (IGNORE_BRANCHES): Add gcc-6-branch.
* update_version_svn (IGNORE_BRANCHES): Add gcc-6-branch.
	* crontab: Remove gcc-6-branch entry.

From-SVN: r265527
2018-10-26 12:29:15 +02:00
Jakub Jelinek
49b7ffb711 * crontab: Enable snapshots from gcc-8-branch.
From-SVN: r259637
2018-04-25 09:46:31 +02:00
Jakub Jelinek
c64c738636 update_version_svn: Ignore the GCC 5 branch.
* update_version_svn: Ignore the GCC 5 branch.
	* crontab: Remove entry for the GCC 5 branch.

From-SVN: r253583
2017-10-10 15:10:28 +02:00
Jakub Jelinek
a05dd05f29 * crontab: Enable snapshots from gcc-7-branch.
From-SVN: r247020
2017-04-20 12:51:33 +02:00
Richard Biener
7055b2bbf1 crontab: Remove entry for the GCC 4.9 branch.
2016-07-26  Richard Biener  <rguenther@suse.de>

	* crontab: Remove entry for the GCC 4.9 branch.

From-SVN: r238752
2016-07-26 12:27:16 +00:00
Jakub Jelinek
26ad7ec736 * crontab: Enable snapshots from gcc-6-branch.
From-SVN: r235039
2016-04-15 17:33:15 +02:00
Richard Biener
c61e2d3673 crontab: Disable snapshots from the 4.8 branch.
2015-06-14  Richard Biener  <rguenther@suse.de>

	* crontab: Disable snapshots from the 4.8 branch.

From-SVN: r224466
2015-06-14 10:21:05 +00:00
Jakub Jelinek
e3257b5644 * crontab: Enable snapshots from gcc-5-branch.
From-SVN: r222028
2015-04-12 22:10:32 +02:00
Richard Biener
b50eee73a7 crontab: Change trunk snapshots from 4.10 to 5.
2014-08-14  Richard Biener  <rguenther@suse.de>

	* crontab: Change trunk snapshots from 4.10 to 5.

From-SVN: r213967
2014-08-14 13:58:16 +00:00
Richard Biener
f96900140d crontab: Remove 4.7 snapshot entry.
2014-06-12  Richard Biener  <rguenther@suse.de>

        * crontab: Remove 4.7 snapshot entry.
        * update_version_svn: Update IGNORE_BRANCHES.

From-SVN: r211522
2014-06-12 11:57:33 +00:00
Jakub Jelinek
6602e7fcd7 * crontab: Enable snapshots from gcc-4_9-branch.
From-SVN: r209306
2014-04-11 14:55:17 +02:00
Jakub Jelinek
0ea6237867 crontab: Disable snapshots from gcc-4_6-branch.
* crontab: Disable snapshots from gcc-4_6-branch.
	* update_version_svn: Ignore gcc-4_6-branch.

From-SVN: r197924
2013-04-12 17:07:38 +02:00
Jakub Jelinek
2fa73fc02e * crontab: Enable snapshots from gcc-4_8-branch.
From-SVN: r196698
2013-03-16 08:22:35 +01:00
Richard Guenther
8df2d9792c crontab: Disable snapshots from gcc-4_5-branch.
2012-07-02  Richard Guenther  <rguenther@suse.de>

        * crontab: Disable snapshots from gcc-4_5-branch.
        * update_version_svn: Ingore gcc-4_5-branch.

From-SVN: r189110
2012-07-02 09:16:29 +00:00
Richard Biener
b0d753d9b3 crontab: Enable snapshots from gcc-4_7-branch.
2012-03-23  Richard Guenther  <rguenther@suse.de>

        * crontab: Enable snapshots from gcc-4_7-branch.

From-SVN: r185680
2012-03-22 09:25:49 +00:00
Jakub Jelinek
2895dfa417 crontab: Remove 4.4 branch from the list of snapshots to make.
* crontab: Remove 4.4 branch from the list of snapshots to make.
	* update_version_svn (IGNORE_BRANCHES): Add gcc-4_4-branch.

From-SVN: r185330
2012-03-13 13:19:12 +01:00
Richard Guenther
1f338c3122 crontab: Remove 4.3 branch from the list of snapshots to make.
2013-03-05  Richard Guenther  <rguenther@suse.de>

        * crontab: Remove 4.3 branch from the list of snapshots to make.

From-SVN: r184918
2012-03-05 09:40:20 +00:00
Richard Guenther
7167a5015e crontab: Fix day-of-week.
2012-03-02  Richard Guenther  <rguenther@suse.de>

        * crontab: Fix day-of-week.

From-SVN: r184782
2012-03-02 11:30:44 +00:00
Richard Guenther
204c02727c crontab: Update for 4.7 branching.
2012-03-02  Richard Guenther  <rguenther@suse.de>

        * crontab: Update for 4.7 branching.

From-SVN: r184781
2012-03-02 11:24:28 +00:00
Jakub Jelinek
5d866bd71f crontab: Enable 4.7 snapshots, switch 4.6 snapshots to 4.6 branch.
* crontab: Enable 4.7 snapshots, switch 4.6 snapshots to
	4.6 branch.

From-SVN: r170941
2011-03-14 14:55:52 +01:00
Joseph Myers
58ad2aefa7 * crontab: Enable 4.6 snapshots.
From-SVN: r158434
2010-04-16 16:55:25 +01:00
Joseph Myers
aae43040a0 * crontab: Switch 4.5 snapshots to 4.5 branch.
From-SVN: r158091
2010-04-07 22:36:44 +01:00
Gerald Pfeifer
414d751cdc crontab: Stop 4.2 snapshots.
* crontab: Stop 4.2 snapshots.
	Spread out 4.3, 4.4, and 4.5 snapshots more evenly.

From-SVN: r145205
2009-03-28 20:31:52 +00:00
Mark Mitchell
a143dc135e * crontab: Add 4.4 branch snapshots.
From-SVN: r145125
2009-03-27 21:00:28 +00:00
Joseph Myers
f47687a1c2 crontab: Remove 4.1 snapshots job.
* crontab: Remove 4.1 snapshots job.
	* update_version: Remove.
	* gcc_release: Remove support for g77 and release status in
	version.c.
	* update_version_svn: Ignore 4.1 branch.  Remove support for
	updating files other than DATESTAMP.
	* update_web_docs_svn: Remove support for g77 manual.

From-SVN: r137462
2008-07-04 15:58:14 +01:00
Jakub Jelinek
bd67275ca9 * crontab: Add 4.3 branch. Set trunk to 4.4.
From-SVN: r132394
2008-02-18 23:49:19 +01:00
Gerald Pfeifer
5b18f33782 * crontab: No longer build snapshots for 4.0.x.
From-SVN: r121315
2007-01-29 22:27:12 +00:00
Gerald Pfeifer
150f069c1c crontab: Spread snapshots more evenly throughout the week, and in "ascending" order.
* crontab: Spread snapshots more evenly throughout the week, and
	in "ascending" order.  Build all at the same time of the day.

From-SVN: r120471
2007-01-05 08:34:18 +00:00
Mark Mitchell
1b0c64fdcd * crontab: Add 4.2 branch. Set trunk to 4.3.
From-SVN: r117926
2006-10-21 03:15:08 +00:00
Gabriel Dos Reis
920d7bf632 crontab: Don't build snapshot for 3.4.x anymore.
* crontab: Don't build snapshot for 3.4.x anymore.
        * update_version_svn (IGNORE_BRANCHES): Add 3_4-branch.

From-SVN: r111968
2006-03-11 19:29:41 +00:00
Mark Mitchell
4801f7ed6f * crontab: Add 4.1 branch entry.
From-SVN: r107213
2005-11-19 05:10:19 +00:00
Joseph Myers
a39d2742be gcc_release: Further update for SVN.
* gcc_release: Further update for SVN.  Don't set EXPORTTAG or
	EXPORTDATE; always determine SVNREV the same way.  Correct message
	about what sources are being retrived.  Include branch information
	in LAST_UPDATED.
	* crontab: Don't include initial / in branch name.

From-SVN: r106564
2005-11-06 18:29:17 +00:00
Daniel Berlin
bb54fdfdf7 first pass at updated gcc_release, should work for snapshots
From-SVN: r106476
2005-11-04 02:51:25 +00:00