aboutsummaryrefslogtreecommitdiff
path: root/maintainer-scripts
diff options
context:
space:
mode:
authorGerald Pfeifer <gerald@pfeifer.com>2004-03-25 10:57:50 +0000
committerGerald Pfeifer <gerald@gcc.gnu.org>2004-03-25 10:57:50 +0000
commit32f4b1ed217cab26a80f94473ae2a8c610607efe (patch)
tree548b40b247c54f20f67374e5b1039c65fcfd093b /maintainer-scripts
parentf6e9619a5e4489e3242051d1d2e4f1890feb4a33 (diff)
downloadgcc-32f4b1ed217cab26a80f94473ae2a8c610607efe.zip
gcc-32f4b1ed217cab26a80f94473ae2a8c610607efe.tar.gz
gcc-32f4b1ed217cab26a80f94473ae2a8c610607efe.tar.bz2
gcc_release (FTP_PATH): Use /var/ftp instead of ~ftp, and only set at a single place.
* gcc_release (FTP_PATH): Use /var/ftp instead of ~ftp, and only set at a single place. From-SVN: r79949
Diffstat (limited to 'maintainer-scripts')
-rw-r--r--maintainer-scripts/ChangeLog5
-rwxr-xr-xmaintainer-scripts/gcc_release6
2 files changed, 7 insertions, 4 deletions
diff --git a/maintainer-scripts/ChangeLog b/maintainer-scripts/ChangeLog
index 2646c80..43f5291 100644
--- a/maintainer-scripts/ChangeLog
+++ b/maintainer-scripts/ChangeLog
@@ -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.
diff --git a/maintainer-scripts/gcc_release b/maintainer-scripts/gcc_release
index 0b6340f..f625971 100755
--- a/maintainer-scripts/gcc_release
+++ b/maintainer-scripts/gcc_release
@@ -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