OSDN Git Service

* gcc_release (CVSROOT): Remove all occurrences.
authorgerald <gerald@138bc75d-0d04-0410-961f-82ee72b054a4>
Sat, 14 Aug 2010 22:57:37 +0000 (22:57 +0000)
committergerald <gerald@138bc75d-0d04-0410-961f-82ee72b054a4>
Sat, 14 Aug 2010 22:57:37 +0000 (22:57 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@163253 138bc75d-0d04-0410-961f-82ee72b054a4

maintainer-scripts/ChangeLog
maintainer-scripts/gcc_release

index 3a352fa..9746df0 100644 (file)
@@ -1,5 +1,9 @@
 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
        in the README file and notification mail.
 
index 7ef0e5b..769f971 100755 (executable)
@@ -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