[CalendarServer-changes] [13392] CalendarServer/trunk/support/submit

source_changes at macosforge.org source_changes at macosforge.org
Thu May 1 16:51:21 PDT 2014


Revision: 13392
          http://trac.calendarserver.org//changeset/13392
Author:   wsanchez at apple.com
Date:     2014-05-01 16:51:21 -0700 (Thu, 01 May 2014)
Log Message:
-----------
Need to sudo to delete the build products

Modified Paths:
--------------
    CalendarServer/trunk/support/submit

Modified: CalendarServer/trunk/support/submit
===================================================================
--- CalendarServer/trunk/support/submit	2014-05-01 23:49:49 UTC (rev 13391)
+++ CalendarServer/trunk/support/submit	2014-05-01 23:51:21 UTC (rev 13392)
@@ -202,7 +202,7 @@
     package_file="${project_version}.tgz";
     echo "Creating package: ${package_file}...";
     tar -C "${package_tmp}" -cvzf "${package_file}" .;
-    rm -rf "${package_tmp}";
+    sudo rm -rf "${package_tmp}";
     if "${install}"; then
       echo "Installing package: ${package_file}";
       tar -C / -xvzf "${package_file}";
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/calendarserver-changes/attachments/20140501/b161e5b1/attachment.html>


More information about the calendarserver-changes mailing list