In perl.git, the branch blead has been updated <http://perl5.git.perl.org/perl.git/commitdiff/a72d816ce84e12830273966be2a107c6e8c15483?hp=f146d6cb330f64df0641e4c5dd2b87279635deac>
- Log ----------------------------------------------------------------- commit a72d816ce84e12830273966be2a107c6e8c15483 Author: Ricardo Signes <[email protected]> Date: Fri Mar 2 15:02:57 2012 -0500 add "get rt.perl permissions" to RMG ----------------------------------------------------------------------- Summary of changes: Porting/release_managers_guide.pod | 7 +++++++ 1 files changed, 7 insertions(+), 0 deletions(-) diff --git a/Porting/release_managers_guide.pod b/Porting/release_managers_guide.pod index 8af9d03..ef90d9c 100644 --- a/Porting/release_managers_guide.pod +++ b/Porting/release_managers_guide.pod @@ -142,6 +142,13 @@ Make sure that search.cpan.org knows that you're allowed to upload perl distros. Contact Graham Barr to make sure that you're on the right list. +=head3 rt.perl.org update access + +Make sure you have permission to close tickets on L<http://rt.perl.org/> +so you can respond to bug report as necessary during your stint. If you +don't, make an account (if you don't have one) and contact the pumpking +with your username to get ticket-closing permission. + =head3 git checkout and commit bit You will need a working C<git> installation, checkout of the perl -- Perl5 Master Repository
