]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Re-implementation of mktarball.sh as a more portable Python script;
authorFred Drake <fdrake@acm.org>
Mon, 2 Aug 1999 20:19:17 +0000 (20:19 +0000)
committerFred Drake <fdrake@acm.org>
Mon, 2 Aug 1999 20:19:17 +0000 (20:19 +0000)
commit9f2b42080a2a9e885c257416ba2794043764e942
tree6cda8a14ac146829a8726be23e74ff43c00cb5b2
parent080c1b5af693afd471728e7fa66f744a61e75ed4
Re-implementation of mktarball.sh as a more portable Python script;
with a more descriptive name.

Allow creation of multiple archive formats with a single pass; useful
in this case since it uses a fresh export/checkout from CVS to ensure
that the tree is "clean" (no build turds, saved files, &c).  Use --all
to create all supported formats.
Doc/tools/mksourcepkg [new file with mode: 0755]