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]

gcc-3_4-branch is frozen


this patchlet implements that permanent freeze.

-- Gaby
2006-03-11  Gabriel Dos Reis  <gdr@integrable-solutions.net>

	* crontab: Don't build snapshot for 3.4.x anymore.
	* update_version_svn (IGNORE_BRANCHES): Add 3_4-branch.

*** crontab	(revision 111970)
--- crontab	(local)
***************
*** 1,7 ****
  16  0 * * * sh /home/gccadmin/scripts/update_version_svn
  50  0 * * * sh /home/gccadmin/scripts/update_web_docs_svn
  55  0 * * * sh /home/gccadmin/scripts/update_web_docs_libstdcxx_svn
- 32 22 * * 2 sh /home/gccadmin/scripts/gcc_release -s 3.4:branches/gcc-3_4-branch -l -d /sourceware/snapshot-tmp/gcc all
  32 22 * * 4 sh /home/gccadmin/scripts/gcc_release -s 4.0:branches/gcc-4_0-branch -l -d /sourceware/snapshot-tmp/gcc all
  32 22 * * 5 sh /home/gccadmin/scripts/gcc_release -s 4.1:branches/gcc-4_1-branch -l -d /sourceware/snapshot-tmp/gcc all
  43 17 * * 6 sh /home/gccadmin/scripts/gcc_release -s 4.2:trunk           -l -d /sourceware/snapshot-tmp/gcc all
--- 1,6 ----
*** update_version_svn	(revision 111970)
--- update_version_svn	(local)
***************
*** 6,12 ****
  # in $ADD_BRANCHES.
  
  SVNROOT=${SVNROOT:-"file:///svn/gcc"}
! IGNORE_BRANCHES='gcc-(2_95|3_0|3_1|3_2|3_3)-branch'
  ADD_BRANCHES='HEAD autovect-branch'
  
  # Run this from /tmp.
--- 6,12 ----
  # in $ADD_BRANCHES.
  
  SVNROOT=${SVNROOT:-"file:///svn/gcc"}
! IGNORE_BRANCHES='gcc-(2_95|3_0|3_1|3_2|3_3|3_4)-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]