summaryrefslogtreecommitdiffstats
path: root/Doc/tools/mksourcepkg
Commit message (Collapse)AuthorAgeFilesLines
* When generating the source package, copy in the LICENSE file from the mainFred Drake2001-01-221-4/+6
| | | | source directory.
* Substantially revise to handle the fact that Python CVS is no longer in aFred Drake2000-10-101-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 Drake2000-04-031-1/+3
|
* Re-implementation of mktarball.sh as a more portable Python script;Fred Drake1999-08-021-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.