[CalendarServer-changes] [3424] CalendarServer/branches/users/wsanchez/deployment/run

source_changes at macosforge.org source_changes at macosforge.org
Mon Dec 1 14:14:28 PST 2008


Revision: 3424
          http://trac.macosforge.org/projects/calendarserver/changeset/3424
Author:   wsanchez at apple.com
Date:     2008-12-01 14:14:28 -0800 (Mon, 01 Dec 2008)
Log Message:
-----------
Make sure files are readable

Modified Paths:
--------------
    CalendarServer/branches/users/wsanchez/deployment/run

Modified: CalendarServer/branches/users/wsanchez/deployment/run
===================================================================
--- CalendarServer/branches/users/wsanchez/deployment/run	2008-12-01 21:58:06 UTC (rev 3423)
+++ CalendarServer/branches/users/wsanchez/deployment/run	2008-12-01 22:14:28 UTC (rev 3424)
@@ -309,6 +309,7 @@
     rm -rf "${path}";
     cd "$(dirname "${path}")";
     curl "${url}" | ${decompress} | tar xvf -;
+    chmod -R ugo+r "${path}";
     apply_patches "${name}" "${path}";
     cd /;
   fi;
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/calendarserver-changes/attachments/20081201/c0f87a3b/attachment-0001.html>


More information about the calendarserver-changes mailing list