Commit Graph

247 Commits

Author SHA1 Message Date
Richard Biener 586a0829dc Update ChangeLog and version files for release
From-SVN: r251081
2017-08-14 07:59:11 +00:00
Matthias Klose 8cf4727e02 gcc_release (XZ): Default to xz --best.
2017-05-23  Matthias Klose  <doko@ubuntu.com>

        * gcc_release (XZ): Default to xz --best.

From-SVN: r248393
2017-05-23 23:14:37 +00:00
Matthias Klose 0fa2764280 gcc_release (build_gzip): Build xz tarball instead of bz2 tarball.
2017-05-18  Matthias Klose  <doko@ubuntu.com>

        * gcc_release (build_gzip): Build xz tarball instead of bz2 tarball.
        (build_diffs): Handle building diffs from either bz2 or xz tarballs,
        compress diffs using xz instead of bz2.
        (build_diff): Likewise.
        (upload_files): Check for *.xz files instead of *.bz2 files.
        (announce_snapshot): Announce xz tarball instead of bz2 tarball.
        (XZ): New definition.
        (<toplevel>): Look for both bz2 and xz compressed old tarballs.

From-SVN: r248252
2017-05-18 18:50:52 +00:00
GCC Administrator 303f81ad7e Update ChangeLog and version files for release
From-SVN: r247493
2017-05-02 12:42:24 +00:00
Gerald Pfeifer 252e3e7b4a * gcc_release (snapshot_print): Replace md5 checksum by sha256.
From-SVN: r245875
2017-03-03 14:12:04 +00:00
Gerald Pfeifer b54f986e4d update_web_docs_svn: Remove a reference to GCC 3.1.
* update_web_docs_svn: Remove a reference to GCC 3.1.  Describe   
	settings to tweak if running on a host different from gcc.gnu.org.
	(WWWBASE): Allow override via the environment.  Also check for
	existance.

From-SVN: r245774
2017-02-28 13:17:52 +00:00
Gerald Pfeifer 8027776f21 * update_web_docs_svn (MANUALS): Add libitm.
From-SVN: r245260
2017-02-07 23:25:19 +00:00
Gerald Pfeifer aa9cdb9755 re PR web/50642 (onlinedocs formated text too small to read)
PR documentation/50642 
	* update_web_docs_svn (CSS): Introduce.
	Have generated files refer to it.

From-SVN: r239981
2016-09-04 19:38:05 +00:00
Gerald Pfeifer b8c0f3c164 update_web_docs_svn (CSS): Introduce.
* update_web_docs_svn (CSS): Introduce.
	Have generated files refer to it.

From-SVN: r239980
2016-09-04 18:44:30 +00:00
Martin Liska 21da526107 Document branch_changer.py script
* branch_changer.py: Describe the script. Add sample usage
	of the script.

From-SVN: r239526
2016-08-17 10:30:37 +00:00
Martin Liska 54b367dbd2 Set +x for two python scripts.
From-SVN: r239303
2016-08-09 20:42:58 +00:00
Martin Liska 1a3c85fe05 Add branch_changer.py script to maintainer-scripts
* branch_changer.py: New file.

From-SVN: r239066
2016-08-03 12:43:11 +00:00
Richard Biener c4f820552a update_version_svn: Ignore the GCC 4.9 branch.
2016-07-26  Richard Biener  <rguenther@suse.de>

	* update_version_svn: Ignore the GCC 4.9 branch.

From-SVN: r238753
2016-07-26 12:30:18 +00: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
Jonathan Wakely 4eb27c4174 generate_libstdcxx_web_docs: Use realpath to get absolute path.
* generate_libstdcxx_web_docs: Use realpath to get absolute path.

	Add comment about LaTeX errors.

From-SVN: r237357
2016-06-13 08:47:13 +01:00
Jakub Jelinek 26ad7ec736 * crontab: Enable snapshots from gcc-6-branch.
From-SVN: r235039
2016-04-15 17:33:15 +02:00
Richard Biener f9180d0e87 update_version_svn: Add gcc-4_8-branch to IGNORE_BRANCHES.
2015-06-23  Richard Biener  <rguenther@suse.de>

	* update_version_svn: Add gcc-4_8-branch to IGNORE_BRANCHES.

From-SVN: r224771
2015-06-23 07:48:06 +00: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 54a3a62004 update_version_svn: Update DATESTAMP also on branches/gcc-[0-9]+-branch.
* update_version_svn: Update DATESTAMP also on
	branches/gcc-[0-9]+-branch.

From-SVN: r222044
2015-04-13 11:07:11 +02:00
Jakub Jelinek 49bd12939f gcc_release: Fix up thinko in the last commit, improve error message.
* gcc_release: Fix up thinko in the last commit, improve error
	message.  Commit all ChangeLog, DEV-PHASE and BASE-VER changes
	together, rather than doing dozens of separate commits.

From-SVN: r222042
2015-04-13 10:44:56 +02:00
Jakub Jelinek e183a9d567 gcc_release: For RELEASE_MAJOR 5+ only use the major number in branch name.
* gcc_release: For RELEASE_MAJOR 5+ only use the major
	number in branch name.  When doing final release of 5+,
	if BASE-VER doesn't match release, but is *.*.1 for the
	one smaller minor version, bump BASE-VER.

From-SVN: r222031
2015-04-12 22:49:37 +02:00
Jakub Jelinek e3257b5644 * crontab: Enable snapshots from gcc-5-branch.
From-SVN: r222028
2015-04-12 22:10:32 +02:00
Gerald Pfeifer 23ebaa42a2 update_web_docs_libstdcxx_svn (FILTER): Introduce.
* update_web_docs_libstdcxx_svn (FILTER): Introduce.
	Use to filter output of the copying process.

From-SVN: r221893
2015-04-07 11:46:23 +00:00
Arnaud Charlet f66172c410 Complete previous change.
From-SVN: r220973
2015-02-25 16:47:05 +01:00
Arnaud Charlet 8200e6f19a * update_web_docs_svn: Preserve gcc/ada/*.png. Update comments.
From-SVN: r220972
2015-02-25 16:45:23 +01:00
Arnaud Charlet 1d3d9afaff * update_web_docs_svn: Add -I gcc/gcc/ada/doc/gnat_ugn for gnat_ugn
From-SVN: r220961
2015-02-25 12:27:43 +01:00
David Malcolm 9baa38b7a0 Fix 404 in "Show Source" in jit docs
maintainer-scripts/ChangeLog:
	PR jit/64257
	* update_web_docs_svn: When copying up files for the built jit
	documentation, also copy up .txt files.

From-SVN: r220479
2015-02-06 14:36:54 +00:00
David Malcolm a4be4e91d2 More fixes for update_web_docs_svn for jit docs (PR jit/64257)
gcc/jit/ChangeLog:
	PR jit/64257
	* docs/conf.py (html_theme): Change from 'pyramid'
	to 'sphinxdoc'.

maintainer-scripts/ChangeLog:
	PR jit/64257
	* update_web_docs_svn: Update build of jit docs to use EPEL6
	variant install of sphinx 1.0.8, rather than 0.6.6.

From-SVN: r220412
2015-02-04 19:11:48 +00:00
David Malcolm 82a0fe9a1d Add PR jit/64257 to previous ChangeLog entry
From-SVN: r220150
2015-01-27 00:28:45 +00:00
David Malcolm 5a28932add update_web_docs_svn: support the JIT documentation
maintainer-scripts/ChangeLog:
	* update_web_docs_svn: Don't delete gcc/jit/docs or
	gcc/jit/jit-common.h, gcc/jit/notes.txt. Special case the
	building of the JIT docs (using sphinx-build).  Special case
	copying them up.

From-SVN: r220149
2015-01-27 00:17:56 +00:00
Jakub Jelinek 67848724e5 Add svn:executable property for generate_libstdcxx_web_docs.
From-SVN: r216914
2014-10-30 11:11:38 +01: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
Arnaud Charlet aaebbe1f5e * update_web_docs_svn: Simplify build of gnat_ugn.
From-SVN: r213503
2014-08-01 21:00:14 +02: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
Jonathan Wakely 269cf22b9a * generate_libstdcxx_web_docs: New script.
From-SVN: r211076
2014-05-30 12:11:10 +01:00
Jakub Jelinek 6602e7fcd7 * crontab: Enable snapshots from gcc-4_9-branch.
From-SVN: r209306
2014-04-11 14:55:17 +02:00
Dmitry Gorbachev bca420ed5f re PR other/56653 (Warning when verifying checksums from MD5SUMS file in tarballs)
PR other/56653
	* gcc_release: Avoid printing empty line to generated MD5SUMS files.
	Bump copyright year.

From-SVN: r207387
2014-02-01 12:01:56 +00:00
Gerald Pfeifer 52cacf7207 update_web_docs_svn: Work around makeinfo generated file names and references with "_002d" instead...
* update_web_docs_svn: Work around makeinfo generated file names
	and references with "_002d" instead of "-".

From-SVN: r205600
2013-12-02 20:07:14 +00: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
Gerald Pfeifer 3de4c38d5a update_web_docs_libstdcxx_svn: No longer ignore all output from the actual copy process.
* update_web_docs_libstdcxx_svn: No longer ignore all output from
	the actual copy process.
	Check the exit code of the actual copy process; diagnose problems.

From-SVN: r197558
2013-04-07 19:58:18 +00: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
Gerald Pfeifer 6a4b4d3179 update_web_docs_svn: Make $DOCSDIR group writable after creating it.
* update_web_docs_svn: Make $DOCSDIR group writable after
	creating it.

From-SVN: r181545
2011-11-21 01:16:24 +00:00
Richard Guenther a034d4bcdb update_version_svn (IGNORE_BRANCHES): Add gcc-4_3-branch.
2011-06-27  Richard Guenther  <rguenther@suse.de>

	* update_version_svn (IGNORE_BRANCHES): Add gcc-4_3-branch.

From-SVN: r175476
2011-06-27 11:05:50 +00:00
Joseph Myers ba7923d19f gcc_release (adjust_dirs, [...]): Remove.
* gcc_release (adjust_dirs, maybe_build_tarfile): Remove.
	(build_tarfiles): Don't build separate files for languages and
	core.
	(build_diffs): Only build one set of diffs.
	(announce_snapshot): Only announce one tar file.
	(ADA_DIRS, CPLUSPLUS_DIRS, FORTRAN95_DIRS, GO_DIRS, JAVA_DIRS,
	OBJECTIVEC_DIRS, TESTSUITE_DIRS): Remove.  Don't adjust names
	relative to WORKING_DIRECTORY.

From-SVN: r174028
2011-05-22 15:20:12 +01:00