[svn:parrot] r37587 - trunk/docs/project

allison at svn.parrot.org allison at svn.parrot.org
Thu Mar 19 06:28:58 UTC 2009


Author: allison
Date: Thu Mar 19 06:28:58 2009
New Revision: 37587
URL: https://trac.parrot.org/parrot/changeset/37587

Log:
[doc] A few fixes to the release manager guide, found while making the
release.

Modified:
   trunk/docs/project/release_manager_guide.pod

Modified: trunk/docs/project/release_manager_guide.pod
==============================================================================
--- trunk/docs/project/release_manager_guide.pod	Thu Mar 19 06:28:43 2009	(r37586)
+++ trunk/docs/project/release_manager_guide.pod	Thu Mar 19 06:28:58 2009	(r37587)
@@ -168,12 +168,11 @@
 
 =item 7.
 
-Tag the release as "RELEASE_a_b_c", where a.b.c is the version number. If
-you're working in trunk, be sure to specify the revision number generated
-in step 3, above.
+Tag the release as "RELEASE_a_b_c", where a.b.c is the version number.
+Specify the revision number generated in step 3, above.
 
  $ export SVNPARROT=https://svn.parrot.org/parrot
- $ svn copy -m "tagged release a.b.c" \
+ $ svn copy -r <REV> -m "tagged release a.b.c" \
    $SVNPARROT/trunk $SVNPARROT/tags/RELEASE_a_b_c
 
 =item 8.
@@ -195,7 +194,7 @@
 
 Copy the tarball from your machine into the new directory.
 
- $ scp parrot-a.b.c.tar.gz ftp-osl.osuosl.org:~/ftp/releases/devel/a.b.c/.
+ $ scp parrot-a.b.c.tar.gz <USERNAME>@ftp-osl.osuosl.org:~/ftp/releases/devel/a.b.c/.
 
 (Or using C<wget> or whatever tool you prefer.)
 


More information about the parrot-commits mailing list