aboutsummaryrefslogtreecommitdiff
path: root/maintainer-scripts/update_version_svn
diff options
context:
space:
mode:
authorJakub Jelinek <jakub@redhat.com>2015-04-13 11:07:11 +0200
committerJakub Jelinek <jakub@gcc.gnu.org>2015-04-13 11:07:11 +0200
commit54a3a620046c47bfda0deb529cf3c4284561ce8a (patch)
tree547172486a051f5b2192cf50537c33ebf0895e64 /maintainer-scripts/update_version_svn
parentd041a6fcae6d87a98d86efdc8ebe384192236f98 (diff)
downloadgcc-54a3a620046c47bfda0deb529cf3c4284561ce8a.zip
gcc-54a3a620046c47bfda0deb529cf3c4284561ce8a.tar.gz
gcc-54a3a620046c47bfda0deb529cf3c4284561ce8a.tar.bz2
update_version_svn: Update DATESTAMP also on branches/gcc-[0-9]+-branch.
* update_version_svn: Update DATESTAMP also on branches/gcc-[0-9]+-branch. From-SVN: r222044
Diffstat (limited to 'maintainer-scripts/update_version_svn')
-rwxr-xr-xmaintainer-scripts/update_version_svn2
1 files changed, 1 insertions, 1 deletions
diff --git a/maintainer-scripts/update_version_svn b/maintainer-scripts/update_version_svn
index 800a70e..c707aca 100755
--- a/maintainer-scripts/update_version_svn
+++ b/maintainer-scripts/update_version_svn
@@ -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}"