From f4e12a7cdbfedee35d32f150a166e347d11121d0 Mon Sep 17 00:00:00 2001 From: Gerald Pfeifer Date: Fri, 9 May 2003 15:05:41 +0000 Subject: [PATCH] update_version (ADD_BRANCHES): Add, set to MAIN and tree-ssa-20020619-branch. * update_version (ADD_BRANCHES): Add, set to MAIN and tree-ssa-20020619-branch. (BRANCHES): Always consider branches given by $ADD_BRANCHES. From-SVN: r66633 --- maintainer-scripts/ChangeLog | 6 ++++++ maintainer-scripts/update_version | 3 ++- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/maintainer-scripts/ChangeLog b/maintainer-scripts/ChangeLog index f0742495c00..8207c42166f 100644 --- a/maintainer-scripts/ChangeLog +++ b/maintainer-scripts/ChangeLog @@ -1,3 +1,9 @@ +2003-05-09 Gerald Pfeifer + + * update_version (ADD_BRANCHES): Add, set to MAIN and + tree-ssa-20020619-branch. + (BRANCHES): Always consider branches given by $ADD_BRANCHES. + 2003-05-04 Gerald Pfeifer * update_version (textstring_FILES): Only version.c needs to be diff --git a/maintainer-scripts/update_version b/maintainer-scripts/update_version index 715f8b6645a..b8e8a1e7a5e 100755 --- a/maintainer-scripts/update_version +++ b/maintainer-scripts/update_version @@ -2,6 +2,7 @@ CVSROOT=${CVSROOT:-/cvs/gcc} IGNORE_BRANCHES='gcc-(2_95|3_0|3_1|3_2)-branch' +ADD_BRANCHES='HEAD tree-ssa-20020619-branch' # Run this from /tmp. export CVSROOT @@ -19,7 +20,7 @@ BRANCHES=`$CVS status -v gcc/ChangeLog \ | egrep 'gcc-[0-9]+_[0-9]+-branch$' \ | egrep -v $IGNORE_BRANCHES` # Always update the mainline. -BRANCHES="${BRANCHES} HEAD" +BRANCHES="${BRANCHES} ${ADD_BRANCHES}" # ARGS is passed to 'cvs co' CURR_DATE=`/bin/date +"%Y%m%d"` -- 2.30.2