at least get the doc locations right
This commit is contained in:
parent
aae370853a
commit
265fe28f95
10
pep-0101.txt
10
pep-0101.txt
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue