This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Disable update_version for the 4.1 branch (was: [wwwdocs] index.html -- update GCC 4.0.4 branch status)


On Mon, 26 Feb 2007, Serge Belyshev wrote:
> Could you please also fix "update_version" gccadmin script which
> commits to gcc-4_0-branch every day? see

Done thusly.  I also updated the script in the gccadmin account on 
gcc.gnu.org itself.

Thanks for the notification!

Gerald

2007-02-25  Gerald Pfeifer  <gerald@pfeifer.com>

	* update_version_svn (IGNORE_BRANCHES): Add 4_0-branch.

Index: update_version_svn
===================================================================
--- update_version_svn	(revision 122296)
+++ update_version_svn	(working copy)
@@ -6,7 +6,7 @@
 # in $ADD_BRANCHES.
 
 SVNROOT=${SVNROOT:-"file:///svn/gcc"}
-IGNORE_BRANCHES='gcc-(2_95|3_0|3_1|3_2|3_3|3_4)-branch'
+IGNORE_BRANCHES='gcc-(2_95|3_0|3_1|3_2|3_3|3_4|4_0)-branch'
 ADD_BRANCHES='HEAD autovect-branch'
 
 # Run this from /tmp.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]