update_version_svn: Add gcc-4_8-branch to IGNORE_BRANCHES.
authorRichard Biener <rguenther@suse.de>
Tue, 23 Jun 2015 07:48:06 +0000 (07:48 +0000)
committerRichard Biener <rguenth@gcc.gnu.org>
Tue, 23 Jun 2015 07:48:06 +0000 (07:48 +0000)
2015-06-23  Richard Biener  <rguenther@suse.de>

* update_version_svn: Add gcc-4_8-branch to IGNORE_BRANCHES.

From-SVN: r224771

maintainer-scripts/ChangeLog
maintainer-scripts/update_version_svn

index 4cd20ea03d3718e99e245a87b729c4c920b32d11..13a6f4fdd3aa73fd86a507c324bc0ca727f93921 100644 (file)
@@ -1,3 +1,7 @@
+2015-06-23  Richard Biener  <rguenther@suse.de>
+
+       * update_version_svn: Add gcc-4_8-branch to IGNORE_BRANCHES.
+
 2015-06-14  Richard Biener  <rguenther@suse.de>
 
        * crontab: Disable snapshots from the 4.8 branch.
index c707acaba06b399f907b56b6df8748bc12192fce..b2554f605e5002a20f943bbb00cf869c45223ccc 100755 (executable)
@@ -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|4_3|4_4|4_5|4_6|4_7)-branch'
+IGNORE_BRANCHES='gcc-(2_95|3_0|3_1|3_2|3_3|3_4|4_0|4_1|4_2|4_3|4_4|4_5|4_6|4_7|4_8)-branch'
 ADD_BRANCHES='HEAD'
 
 # Run this from /tmp.