summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDennis Kaarsemaker <dennis@kaarsemaker.net>2011-05-31 23:10:52 +0200
committerCraig A. Berry <craigberry@mac.com>2011-06-01 07:35:25 -0500
commitd5722260b7dd4192dfd3b3eb63bb3869339eaf7d (patch)
tree2d95dd0e008246f7592dd078d587962531cb1369
parente2316ad3f3c85bfa967d2bacefc5f40905d0c76c (diff)
downloadperl-d5722260b7dd4192dfd3b3eb63bb3869339eaf7d.tar.gz
Advise the pumpking to make new maint branches available in the APC
-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>