Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | When generating the source package, copy in the LICENSE file from the main | Fred Drake | 2001-01-22 | 1 | -4/+6 |
| | | | | source directory. | ||||
* | Substantially revise to handle the fact that Python CVS is no longer in a | Fred Drake | 2000-10-10 | 1 | -16/+35 |
| | | | | | | | file-system accessible repository. Add a little bit of smarts to convert the cvsroot to an anonymous cvsroot the real one requires an authenticated login to SourceForge; this avoids the SSH startup delay when doing the checkout or export to get a fresh copy of the tree. | ||||
* | Merged changes from the 1.5.2p2 release. | Fred Drake | 2000-04-03 | 1 | -1/+3 |
| | |||||
* | Re-implementation of mktarball.sh as a more portable Python script; | Fred Drake | 1999-08-02 | 1 | -0/+139 |
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. |