From: <bov...@us...> - 2007-11-01 22:28:41
|
Revision: 1432 http://pywebsvcs.svn.sourceforge.net/pywebsvcs/?rev=1432&view=rev Author: boverhof Date: 2007-11-01 15:28:41 -0700 (Thu, 01 Nov 2007) Log Message: ----------- M RELEASE M MANIFEST.in -- updates, didn't get a couple files in manifest Modified Paths: -------------- tags/ZSI-v2_1_0a1/zsi/MANIFEST.in tags/ZSI-v2_1_0a1/zsi/RELEASE Modified: tags/ZSI-v2_1_0a1/zsi/MANIFEST.in =================================================================== --- tags/ZSI-v2_1_0a1/zsi/MANIFEST.in 2007-11-01 22:02:55 UTC (rev 1431) +++ tags/ZSI-v2_1_0a1/zsi/MANIFEST.in 2007-11-01 22:28:41 UTC (rev 1432) @@ -1,8 +1,8 @@ include CHANGES -recursive-include ZSI *.py +recursive-include ZSI * recursive-include scripts * recursive-include samples WSGI -recursive-include test *.py README +recursive-include test * recursive-include doc * recursive-exclude doc *.tex Modified: tags/ZSI-v2_1_0a1/zsi/RELEASE =================================================================== --- tags/ZSI-v2_1_0a1/zsi/RELEASE 2007-11-01 22:02:55 UTC (rev 1431) +++ tags/ZSI-v2_1_0a1/zsi/RELEASE 2007-11-01 22:28:41 UTC (rev 1432) @@ -54,8 +54,9 @@ % svn copy https://pywebsvcs.svn.sourceforge.net/svnroot/pywebsvcs/trunk/wstools \ https://pywebsvcs.svn.sourceforge.net/svnroot/pywebsvcs/tags/ZSI_v2_0_0RC3/ - % svn propset svn:externals "wstools https://pywebsvcs.svn.sourceforge.net/svnroot/pywebsvcs/tags/ZSI_v2_0_0RC3/ZSI/wstools" - https://pywebsvcs.svn.sourceforge.net/svnroot/pywebsvcs/tags/ZSI_v2_0_0RC3/wstools + % svn co https://pywebsvcs.svn.sourceforge.net/svnroot/pywebsvcs/tags/ZSI_v2_0_0RC3 + % cd ZSI_v2_0_0RC3/zsi/ZSI + % svn propset "svn:externals" "wstools/ https://pywebsvcs.svn.sourceforge.net/svnroot/pywebsvcs/tags/ZSI-v2_0_0RC3/wstools" . % svn commit @@ -68,9 +69,9 @@ 9. Build the release from the export. Switch to the export directory (the one containing setup.py) and run **make kit**. - Create eggs for supported python versions: + Create eggs and tarball for supported python versions: - python setup.py bdist_egg + % make kit 10. Rename the PDF documentation. If the patchlevel from setug.cfg is This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |