From: Gerald Pfeifer Date: Sat, 14 Aug 2010 22:57:37 +0000 (+0000) Subject: * gcc_release (CVSROOT): Remove all occurrences. X-Git-Tag: releases/gcc-4.6.0~5001 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0338b5808d590889fd00b0c1460d07904147ad3b;p=thirdparty%2Fgcc.git * gcc_release (CVSROOT): Remove all occurrences. From-SVN: r163253 --- diff --git a/maintainer-scripts/ChangeLog b/maintainer-scripts/ChangeLog index 3a352faf2cf5..9746df0f4e6d 100644 --- a/maintainer-scripts/ChangeLog +++ b/maintainer-scripts/ChangeLog @@ -1,3 +1,7 @@ +2010-08-14 Gerald Pfeifer + + * gcc_release (CVSROOT): Remove. + 2010-08-14 Gerald Pfeifer * gcc_release (snapshot_print): Include md5 hash for every tarball diff --git a/maintainer-scripts/gcc_release b/maintainer-scripts/gcc_release index 7ef0e5b825e3..769f971ff7dd 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