mirror of https://github.com/python/cpython.git
make the tarball available for download instead of throwing it away
This commit is contained in:
parent
24ec21174c
commit
0083c920f2
|
@ -28,4 +28,4 @@ fi
|
|||
mv $TMPDIR/Python-Docs-* $DOCTYPE
|
||||
rmdir $TMPDIR
|
||||
rm -rf $DOCTYPE-temp || exit $?
|
||||
rm "$UPDATES" || exit $?
|
||||
mv "$UPDATES" python-docs-$DOCTYPE.tar.bz2 || exit $?
|
||||
|
|
Loading…
Reference in New Issue