at least get the doc locations right

This commit is contained in:
Fred Drake 2006-09-22 04:54:25 +00:00
parent aae370853a
commit 265fe28f95
1 changed files with 5 additions and 5 deletions

View File

@ -298,13 +298,13 @@ How to Make A Release
$ cvs commit -m \
"Add website content for Python $VERSION documentation."
Log into creosote.python.org using SSH and unpack a copy of the
Log into dinsdale.python.org using SSH and unpack a copy of the
documentation into place:
# on creosote:
$ cd /ftp/www.python.org/doc
$ tar xjf \
/ftp/ftp.python.org/pub/python/doc/$VERSION/html-$VERSION.tar.bz2
# on dinsdale:
$ cd /data/ftp.python.org/pub/www.python.org/doc
$ bzip2 -dc /data/python-releases/doc/$VERSION/html-$VERSION.tar.bz2 \
| tar xf -
$ mv Python-Docs-$VERSION $VERSION
$ find $VERSION -type d | xargs chmod g+s