diff mbox

maintainer-scripts/gcc_release: CVS is no more

Message ID alpine.LNX.2.00.1008150056330.10053@acrux.dbai.tuwien.ac.at
State New
Headers show

Commit Message

Gerald Pfeifer Aug. 14, 2010, 10:59 p.m. UTC
Having another look at this script, I spotted references to CVS and
specifically a variabel CVSROOT which was not used anywhere anymore.
So, I yanked it.

Applied.

Gerald

2010-08-15  Gerald Pfeifer  <gerald@pfeifer.com>
 
	* gcc_release (CVSROOT): Remove all occurrences.
diff mbox

Patch

Index: gcc_release
===================================================================
--- gcc_release	(revision 163251)
+++ gcc_release	(working copy)
@@ -703,13 +703,10 @@ 
 # 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