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

source_changes at macosforge.org source_changes at macosforge.org
Tue Apr 29 17:02:34 PDT 2014


Revision: 13384
          http://trac.calendarserver.org//changeset/13384
Author:   wsanchez at apple.com
Date:     2014-04-29 17:02:34 -0700 (Tue, 29 Apr 2014)
Log Message:
-----------
remove tmp file

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

Modified: CalendarServer/trunk/support/submit
===================================================================
--- CalendarServer/trunk/support/submit	2014-04-30 00:01:42 UTC (rev 13383)
+++ CalendarServer/trunk/support/submit	2014-04-30 00:02:34 UTC (rev 13384)
@@ -202,6 +202,7 @@
     package_file="${project_version}.tgz";
     echo "Creating package: ${package_file}...";
     tar -C "${package_tmp}" -cvzf "${package_file}" .;
+    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/20140429/d13f44ef/attachment.html>


More information about the calendarserver-changes mailing list