Advise the pumpking to make new maint branches available in the APC
authorDennis Kaarsemaker <dennis@kaarsemaker.net>
Tue, 31 May 2011 21:10:52 +0000 (23:10 +0200)
committerCraig A. Berry <craigberry@mac.com>
Wed, 1 Jun 2011 12:35:25 +0000 (07:35 -0500)
Porting/release_managers_guide.pod

index 1c3d5fca48a59d0301304e17dc12517c4498639c..213f3fabf4a647dd52ab171e22bc245b0a0ee9bc 100644 (file)
@@ -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<You MUST SKIP this step for RC, BLEAD-POINT>