Author: leo
Date: Fri Apr 22 08:10:05 2005
New Revision: 7910
Modified:
trunk/RELEASE_INSTRUCTIONS
trunk/dynclasses/pyobject.pmc
Log:
update release instructions
Modified: trunk/RELEASE_INSTRUCTIONS
==============================================================================
--- trunk/RELEASE_INSTRUCTIONS (original)
+++ trunk/RELEASE_INSTRUCTIONS Fri Apr 22 08:10:05 2005
@@ -6,7 +6,7 @@
couple days in advance, asking if there are any
showstopping bugs.
- 1. cvs update -dP
+ 1. svn update
2. Update files with version-specific information:
@@ -37,7 +37,7 @@
j. [ leo: check that .skip-diffit is empty ]
- 3. cvs commit.
+ 3. svn commit.
4. make release VERSION=<version>
@@ -49,8 +49,14 @@
due to problems with the particular box, like a
botched compiler upgrade).
- 7. cvs tag RELEASE_a_b_c
- where a.b.c is the version number
+ 7. tag the release as: RELEASE_a_b_c
+ where a.b.c is the version number
+
+,--[ handwaving --leo ]----------------------------------
+| export SVNPARROT=https://svn.perl.org/parrot
+| svn copy $SVNPARROT/trunk $SVNPARROT/tags/RELEASE_a_b_c \
+ -m"tagged release a.b.c"
+`--------------------------------------------------------
8. upload to CPAN.
Modified: trunk/dynclasses/pyobject.pmc
==============================================================================
--- trunk/dynclasses/pyobject.pmc (original)
+++ trunk/dynclasses/pyobject.pmc Fri Apr 22 08:10:05 2005
@@ -80,7 +80,7 @@
Adds C<*value> to C<self> and returns the result.
-TODO: install this method directly as ans alias to the existing
+TODO: install this method directly as an alias to the existing
NCI method. This can be done for all similar methods.
Additional note: get rid of the extra self argument. SELF is already there.