diff mbox

Bump DATESTAMP even on gcc-5-branch

Message ID 20150413090959.GJ1735@tucnak.redhat.com
State New
Headers show

Commit Message

Jakub Jelinek April 13, 2015, 9:09 a.m. UTC
Hi!

I've noticed there was no DATESTAMP bump this morning on gcc-5-branch,
hopefully fixed thusly.

2015-04-13  Jakub Jelinek  <jakub@redhat.com>

	* update_version_svn: Update DATESTAMP also on
	branches/gcc-[0-9]+-branch.


	Jakub
diff mbox

Patch

--- update_version_svn	(revision 221957)
+++ update_version_svn	(working copy)
@@ -20,7 +20,7 @@  SVN=${SVN:-/usr/bin/svn}
 # Compute the branches which we should update.
 BRANCHES=`$SVN ls $SVNROOT/branches \
 	  | sed -e 's/\///' \
-          | egrep 'gcc-[0-9]+_[0-9]+-branch$' \
+          | egrep 'gcc-[0-9]+(_[0-9]+)?-branch$' \
           | egrep -v $IGNORE_BRANCHES`
 # Always update the mainline.
 BRANCHES="${BRANCHES} ${ADD_BRANCHES}"