]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
gcc_release (FTP_PATH): Use /var/ftp instead of ~ftp, and only set at a single place.
authorGerald Pfeifer <gerald@pfeifer.com>
Thu, 25 Mar 2004 10:57:50 +0000 (10:57 +0000)
committerGerald Pfeifer <gerald@gcc.gnu.org>
Thu, 25 Mar 2004 10:57:50 +0000 (10:57 +0000)
* gcc_release (FTP_PATH): Use /var/ftp instead of ~ftp, and
only set at a single place.

From-SVN: r79949

maintainer-scripts/ChangeLog
maintainer-scripts/gcc_release

index 2646c80a4d965d37d199f99c595d0876cfa3e84c..43f5291405f419f9512516b5051abb1b24fd2ded 100644 (file)
@@ -1,3 +1,8 @@
+2004-03-25  Gerald Pfeifer  <gerald@pfeifer.com>
+
+       * gcc_release (FTP_PATH): Use /var/ftp instead of ~ftp, and
+       only set at a single place.
+
 2004-03-14  Gerald Pfeifer  <gerald@pfeifer.com>
 
        * gcc_release (SNAPSHOTS_DIR): New variable.  Use it.
index 0b6340f18a7a0a1dee0771f08896cd65fab54371..f6259714dc56036c534d8e97dcc02f42b197c960 100755 (executable)
@@ -440,9 +440,8 @@ CVS_USERNAME="${USER}"
 GCC_HOSTNAME="gcc.gnu.org"
 # The name of the account on the machine to which files are uploaded.
 GCC_USERNAME="gccadmin"
-# The directory in which the files will be placed (must not use quotes
-# or ~ftp syntax will break).
-FTP_PATH=~ftp/pub/gcc
+# The directory in which the files will be placed (do not use ~user syntax).
+FTP_PATH=/var/ftp/pub/gcc
 # The directory in which snapshots will be placed.
 SNAPSHOTS_DIR=${FTP_PATH}/snapshots
 
@@ -539,7 +538,6 @@ while getopts "d:fr:u:t:p:s:l" ARG; do
           ;;
     l)    LOCAL=1
          SCP=cp
-         FTP_PATH=~ftp/pub/gcc
          PATH=~:/usr/local/bin:$PATH;;
     p)    OLD_TARS="${OLD_TARS} ${OPTARG}"
           if [ -d ${OPTARG} ]; then