In perl.git, the branch blead has been updated

<http://perl5.git.perl.org/perl.git/commitdiff/7081fd3ae75a515a118f954c6d19efed750836aa?hp=08e855b77e7ce50bf542e4024b4118ebf024f0b1>

- Log -----------------------------------------------------------------
commit 7081fd3ae75a515a118f954c6d19efed750836aa
Author: Jesse Vincent <je...@bestpractical.com>
Date:   Wed Feb 2 11:15:07 2011 -0500

    update the manicheck step in the RMG to keep up with the times
-----------------------------------------------------------------------

Summary of changes:
 Porting/release_managers_guide.pod |    8 +++-----
 1 files changed, 3 insertions(+), 5 deletions(-)

diff --git a/Porting/release_managers_guide.pod 
b/Porting/release_managers_guide.pod
index f565725..ff7f58c 100644
--- a/Porting/release_managers_guide.pod
+++ b/Porting/release_managers_guide.pod
@@ -507,16 +507,14 @@ cherry-pick it back).
 
 Check that the manifest is sorted and correct:
 
-    $ make manisort
     $ make distclean
     $ git clean -xdf # This shouldn't be necessary if distclean is correct
     $ perl Porting/manicheck
-    $ git status
-
-       XXX manifest _sorting_ is now checked with make test_porting
 
-Commit MANIFEST if it has changed:
+If manicheck turns up anything wrong, update MANIFEST and begin this step 
again.
 
+    $ ./configure -des -Dusedevel
+    $ make test_porting
     $ git commit -m 'Update MANIFEST' MANIFEST
 
 =item *

--
Perl5 Master Repository

Reply via email to