mirror of git://gcc.gnu.org/git/gcc.git
* update_version_svn (IGNORE_BRANCHES): Add 4_0-branch.
From-SVN: r122321
This commit is contained in:
parent
b098aaf2ae
commit
7f0248d7e1
|
@ -1,3 +1,7 @@
|
||||||
|
2007-02-25 Gerald Pfeifer <gerald@pfeifer.com>
|
||||||
|
|
||||||
|
* update_version_svn (IGNORE_BRANCHES): Add 4_0-branch.
|
||||||
|
|
||||||
2007-01-29 Gerald Pfeifer <gerald@pfeifer.com>
|
2007-01-29 Gerald Pfeifer <gerald@pfeifer.com>
|
||||||
|
|
||||||
* crontab: No longer build snapshots for 4.0.x.
|
* crontab: No longer build snapshots for 4.0.x.
|
||||||
|
|
|
@ -6,7 +6,7 @@
|
||||||
# in $ADD_BRANCHES.
|
# in $ADD_BRANCHES.
|
||||||
|
|
||||||
SVNROOT=${SVNROOT:-"file:///svn/gcc"}
|
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'
|
ADD_BRANCHES='HEAD autovect-branch'
|
||||||
|
|
||||||
# Run this from /tmp.
|
# Run this from /tmp.
|
||||||
|
|
Loading…
Reference in New Issue