mirror of
https://github.com/python/cpython.git
synced 2025-07-24 03:35:53 +00:00
make the tarball available for download instead of throwing it away
This commit is contained in:
parent
24ec21174c
commit
0083c920f2
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue