mirror of
https://github.com/python/cpython.git
synced 2025-08-01 23:53:15 +00:00
Update the directory names to match changes at SourceForge.
This commit is contained in:
parent
e3e61049a5
commit
283b352d48
2 changed files with 2 additions and 2 deletions
|
@ -3,7 +3,7 @@
|
||||||
# Script to push docs from my development area to SourceForge, where the
|
# Script to push docs from my development area to SourceForge, where the
|
||||||
# update-docs.sh script unpacks them into their final destination.
|
# update-docs.sh script unpacks them into their final destination.
|
||||||
|
|
||||||
TARGET=python.sourceforge.net:/home/users/fdrake/tmp
|
TARGET=python.sourceforge.net:/home/users/f/fd/fdrake/tmp
|
||||||
|
|
||||||
ADDRESSES='python-dev@python.org doc-sig@python.org python-list@python.org'
|
ADDRESSES='python-dev@python.org doc-sig@python.org python-list@python.org'
|
||||||
|
|
||||||
|
|
|
@ -16,7 +16,7 @@ UPDATES="$HOME/tmp/$2"
|
||||||
|
|
||||||
TMPDIR="$$-docs"
|
TMPDIR="$$-docs"
|
||||||
|
|
||||||
cd /home/groups/python/htdocs || exit $?
|
cd /home/groups/p/py/python/htdocs || exit $?
|
||||||
mkdir $TMPDIR || exit $?
|
mkdir $TMPDIR || exit $?
|
||||||
cd $TMPDIR || exit $?
|
cd $TMPDIR || exit $?
|
||||||
(bzip2 -dc "$UPDATES" | tar xf -) || exit $?
|
(bzip2 -dc "$UPDATES" | tar xf -) || exit $?
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue