aboutsummaryrefslogtreecommitdiff
path: root/maintainer-scripts/ChangeLog
AgeCommit message (Collapse)AuthorFilesLines
2018-11-22Add new maintainer script for PRs that can be closed.Martin Liska1-0/+4
2018-11-22 Martin Liska <mliska@suse.cz> * bugzilla-close-candidate.py: New file. From-SVN: r266377
2018-10-26update_version_svn (IGNORE_BRANCHES): Add gcc-6-branch.Jakub Jelinek1-0/+3
* update_version_svn (IGNORE_BRANCHES): Add gcc-6-branch. * crontab: Remove gcc-6-branch entry. From-SVN: r265527
2018-10-26gcc_release (error, inform): Use $@ instead of $1.Jakub Jelinek1-0/+6
* 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
2018-05-03re PR other/85622 (gcc-8.1.0/NEWS says it's not released yet)Jakub Jelinek1-0/+7
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
2018-04-25* crontab: Enable snapshots from gcc-8-branch.Jakub Jelinek1-0/+4
From-SVN: r259637
2018-01-25gcc_release (build_sources): Use getconf to get at the number of cores in ↵Richard Biener1-0/+5
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
2017-10-10update_version_svn: Ignore the GCC 5 branch.Jakub Jelinek1-0/+5
* update_version_svn: Ignore the GCC 5 branch. * crontab: Remove entry for the GCC 5 branch. From-SVN: r253583
2017-05-23gcc_release (XZ): Default to xz --best.Matthias Klose1-0/+4
2017-05-23 Matthias Klose <doko@ubuntu.com> * gcc_release (XZ): Default to xz --best. From-SVN: r248392
2017-05-18gcc_release (build_gzip): Build xz tarball instead of bz2 tarball.Matthias Klose1-1/+12
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
2017-04-20* crontab: Enable snapshots from gcc-7-branch.Jakub Jelinek1-0/+4
From-SVN: r247020
2017-03-03* gcc_release (snapshot_print): Replace md5 checksum by sha256.Gerald Pfeifer1-0/+4
From-SVN: r245875
2017-02-28update_web_docs_svn: Remove a reference to GCC 3.1.Gerald Pfeifer1-0/+7
* 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-07* update_web_docs_svn (MANUALS): Add libitm.Gerald Pfeifer1-0/+4
From-SVN: r245260
2016-09-04re PR web/50642 (onlinedocs formated text too small to read)Gerald Pfeifer1-0/+1
PR documentation/50642 * update_web_docs_svn (CSS): Introduce. Have generated files refer to it. From-SVN: r239981
2016-09-04update_web_docs_svn (CSS): Introduce.Gerald Pfeifer1-0/+5
* update_web_docs_svn (CSS): Introduce. Have generated files refer to it. From-SVN: r239980
2016-08-17Document branch_changer.py scriptMartin Liska1-0/+5
* branch_changer.py: Describe the script. Add sample usage of the script. From-SVN: r239526
2016-08-03Add branch_changer.py script to maintainer-scriptsMartin Liska1-0/+4
* branch_changer.py: New file. From-SVN: r239066
2016-07-26update_version_svn: Ignore the GCC 4.9 branch.Richard Biener1-0/+4
2016-07-26 Richard Biener <rguenther@suse.de> * update_version_svn: Ignore the GCC 4.9 branch. From-SVN: r238753
2016-07-26crontab: Remove entry for the GCC 4.9 branch.Richard Biener1-0/+4
2016-07-26 Richard Biener <rguenther@suse.de> * crontab: Remove entry for the GCC 4.9 branch. From-SVN: r238752
2016-06-13generate_libstdcxx_web_docs: Use realpath to get absolute path.Jonathan Wakely1-0/+5
* generate_libstdcxx_web_docs: Use realpath to get absolute path. Add comment about LaTeX errors. From-SVN: r237357
2016-04-15* crontab: Enable snapshots from gcc-6-branch.Jakub Jelinek1-0/+4
From-SVN: r235039
2015-06-23update_version_svn: Add gcc-4_8-branch to IGNORE_BRANCHES.Richard Biener1-0/+4
2015-06-23 Richard Biener <rguenther@suse.de> * update_version_svn: Add gcc-4_8-branch to IGNORE_BRANCHES. From-SVN: r224771
2015-06-14crontab: Disable snapshots from the 4.8 branch.Richard Biener1-0/+4
2015-06-14 Richard Biener <rguenther@suse.de> * crontab: Disable snapshots from the 4.8 branch. From-SVN: r224466
2015-04-13update_version_svn: Update DATESTAMP also on branches/gcc-[0-9]+-branch.Jakub Jelinek1-0/+3
* update_version_svn: Update DATESTAMP also on branches/gcc-[0-9]+-branch. From-SVN: r222044
2015-04-13gcc_release: Fix up thinko in the last commit, improve error message.Jakub Jelinek1-0/+6
* 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-12gcc_release: For RELEASE_MAJOR 5+ only use the major number in branch name.Jakub Jelinek1-0/+5
* 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* crontab: Enable snapshots from gcc-5-branch.Jakub Jelinek1-0/+4
From-SVN: r222028
2015-04-07update_web_docs_libstdcxx_svn (FILTER): Introduce.Gerald Pfeifer1-0/+5
* update_web_docs_libstdcxx_svn (FILTER): Introduce. Use to filter output of the copying process. From-SVN: r221893
2015-02-25* update_web_docs_svn: Preserve gcc/ada/*.png. Update comments.Arnaud Charlet1-0/+4
From-SVN: r220972
2015-02-25* update_web_docs_svn: Add -I gcc/gcc/ada/doc/gnat_ugn for gnat_ugnArnaud Charlet1-0/+4
From-SVN: r220961
2015-02-06Fix 404 in "Show Source" in jit docsDavid Malcolm1-0/+6
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-04More fixes for update_web_docs_svn for jit docs (PR jit/64257)David Malcolm1-0/+6
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-01-27Add PR jit/64257 to previous ChangeLog entryDavid Malcolm1-0/+1
From-SVN: r220150
2015-01-27update_web_docs_svn: support the JIT documentationDavid Malcolm1-0/+7
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
2014-08-14crontab: Change trunk snapshots from 4.10 to 5.Richard Biener1-0/+4
2014-08-14 Richard Biener <rguenther@suse.de> * crontab: Change trunk snapshots from 4.10 to 5. From-SVN: r213967
2014-08-01* update_web_docs_svn: Simplify build of gnat_ugn.Arnaud Charlet1-0/+4
From-SVN: r213503
2014-06-12crontab: Remove 4.7 snapshot entry.Richard Biener1-0/+5
2014-06-12 Richard Biener <rguenther@suse.de> * crontab: Remove 4.7 snapshot entry. * update_version_svn: Update IGNORE_BRANCHES. From-SVN: r211522
2014-05-30* generate_libstdcxx_web_docs: New script.Jonathan Wakely1-0/+4
From-SVN: r211076
2014-04-11* crontab: Enable snapshots from gcc-4_9-branch.Jakub Jelinek1-0/+4
From-SVN: r209306
2014-02-01re PR other/56653 (Warning when verifying checksums from MD5SUMS file in ↵Dmitry Gorbachev1-0/+6
tarballs) PR other/56653 * gcc_release: Avoid printing empty line to generated MD5SUMS files. Bump copyright year. From-SVN: r207387
2013-12-02update_web_docs_svn: Work around makeinfo generated file names and ↵Gerald Pfeifer1-0/+5
references with "_002d" instead... * update_web_docs_svn: Work around makeinfo generated file names and references with "_002d" instead of "-". From-SVN: r205600
2013-04-12crontab: Disable snapshots from gcc-4_6-branch.Jakub Jelinek1-0/+5
* crontab: Disable snapshots from gcc-4_6-branch. * update_version_svn: Ignore gcc-4_6-branch. From-SVN: r197924
2013-04-07update_web_docs_libstdcxx_svn: No longer ignore all output from the actual ↵Gerald Pfeifer1-0/+6
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-03-16* crontab: Enable snapshots from gcc-4_8-branch.Jakub Jelinek1-0/+4
From-SVN: r196698
2012-07-02crontab: Disable snapshots from gcc-4_5-branch.Richard Guenther1-0/+5
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-03-22crontab: Enable snapshots from gcc-4_7-branch.Richard Biener1-2/+6
2012-03-23 Richard Guenther <rguenther@suse.de> * crontab: Enable snapshots from gcc-4_7-branch. From-SVN: r185680
2012-03-13crontab: Remove 4.4 branch from the list of snapshots to make.Jakub Jelinek1-0/+5
* 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-05crontab: Remove 4.3 branch from the list of snapshots to make.Richard Guenther1-0/+4
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-02crontab: Fix day-of-week.Richard Guenther1-0/+4
2012-03-02 Richard Guenther <rguenther@suse.de> * crontab: Fix day-of-week. From-SVN: r184782
2012-03-02crontab: Update for 4.7 branching.Richard Guenther1-0/+4
2012-03-02 Richard Guenther <rguenther@suse.de> * crontab: Update for 4.7 branching. From-SVN: r184781