]> granicus.if.org Git - python/commitdiff
Update the directory names to match changes at SourceForge.
authorFred Drake <fdrake@acm.org>
Wed, 9 May 2001 16:33:34 +0000 (16:33 +0000)
committerFred Drake <fdrake@acm.org>
Wed, 9 May 2001 16:33:34 +0000 (16:33 +0000)
Doc/tools/push-docs.sh
Doc/tools/update-docs.sh

index 27366b3f3656f70517d44ca8ae9cce55312aae20..ae721c6bad128c9490d561fd40a6488ceb28a34b 100755 (executable)
@@ -3,7 +3,7 @@
 #  Script to push docs from my development area to SourceForge, where the
 #  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'
 
index 3cc28d5d357779535b70879b17d108c6a23f426d..5f4b03d79ecb63e04b918ae79a5732fd19a08cb1 100755 (executable)
@@ -16,7 +16,7 @@ UPDATES="$HOME/tmp/$2"
 
 TMPDIR="$$-docs"
 
-cd /home/groups/python/htdocs || exit $?
+cd /home/groups/p/py/python/htdocs || exit $?
 mkdir $TMPDIR || exit $?
 cd $TMPDIR || exit $?
 (bzip2 -dc "$UPDATES" | tar xf -) || exit $?