public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
* [PATCH] Bump DATESTAMP even on gcc-5-branch
@ 2015-04-13  9:10 Jakub Jelinek
  0 siblings, 0 replies; only message in thread
From: Jakub Jelinek @ 2015-04-13  9:10 UTC (permalink / raw)
  To: Richard Biener; +Cc: gcc-patches

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.

--- 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}"

	Jakub

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2015-04-13  9:10 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-04-13  9:10 [PATCH] Bump DATESTAMP even on gcc-5-branch Jakub Jelinek

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).