From: <bov...@us...> - 2006-10-26 17:19:34
|
Revision: 1284 http://svn.sourceforge.net/pywebsvcs/?rev=1284&view=rev Author: boverhof Date: 2006-10-26 10:19:30 -0700 (Thu, 26 Oct 2006) Log Message: ----------- M RELEASE -- updated, added what I did last night Modified Paths: -------------- trunk/zsi/RELEASE Modified: trunk/zsi/RELEASE =================================================================== --- trunk/zsi/RELEASE 2006-10-26 00:29:35 UTC (rev 1283) +++ trunk/zsi/RELEASE 2006-10-26 17:19:30 UTC (rev 1284) @@ -34,7 +34,7 @@ 7. Tag the SVN repository. Release tags are of the form:: - "v" MAJOR "_" MINOR [ "_" PATCHLEVEL ] [ modifier serial ] + "ZSI_v" MAJOR "_" MINOR [ "_" PATCHLEVEL ] [ modifier serial ] where the optional segment containing PATCHLEVEL is included only if PATCHLEVEL is non-zero. The modifier segment has only been @@ -45,22 +45,38 @@ You'll need to tag the ``wstools`` package separately, but using the same tag. + For example: + + svn co https://svn.sourceforge.net/svnroot/pywebsvcs + svn mkdir https://svn.sourceforge.net/svnroot/pywebsvcs/tags/ZSI_v2_0_0RC3 + cd pywebsvcs + svn copy trunk/zsi tags/ZSI_v2_0_0RC3/zsi + svn copy trunk/wstools tags/ZSI_v2_0_0RC3/wstools + svn commit + 8. Export the tagged sources from CVS. You'll need to run the - commands:: + command:: - cvs -d cvs.sourceforge.net:/cvsroot/pywebsvcs export -r TAG zsi - cd zsi/ZSI/ - cvs -d cvs.sourceforge.net:/cvsroot/pywebsvcs export -r TAG wstools + svn export https://svn.sourceforge.net/svnroot/pywebsvcs/tags/ZSI_v2_0_0RC3/zsi + 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: + + python setup.py bdist_egg + + 10. Rename the PDF documentation. If the patchlevel from setug.cfg is 0, copy doc/zsi.pdf to dist/zsi-$MAJOR.$MINOR.pdf, otherwise copy it to dist/zsi-$MAJOR.$MINOR.$PATCHLEVEL.pdf. This will leave you with all the files you need to upload in a single directory (dist/). + cp doc/zsi.pdf dist/zsi-2.0.pdf + cp doc/guide.pdf dist/guide-zsi-2.0.pdf + 11. Using the constructed distribution (usually the .tar.gz version), build and test the software; they must all pass. See `Running Tests`_ for details. This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <bov...@us...> - 2007-11-01 21:24:30
|
Revision: 1425 http://pywebsvcs.svn.sourceforge.net/pywebsvcs/?rev=1425&view=rev Author: boverhof Date: 2007-11-01 14:24:34 -0700 (Thu, 01 Nov 2007) Log Message: ----------- M RELEASE update these directions Modified Paths: -------------- trunk/zsi/RELEASE Modified: trunk/zsi/RELEASE =================================================================== --- trunk/zsi/RELEASE 2007-11-01 21:06:59 UTC (rev 1424) +++ trunk/zsi/RELEASE 2007-11-01 21:24:34 UTC (rev 1425) @@ -47,13 +47,19 @@ For example: - svn co https://svn.sourceforge.net/svnroot/pywebsvcs - svn mkdir https://svn.sourceforge.net/svnroot/pywebsvcs/tags/ZSI_v2_0_0RC3 - cd pywebsvcs - svn copy trunk/zsi tags/ZSI_v2_0_0RC3/zsi - svn copy trunk/wstools tags/ZSI_v2_0_0RC3/wstools - svn commit + % svn mkdir https://svn.sourceforge.net/svnroot/pywebsvcs/tags/ZSI_v2_0_0RC3 + % cd pywebsvcs + % svn copy https://pywebsvcs.svn.sourceforge.net/svnroot/pywebsvcs/trunk/zsi \ + https://svn.sourceforge.net/svnroot/pywebsvcs/tags/ZSI_v2_0_0RC3/ + % svn copy https://pywebsvcs.svn.sourceforge.net/svnroot/pywebsvcs/trunk/wstools \ + https://svn.sourceforge.net/svnroot/pywebsvcs/tags/ZSI_v2_0_0RC3/ + + % svn propset svn:externals "wstools https://svn.sourceforge.net/svnroot/pywebsvcs/tags/ZSI_v2_0_0RC3/ZSI/wstools" + https://svn.sourceforge.net/svnroot/pywebsvcs/tags/ZSI_v2_0_0RC3/wstools + + % svn commit + 8. Export the tagged sources from CVS. You'll need to run the command:: This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <bov...@us...> - 2007-11-01 22:02:54
|
Revision: 1431 http://pywebsvcs.svn.sourceforge.net/pywebsvcs/?rev=1431&view=rev Author: boverhof Date: 2007-11-01 15:02:55 -0700 (Thu, 01 Nov 2007) Log Message: ----------- M RELEASE -- add correct dirs for changing svn:exterals Modified Paths: -------------- trunk/zsi/RELEASE Modified: trunk/zsi/RELEASE =================================================================== --- trunk/zsi/RELEASE 2007-11-01 22:02:12 UTC (rev 1430) +++ trunk/zsi/RELEASE 2007-11-01 22:02:55 UTC (rev 1431) @@ -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 This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |