update the manicheck step in the RMG to keep up with the times
authorJesse Vincent <jesse@bestpractical.com>
Wed, 2 Feb 2011 16:15:07 +0000 (11:15 -0500)
committerJesse Vincent <jesse@bestpractical.com>
Wed, 2 Feb 2011 16:15:07 +0000 (11:15 -0500)
Porting/release_managers_guide.pod

index f565725..ff7f58c 100644 (file)
@@ -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 *