forked from twisted/twisted
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
a whole swathe of release-automation improvements.
Resolves: twisted#1668 Author: radix Reviewer: exarkun - Version objects now have a 'base' method, which only returns major.minor.micro, never any SVN revision numbers. - pb and vfs are now subprojects - All versions in python code have been centralized to <project>/_version.py. This file must contain a Version instance named 'version'. - admin/change-versions updates _version.py files. - subproject setup.py files no longer need to specify a version; it is extracted from their _version.py files. - All of the functions in admin/change-versions have been moved to twisted.python.release, and most of them have had unit tests written for them. - Project URLs in setup.py files have been updated to the new trac locations. - README files (including subproject and sumo) now include actual version numbers, even in trunk. - Most of the changes from warner's release branch are included in this one. - setup.py and sumo-setup.py have been unified. Hooray! - improved release-procedure.txt git-svn-id: svn://svn.twistedmatrix.com/svn/Twisted/trunk@16792 bbbe8e31-12d6-0310-92fd-ac37d47ddeeb
- Loading branch information
radix
committed
May 13, 2006
1 parent
32a137b
commit 314e19a
Showing
62 changed files
with
551 additions
and
387 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.