summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Porting/release_managers_guide.pod12
1 files changed, 12 insertions, 0 deletions
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<You MUST SKIP this step for RC, BLEAD-POINT>