projects
/
platform
/
upstream
/
perl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
08e855b
)
update the manicheck step in the RMG to keep up with the times
author
Jesse Vincent
<jesse@bestpractical.com>
Wed, 2 Feb 2011 16:15:07 +0000
(11:15 -0500)
committer
Jesse Vincent
<jesse@bestpractical.com>
Wed, 2 Feb 2011 16:15:07 +0000
(11:15 -0500)
Porting/release_managers_guide.pod
patch
|
blob
|
history
diff --git
a/Porting/release_managers_guide.pod
b/Porting/release_managers_guide.pod
index
f565725
..
ff7f58c
100644
(file)
--- 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 *