diff options
author | rguenth <rguenth@138bc75d-0d04-0410-961f-82ee72b054a4> | 2011-06-27 11:05:50 +0000 |
---|---|---|
committer | rguenth <rguenth@138bc75d-0d04-0410-961f-82ee72b054a4> | 2011-06-27 11:05:50 +0000 |
commit | 9bc0a5d22ce948c0465668e583b0ab868a46a78c (patch) | |
tree | 712bc5969c492518ba20e1151ec14869446a9763 /maintainer-scripts | |
parent | 33c20fdf801c90a1ae1ab51de3b51560ad0b6949 (diff) | |
download | gcc-9bc0a5d22ce948c0465668e583b0ab868a46a78c.tar.gz |
2011-06-27 Richard Guenther <rguenther@suse.de>
* update_version_svn (IGNORE_BRANCHES): Add gcc-4_3-branch.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@175476 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'maintainer-scripts')
-rw-r--r-- | maintainer-scripts/ChangeLog | 4 | ||||
-rwxr-xr-x | maintainer-scripts/update_version_svn | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/maintainer-scripts/ChangeLog b/maintainer-scripts/ChangeLog index 35879c5fcfa..b0c363860e2 100644 --- a/maintainer-scripts/ChangeLog +++ b/maintainer-scripts/ChangeLog @@ -1,3 +1,7 @@ +2011-06-27 Richard Guenther <rguenther@suse.de> + + * update_version_svn (IGNORE_BRANCHES): Add gcc-4_3-branch. + 2011-05-22 Joseph Myers <joseph@codesourcery.com> * gcc_release (adjust_dirs, maybe_build_tarfile): Remove. diff --git a/maintainer-scripts/update_version_svn b/maintainer-scripts/update_version_svn index 20fd2b194ae..b5dbd6968b9 100755 --- a/maintainer-scripts/update_version_svn +++ b/maintainer-scripts/update_version_svn @@ -6,7 +6,7 @@ # in the space separated list in $ADD_BRANCHES. SVNROOT=${SVNROOT:-"file:///svn/gcc"} -IGNORE_BRANCHES='gcc-(2_95|3_0|3_1|3_2|3_3|3_4|4_0|4_1|4_2)-branch' +IGNORE_BRANCHES='gcc-(2_95|3_0|3_1|3_2|3_3|3_4|4_0|4_1|4_2|4_3)-branch' ADD_BRANCHES='HEAD' # Run this from /tmp. |