From: Dennis Kaarsemaker Date: Tue, 31 May 2011 21:10:52 +0000 (+0200) Subject: Advise the pumpking to make new maint branches available in the APC X-Git-Tag: upstream/5.16.3~3996 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=d5722260b7dd4192dfd3b3eb63bb3869339eaf7d;p=platform%2Fupstream%2Fperl.git Advise the pumpking to make new maint branches available in the APC --- diff --git a/Porting/release_managers_guide.pod b/Porting/release_managers_guide.pod index 1c3d5fca48..213f3fabf4 100644 --- a/Porting/release_managers_guide.pod +++ b/Porting/release_managers_guide.pod @@ -1003,6 +1003,18 @@ Assuming you're using git 1.7.x or newer: $ git push origin -u maint-5.12 +=head3 make the maint branch available in the APC + +Clone the new branch into /srv/gitcommon/branches on camel so the APC will +receive its changes. + + $ git clone --shared --branch maint-5.14 /gitroot/perl.git \ + ? /srv/gitcommon/branches/perl-5.14.x + $ chmod g=u /srv/gitcommon/branches/perl-5.14.x + +And nag the sysadmins to make this directory available via rsync. + + =head3 copy perldelta.pod to other branches I