Tweak APC instructions.
authorCraig A. Berry <craigberry@mac.com>
Sun, 5 Jun 2011 22:01:10 +0000 (17:01 -0500)
committerCraig A. Berry <craigberry@mac.com>
Wed, 8 Jun 2011 11:58:48 +0000 (06:58 -0500)
The --shared option wasn't necessary and the daemon could not
update without full access to the entire directory tree.

Porting/release_managers_guide.pod

index a643038..26c42d4 100644 (file)
@@ -1009,9 +1009,9 @@ Assuming you're using git 1.7.x or newer:
 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 \
+    $ git clone --branch maint-5.14 /gitroot/perl.git \
     ?  /srv/gitcommon/branches/perl-5.14.x
-    $ chmod g=u /srv/gitcommon/branches/perl-5.14.x
+    $ chmod -R g=u /srv/gitcommon/branches/perl-5.14.x
 
 And nag the sysadmins to make this directory available via rsync.