]> granicus.if.org Git - python/commit
Harry Henry Gebel:
authorGreg Ward <gward@python.net>
Tue, 25 Apr 2000 01:38:20 +0000 (01:38 +0000)
committerGreg Ward <gward@python.net>
Tue, 25 Apr 2000 01:38:20 +0000 (01:38 +0000)
commitf194878d6ad3b739974e805482135bad5978fa2b
tree6479b084b13ee6a58d81538840b3cbdbd672eca3
parent464023fb64dd590b91cab7059dffdf0756eecbce
Harry Henry Gebel:
Adds bztar format to generate .tar.bz2 tarballs

Uses the -f argument to overright old tarballs automatically, I am
assuming that if the old tarball was wanted it would have been moved or
else the version number would have been changed.

Uses the -9 argument to bzip2 and gzip to use maximum
compression. Compress uses the maximum compression by default.

Tests for correct value for the 'compress' argument of make_tarball. This
is one less place for someone adding new compression programs to forget to
change.
Lib/distutils/archive_util.py
Lib/distutils/command/bdist.py
Lib/distutils/command/sdist.py