mirror of git://gcc.gnu.org/git/gcc.git
* gcc_release (CVSROOT): Remove all occurrences.
From-SVN: r163253
This commit is contained in:
parent
faa832a76d
commit
0338b5808d
|
@ -1,3 +1,7 @@
|
||||||
|
2010-08-14 Gerald Pfeifer <gerald@pfeifer.com>
|
||||||
|
|
||||||
|
* gcc_release (CVSROOT): Remove.
|
||||||
|
|
||||||
2010-08-14 Gerald Pfeifer <gerald@pfeifer.com>
|
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
|
||||||
|
|
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue