Commit 0338b580 by Gerald Pfeifer Committed by Gerald Pfeifer

* gcc_release (CVSROOT): Remove all occurrences.

From-SVN: r163253
parent faa832a7
2010-08-14 Gerald Pfeifer <gerald@pfeifer.com> 2010-08-14 Gerald Pfeifer <gerald@pfeifer.com>
* gcc_release (CVSROOT): Remove.
2010-08-14 Gerald Pfeifer <gerald@pfeifer.com>
* gcc_release (snapshot_print): Include md5 hash for every tarball * gcc_release (snapshot_print): Include md5 hash for every tarball
in the README file and notification mail. in the README file and notification mail.
......
...@@ -703,13 +703,10 @@ TESTSUITE_DIRS=`adjust_dirs ${TESTSUITE_DIRS}` ...@@ -703,13 +703,10 @@ TESTSUITE_DIRS=`adjust_dirs ${TESTSUITE_DIRS}`
# Set up SVNROOT. # Set up SVNROOT.
if [ $LOCAL -eq 0 ]; then if [ $LOCAL -eq 0 ]; then
SVNROOT="svn+ssh://${SVN_USERNAME}@${SVN_SERVER}${SVN_REPOSITORY}" SVNROOT="svn+ssh://${SVN_USERNAME}@${SVN_SERVER}${SVN_REPOSITORY}"
CVSROOT=":ext:${SVN_USERNAME}@gcc.gnu.org/cvs/gcc"
else else
SVNROOT="file:///svn/gcc" SVNROOT="file:///svn/gcc"
CVSROOT="/cvs/gcc"
fi fi
export SVNROOT export SVNROOT
export CVSROOT
######################################################################## ########################################################################
# Main Program # Main Program
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment