summaryrefslogtreecommitdiffstats
path: root/Doc/tools/mksourcepkg
Commit message (Collapse)AuthorAgeFilesLines
* - don't re-write a SourceForge authenticated CVS root into theFred Drake2003-10-031-4/+7
| | | | | anonymous flavor unless the user asks for it on the command line - decompose SourceForge authenticated CVS roots correctly
* Load the version information from ../Include/patchlevel.h, so there areFred Drake2003-09-271-3/+22
| | | | fewer changes to make to version numbers after a release.
* Lots of changes to the packaging of the documentation, all to keepFred Drake2002-08-091-10/+11
| | | | | | | | directories clean where the packages are unpacked. Each package now contains a single directory, Python-Docs-<version>/, which contains the files for that version of the documentation. Closes SF feature request #567576.
* Do not pass names of individual files to shutil.rmtree(); use os.unlink()Fred Drake2001-02-021-2/+3
| | | | for that.
* 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.