From d5722260b7dd4192dfd3b3eb63bb3869339eaf7d Mon Sep 17 00:00:00 2001 From: Dennis Kaarsemaker Date: Tue, 31 May 2011 23:10:52 +0200 Subject: [PATCH] Advise the pumpking to make new maint branches available in the APC --- Porting/release_managers_guide.pod | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/Porting/release_managers_guide.pod b/Porting/release_managers_guide.pod index 1c3d5fc..213f3fa 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 -- 2.7.4