Commit Graph

56 Commits

Author SHA1 Message Date
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
Daniel Berlin
dc5e5935a8 crontab: Update to reflect reality
2005-10-26  Daniel Berlin  <dberlin@dberlin.org>

	* crontab: Update to reflect reality

From-SVN: r105949
2005-10-28 19:24:24 +00:00
Gerald Pfeifer
5e2d64839e crontab: Spread snapshot building more evenly throughout the week.
* crontab: Spread snapshot building more evenly throughout the
	week.

From-SVN: r100051
2005-05-21 21:56:24 +00:00
Joseph Myers
1574b5fc9e crontab: Don't build 3.3 branch snapshots.
* crontab: Don't build 3.3 branch snapshots.
	* update_version (IGNORE_BRANCHES): Add gcc-3_3-branch.

From-SVN: r99941
2005-05-19 01:33:47 +01:00
Mark Mitchell
29231b752c * crontab: Adjust for 4.0 branch.
From-SVN: r95554
2005-02-25 22:55:06 +00:00
Gerald Pfeifer
ac26513211 * crontab: Rename GCC 3.5 snapshots to GCC 4.0 snapshots.
From-SVN: r87356
2004-09-11 18:53:55 +00:00
Gerald Pfeifer
60cadaea5e * crontab: Add GCC 3.5 snapshots, currenty run on Sundays.
From-SVN: r81919
2004-05-16 18:18:13 +00:00
Gerald Pfeifer
02c672d58b crontab: Move GCC 3.4 snapshots from Wednesday afternoon to Friday night...
* crontab: Move GCC 3.4 snapshots from Wednesday afternoon to
	Friday night, where gcc.gnu.org has less load.

From-SVN: r81413
2004-05-02 17:38:33 +00:00
Gerald Pfeifer
eb4c9b54b4 crontab: Adjust temporary directory used for snapshot generation.
* crontab: Adjust temporary directory used for snapshot generation.
	Move GCC 3.3 snapshots to Wednesday 22:32, where gcc.gnu.org has
	less load.

From-SVN: r81409
2004-05-02 12:44:11 +00:00
Gerald Pfeifer
dd69a0e038 * crontab: Make 3.4 snapshots from the new 3.4 release branch.
From-SVN: r76295
2004-01-21 19:05:30 +00:00
Gerald Pfeifer
16ff3a23ff crontab: Update invocation of gcc_release according to the previous changes there.
* crontab: Update invocation of gcc_release according to the
	previous changes there.  Add automatic 3.4 snapshots from mainline.

From-SVN: r69919
2003-07-29 10:32:50 +00:00