aboutsummaryrefslogtreecommitdiff
path: root/maintainer-scripts/gcc_release
diff options
context:
space:
mode:
authorGerald Pfeifer <gerald@pfeifer.com>2010-08-14 22:57:37 +0000
committerGerald Pfeifer <gerald@gcc.gnu.org>2010-08-14 22:57:37 +0000
commit0338b5808d590889fd00b0c1460d07904147ad3b (patch)
treea9d69ddd077ad764da77cb594d171fc092decef8 /maintainer-scripts/gcc_release
parentfaa832a76d086cd6fdbfc2b3a2b859f4f3aab5ef (diff)
downloadgcc-0338b5808d590889fd00b0c1460d07904147ad3b.zip
gcc-0338b5808d590889fd00b0c1460d07904147ad3b.tar.gz
gcc-0338b5808d590889fd00b0c1460d07904147ad3b.tar.bz2
* gcc_release (CVSROOT): Remove all occurrences.
From-SVN: r163253
Diffstat (limited to 'maintainer-scripts/gcc_release')
-rwxr-xr-xmaintainer-scripts/gcc_release3
1 files changed, 0 insertions, 3 deletions
diff --git a/maintainer-scripts/gcc_release b/maintainer-scripts/gcc_release
index 7ef0e5b..769f971f 100755
--- a/maintainer-scripts/gcc_release
+++ b/maintainer-scripts/gcc_release
@@ -703,13 +703,10 @@ TESTSUITE_DIRS=`adjust_dirs ${TESTSUITE_DIRS}`
# Set up SVNROOT.
if [ $LOCAL -eq 0 ]; then
SVNROOT="svn+ssh://${SVN_USERNAME}@${SVN_SERVER}${SVN_REPOSITORY}"
- CVSROOT=":ext:${SVN_USERNAME}@gcc.gnu.org/cvs/gcc"
else
SVNROOT="file:///svn/gcc"
- CVSROOT="/cvs/gcc"
fi
export SVNROOT
-export CVSROOT
########################################################################
# Main Program