aboutsummaryrefslogtreecommitdiff
path: root/maintainer-scripts/update_version_svn
AgeCommit message (Collapse)AuthorFilesLines
2020-01-13Replace update_version_svn with update_version_git.Joseph Myers1-85/+0
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.
2019-11-14update_version_svn (IGNORE_BRANCHES): Add 7.Richard Biener1-1/+1
2019-11-14 Richard Biener <rguenther@suse.de> * update_version_svn (IGNORE_BRANCHES): Add 7. From-SVN: r278199
2018-10-26update_version_svn (IGNORE_BRANCHES): Add gcc-6-branch.Jakub Jelinek1-1/+1
* update_version_svn (IGNORE_BRANCHES): Add gcc-6-branch. * crontab: Remove gcc-6-branch entry. From-SVN: r265527
2017-10-10update_version_svn: Ignore the GCC 5 branch.Jakub Jelinek1-1/+1
* update_version_svn: Ignore the GCC 5 branch. * crontab: Remove entry for the GCC 5 branch. From-SVN: r253583
2016-07-26update_version_svn: Ignore the GCC 4.9 branch.Richard Biener1-1/+1
2016-07-26 Richard Biener <rguenther@suse.de> * update_version_svn: Ignore the GCC 4.9 branch. From-SVN: r238753
2015-06-23update_version_svn: Add gcc-4_8-branch to IGNORE_BRANCHES.Richard Biener1-1/+1
2015-06-23 Richard Biener <rguenther@suse.de> * update_version_svn: Add gcc-4_8-branch to IGNORE_BRANCHES. From-SVN: r224771
2015-04-13update_version_svn: Update DATESTAMP also on branches/gcc-[0-9]+-branch.Jakub Jelinek1-1/+1
* update_version_svn: Update DATESTAMP also on branches/gcc-[0-9]+-branch. From-SVN: r222044
2014-06-12crontab: Remove 4.7 snapshot entry.Richard Biener1-1/+1
2014-06-12 Richard Biener <rguenther@suse.de> * crontab: Remove 4.7 snapshot entry. * update_version_svn: Update IGNORE_BRANCHES. From-SVN: r211522
2013-04-12crontab: Disable snapshots from gcc-4_6-branch.Jakub Jelinek1-1/+1
* crontab: Disable snapshots from gcc-4_6-branch. * update_version_svn: Ignore gcc-4_6-branch. From-SVN: r197924
2012-07-02crontab: Disable snapshots from gcc-4_5-branch.Richard Guenther1-1/+1
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-13crontab: Remove 4.4 branch from the list of snapshots to make.Jakub Jelinek1-1/+1
* 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
2011-06-27update_version_svn (IGNORE_BRANCHES): Add gcc-4_3-branch.Richard Guenther1-1/+1
2011-06-27 Richard Guenther <rguenther@suse.de> * update_version_svn (IGNORE_BRANCHES): Add gcc-4_3-branch. From-SVN: r175476
2011-01-31update_version_svn (FILES): Merge with datestamp_FILES.Gerald Pfeifer1-10/+8
* update_version_svn (FILES): Merge with datestamp_FILES. (SVNROOT2): Introduce and use. From-SVN: r169428
2011-01-30update_version_svn (SVN): Remove obsolete comment.Gerald Pfeifer1-5/+2
* update_version_svn (SVN): Remove obsolete comment. (CURR_DATE): Fix description. Fix description of checkout procedure. From-SVN: r169417
2009-03-30* update_version_svn (IGNORE_BRANCHES): Add 4.2 branch.Joseph Myers1-1/+1
From-SVN: r145301
2009-02-21update_version_svn (ADD_BRANCHES): Remove autovect-branch and document format.Gerald Pfeifer1-2/+2
* update_version_svn (ADD_BRANCHES): Remove autovect-branch and document format. From-SVN: r144352
2008-07-04crontab: Remove 4.1 snapshots job.Joseph Myers1-43/+2
* 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
2007-02-25* update_version_svn (IGNORE_BRANCHES): Add 4_0-branch.Gerald Pfeifer1-1/+1
From-SVN: r122321
2006-03-11crontab: Don't build snapshot for 3.4.x anymore.Gabriel Dos Reis1-1/+1
* crontab: Don't build snapshot for 3.4.x anymore. * update_version_svn (IGNORE_BRANCHES): Add 3_4-branch. From-SVN: r111968
2006-01-12* update_version_svn (ADD_BRANCHES): Remove dfp-branch.Ben Elliston1-1/+1
From-SVN: r109635
2005-10-28Add back -q so that jsm doesn't have to see a billion lines of outputDaniel Berlin1-2/+2
From-SVN: r105932
2005-10-28Fix update_version_svn so it actually is the correct version of this scriptDaniel Berlin1-5/+3
From-SVN: r105928
2005-10-16Modify update_version for SVNDaniel Berlin1-0/+133
From-SVN: r105454