- Jul 19, 2024
-
-
Richard Biener authored
Remove gcc-11 branch from updating and snapshot generating contrib/ * gcc-changelog/git_update_version.py: Remove gcc-11 branch. maintainer-scripts/ * crontab: Remove entry for gcc-11 branch.
-
- Apr 26, 2024
-
-
Jakub Jelinek authored
2024-04-26 Jakub Jelinek <jakub@redhat.com> maintainer-scripts/ * crontab: Snapshots from trunk are now GCC 15 related. Add GCC 14 snapshots from the respective branch. contrib/ * gcc-changelog/git_update_version.py (active_refs): Add releases/gcc-14.
-
- Jul 07, 2023
-
-
Richard Biener authored
contrib/ * gcc-changelog/git_update_version.py: Remove GCC 10 from active_refs. maintainer-scripts/ * crontab: Remove entry for GCC 10.
-
- Apr 17, 2023
-
-
Jakub Jelinek authored
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.
-
- Nov 14, 2022
-
-
Martin Liska authored
This reverts commit d05a423c.
-
Martin Liska authored
This reverts commit 9072763f.
-
- Nov 10, 2022
-
-
Martin Liska authored
maintainer-scripts/ChangeLog: * crontab: Fix superfluous 'sh' for Python script.
-
- Nov 09, 2022
-
-
Martin Liska authored
maintainer-scripts/ChangeLog: * crontab: Use new script for documentation of master branch.
-
- May 20, 2022
-
-
Richard Biener authored
GCC 9 nears its end. 2022-05-20 Richard Biener <rguenther@suse.de> maintainer-scripts/ * crontab: Disable snapshots from the gcc-9 branch.
-
- Apr 28, 2022
-
-
Jakub Jelinek authored
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.
-
- May 14, 2021
-
-
Jakub Jelinek authored
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.
-
- Apr 20, 2021
-
-
Jakub Jelinek authored
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.
-
- Apr 30, 2020
-
-
Jakub Jelinek authored
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.
-
- Jan 13, 2020
-
-
Jonathan Wakely authored
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.
-
Joseph Myers authored
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.
-
Joseph Myers authored
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.
-
Joseph Myers authored
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.
-
- Nov 05, 2019
-
-
Richard Biener authored
2019-10-05 Richard Biener <rguenther@suse.de> * crontab: Disable snapshots from gcc-7-branch. From-SVN: r277815
-
- May 04, 2019
-
-
Gerald Pfeifer authored
* crontab: Snapshots from trunk are now GCC 10 related. Add GCC 9 snapshots from the respective branch. From-SVN: r270871
-
- Oct 26, 2018
-
-
Jakub Jelinek authored
* update_version_svn (IGNORE_BRANCHES): Add gcc-6-branch. * crontab: Remove gcc-6-branch entry. From-SVN: r265527
-
- Apr 25, 2018
-
-
Jakub Jelinek authored
From-SVN: r259637
-
- Oct 10, 2017
-
-
Jakub Jelinek authored
* update_version_svn: Ignore the GCC 5 branch. * crontab: Remove entry for the GCC 5 branch. From-SVN: r253583
-
- Apr 20, 2017
-
-
Jakub Jelinek authored
From-SVN: r247020
-
- Jul 26, 2016
-
-
Richard Biener authored
2016-07-26 Richard Biener <rguenther@suse.de> * crontab: Remove entry for the GCC 4.9 branch. From-SVN: r238752
-
- Apr 15, 2016
-
-
Jakub Jelinek authored
From-SVN: r235039
-
- Jun 14, 2015
-
-
Richard Biener authored
2015-06-14 Richard Biener <rguenther@suse.de> * crontab: Disable snapshots from the 4.8 branch. From-SVN: r224466
-
- Apr 12, 2015
-
-
Jakub Jelinek authored
From-SVN: r222028
-
- Aug 14, 2014
-
-
Richard Biener authored
2014-08-14 Richard Biener <rguenther@suse.de> * crontab: Change trunk snapshots from 4.10 to 5. From-SVN: r213967
-
- Jun 12, 2014
-
-
Richard Biener authored
2014-06-12 Richard Biener <rguenther@suse.de> * crontab: Remove 4.7 snapshot entry. * update_version_svn: Update IGNORE_BRANCHES. From-SVN: r211522
-
- Apr 11, 2014
-
-
Jakub Jelinek authored
From-SVN: r209306
-
- Apr 12, 2013
-
-
Jakub Jelinek authored
* crontab: Disable snapshots from gcc-4_6-branch. * update_version_svn: Ignore gcc-4_6-branch. From-SVN: r197924
-
- Mar 16, 2013
-
-
Jakub Jelinek authored
From-SVN: r196698
-
- Jul 02, 2012
-
-
Richard Guenther authored
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
-
- Mar 22, 2012
-
-
Richard Biener authored
2012-03-23 Richard Guenther <rguenther@suse.de> * crontab: Enable snapshots from gcc-4_7-branch. From-SVN: r185680
-
- Mar 13, 2012
-
-
Jakub Jelinek authored
* 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
-
- Mar 05, 2012
-
-
Richard Guenther authored
2013-03-05 Richard Guenther <rguenther@suse.de> * crontab: Remove 4.3 branch from the list of snapshots to make. From-SVN: r184918
-
- Mar 02, 2012
-
-
Richard Guenther authored
2012-03-02 Richard Guenther <rguenther@suse.de> * crontab: Fix day-of-week. From-SVN: r184782
-
Richard Guenther authored
2012-03-02 Richard Guenther <rguenther@suse.de> * crontab: Update for 4.7 branching. From-SVN: r184781
-
- Mar 14, 2011
-
-
Jakub Jelinek authored
* crontab: Enable 4.7 snapshots, switch 4.6 snapshots to 4.6 branch. From-SVN: r170941
-
- Apr 16, 2010
-
-
Joseph Myers authored
From-SVN: r158434
-