when documentation is unpacked on the python.org server, directory
permissions must be updated so the other webmasters can help manage the content
This commit is contained in:
parent
89c23e8330
commit
b4dfe2fcd9
|
@ -290,6 +290,7 @@ How to Make A Release
|
||||||
$ tar xjf \
|
$ tar xjf \
|
||||||
/ftp/ftp.python.org/pub/python/doc/$VERSION/html-$VERSION.tar.bz2
|
/ftp/ftp.python.org/pub/python/doc/$VERSION/html-$VERSION.tar.bz2
|
||||||
$ mv Python-Docs-$VERSION $VERSION
|
$ mv Python-Docs-$VERSION $VERSION
|
||||||
|
$ find $VERSION -type d | xargs chmod g+s
|
||||||
|
|
||||||
Now head back to your pydotorg checkout on your workstation, and
|
Now head back to your pydotorg checkout on your workstation, and
|
||||||
push website content into place:
|
push website content into place:
|
||||||
|
|
Loading…
Reference in New Issue