summaryrefslogtreecommitdiff
path: root/maintainer-scripts
Commit message (Collapse)AuthorAgeFilesLines
* Switch gcc ftp URL's to httpsJanne Blomqvist2019-11-202-1/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* update_version_svn (IGNORE_BRANCHES): Add 7.Richard Biener2019-11-142-1/+5
| | | | | | | | 2019-11-14 Richard Biener <rguenther@suse.de> * update_version_svn (IGNORE_BRANCHES): Add 7. From-SVN: r278199
* crontab: Disable snapshots from gcc-7-branch.Richard Biener2019-11-052-1/+4
| | | | | | | | 2019-10-05 Richard Biener <rguenther@suse.de> * crontab: Disable snapshots from gcc-7-branch. From-SVN: r277815
* update_web_docs_svn: Proceed even if the invocation of sphinx fails.David Malcolm2019-08-042-1/+6
| | | | | | | * update_web_docs_svn: Proceed even if the invocation of sphinx fails. From-SVN: r274099
* crontab: Snapshots from trunk are now GCC 10 related.Gerald Pfeifer2019-05-042-1/+7
| | | | | | | * crontab: Snapshots from trunk are now GCC 10 related. Add GCC 9 snapshots from the respective branch. From-SVN: r270871
* Improve error message for bad arguments to scriptJonathan Wakely2019-02-232-1/+17
| | | | | | * generate_libstdcxx_web_docs: Improve error output. From-SVN: r269169
* Add new maintainer script for PRs that can be closed.Martin Liska2018-11-222-0/+100
| | | | | | | | 2018-11-22 Martin Liska <mliska@suse.cz> * bugzilla-close-candidate.py: New file. From-SVN: r266377
* update_version_svn (IGNORE_BRANCHES): Add gcc-6-branch.Jakub Jelinek2018-10-263-2/+4
| | | | | | | * update_version_svn (IGNORE_BRANCHES): Add gcc-6-branch. * crontab: Remove gcc-6-branch entry. From-SVN: r265527
* gcc_release (error, inform): Use $@ instead of $1.Jakub Jelinek2018-10-262-6/+12
| | | | | | | | * gcc_release (error, inform): Use $@ instead of $1. (build_sources): Check for ^[[:blank:]]*GCC in both index.html and changes.html, rather than for GCC in one and ^GCC in another one. From-SVN: r265526
* re PR other/85622 (gcc-8.1.0/NEWS says it's not released yet)Jakub Jelinek2018-05-032-1/+38
| | | | | | | | | PR other/85622 * gcc_release: For -f, verify contrib/gennews has the major version pages listed and both index.html and changes.html have been updated for the new release. From-SVN: r259881
* * crontab: Enable snapshots from gcc-8-branch.Jakub Jelinek2018-04-252-1/+6
| | | | From-SVN: r259637
* gcc_release (build_sources): Use getconf to get at the number of cores in ↵Richard Biener2018-01-252-1/+14
| | | | | | | | | | | the system and pass -jN to gcc_build. 2018-01-25 Richard Biener <rguenther@suse.de> * gcc_release (build_sources): Use getconf to get at the number of cores in the system and pass -jN to gcc_build. From-SVN: r257045
* update_version_svn: Ignore the GCC 5 branch.Jakub Jelinek2017-10-103-2/+6
| | | | | | | * update_version_svn: Ignore the GCC 5 branch. * crontab: Remove entry for the GCC 5 branch. From-SVN: r253583
* gcc_release (XZ): Default to xz --best.Matthias Klose2017-05-232-1/+5
| | | | | | | | 2017-05-23 Matthias Klose <doko@ubuntu.com> * gcc_release (XZ): Default to xz --best. From-SVN: r248392
* gcc_release (build_gzip): Build xz tarball instead of bz2 tarball.Matthias Klose2017-05-182-17/+46
| | | | | | | | | | | | | | | 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: r248251
* * crontab: Enable snapshots from gcc-7-branch.Jakub Jelinek2017-04-202-2/+7
| | | | From-SVN: r247020
* * gcc_release (snapshot_print): Replace md5 checksum by sha256.Gerald Pfeifer2017-03-032-1/+5
| | | | From-SVN: r245875
* update_web_docs_svn: Remove a reference to GCC 3.1.Gerald Pfeifer2017-02-282-2/+17
| | | | | | | | | * 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
* * update_web_docs_svn (MANUALS): Add libitm.Gerald Pfeifer2017-02-072-0/+5
| | | | From-SVN: r245260
* re PR web/50642 (onlinedocs formated text too small to read)Gerald Pfeifer2016-09-041-0/+1
| | | | | | | | PR documentation/50642 * update_web_docs_svn (CSS): Introduce. Have generated files refer to it. From-SVN: r239981
* update_web_docs_svn (CSS): Introduce.Gerald Pfeifer2016-09-042-1/+8
| | | | | | | * update_web_docs_svn (CSS): Introduce. Have generated files refer to it. From-SVN: r239980
* Document branch_changer.py scriptMartin Liska2016-08-172-4/+39
| | | | | | | * branch_changer.py: Describe the script. Add sample usage of the script. From-SVN: r239526
* Set +x for two python scripts.Martin Liska2016-08-091-0/+0
| | | | From-SVN: r239303
* Add branch_changer.py script to maintainer-scriptsMartin Liska2016-08-032-0/+199
| | | | | | * branch_changer.py: New file. From-SVN: r239066
* update_version_svn: Ignore the GCC 4.9 branch.Richard Biener2016-07-262-1/+5
| | | | | | | | 2016-07-26 Richard Biener <rguenther@suse.de> * update_version_svn: Ignore the GCC 4.9 branch. From-SVN: r238753
* crontab: Remove entry for the GCC 4.9 branch.Richard Biener2016-07-262-1/+4
| | | | | | | | 2016-07-26 Richard Biener <rguenther@suse.de> * crontab: Remove entry for the GCC 4.9 branch. From-SVN: r238752
* generate_libstdcxx_web_docs: Use realpath to get absolute path.Jonathan Wakely2016-06-132-1/+9
| | | | | | | | * generate_libstdcxx_web_docs: Use realpath to get absolute path. Add comment about LaTeX errors. From-SVN: r237357
* * crontab: Enable snapshots from gcc-6-branch.Jakub Jelinek2016-04-152-1/+6
| | | | From-SVN: r235039
* update_version_svn: Add gcc-4_8-branch to IGNORE_BRANCHES.Richard Biener2015-06-232-1/+5
| | | | | | | | 2015-06-23 Richard Biener <rguenther@suse.de> * update_version_svn: Add gcc-4_8-branch to IGNORE_BRANCHES. From-SVN: r224771
* crontab: Disable snapshots from the 4.8 branch.Richard Biener2015-06-142-1/+4
| | | | | | | | 2015-06-14 Richard Biener <rguenther@suse.de> * crontab: Disable snapshots from the 4.8 branch. From-SVN: r224466
* update_version_svn: Update DATESTAMP also on branches/gcc-[0-9]+-branch.Jakub Jelinek2015-04-132-1/+4
| | | | | | | * update_version_svn: Update DATESTAMP also on branches/gcc-[0-9]+-branch. From-SVN: r222044
* gcc_release: Fix up thinko in the last commit, improve error message.Jakub Jelinek2015-04-132-14/+24
| | | | | | | | * 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
* gcc_release: For RELEASE_MAJOR 5+ only use the major number in branch name.Jakub Jelinek2015-04-122-4/+25
| | | | | | | | | * 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
* * crontab: Enable snapshots from gcc-5-branch.Jakub Jelinek2015-04-122-1/+6
| | | | From-SVN: r222028
* update_web_docs_libstdcxx_svn (FILTER): Introduce.Gerald Pfeifer2015-04-072-2/+7
| | | | | | | * update_web_docs_libstdcxx_svn (FILTER): Introduce. Use to filter output of the copying process. From-SVN: r221893
* Complete previous change.Arnaud Charlet2015-02-251-1/+1
| | | | From-SVN: r220973
* * update_web_docs_svn: Preserve gcc/ada/*.png. Update comments.Arnaud Charlet2015-02-252-4/+7
| | | | From-SVN: r220972
* * update_web_docs_svn: Add -I gcc/gcc/ada/doc/gnat_ugn for gnat_ugnArnaud Charlet2015-02-252-1/+5
| | | | From-SVN: r220961
* Fix 404 in "Show Source" in jit docsDavid Malcolm2015-02-062-2/+10
| | | | | | | | | 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
* More fixes for update_web_docs_svn for jit docs (PR jit/64257)David Malcolm2015-02-042-4/+20
| | | | | | | | | | | | | | 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
* Add PR jit/64257 to previous ChangeLog entryDavid Malcolm2015-01-271-0/+1
| | | | From-SVN: r220150
* update_web_docs_svn: support the JIT documentationDavid Malcolm2015-01-272-0/+37
| | | | | | | | | | 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
* Add svn:executable property for generate_libstdcxx_web_docs.Jakub Jelinek2014-10-301-0/+0
| | | | From-SVN: r216914
* crontab: Change trunk snapshots from 4.10 to 5.Richard Biener2014-08-142-1/+5
| | | | | | | | 2014-08-14 Richard Biener <rguenther@suse.de> * crontab: Change trunk snapshots from 4.10 to 5. From-SVN: r213967
* * update_web_docs_svn: Simplify build of gnat_ugn.Arnaud Charlet2014-08-012-16/+6
| | | | From-SVN: r213503
* crontab: Remove 4.7 snapshot entry.Richard Biener2014-06-123-2/+6
| | | | | | | | | 2014-06-12 Richard Biener <rguenther@suse.de> * crontab: Remove 4.7 snapshot entry. * update_version_svn: Update IGNORE_BRANCHES. From-SVN: r211522
* * generate_libstdcxx_web_docs: New script.Jonathan Wakely2014-05-302-0/+60
| | | | From-SVN: r211076
* * crontab: Enable snapshots from gcc-4_9-branch.Jakub Jelinek2014-04-112-1/+6
| | | | From-SVN: r209306
* re PR other/56653 (Warning when verifying checksums from MD5SUMS file in ↵Dmitry Gorbachev2014-02-012-2/+8
| | | | | | | | | | tarballs) PR other/56653 * gcc_release: Avoid printing empty line to generated MD5SUMS files. Bump copyright year. From-SVN: r207387
* update_web_docs_svn: Work around makeinfo generated file names and ↵Gerald Pfeifer2013-12-022-0/+18
| | | | | | | | | references with "_002d" instead... * update_web_docs_svn: Work around makeinfo generated file names and references with "_002d" instead of "-". From-SVN: r205600