[CalendarServer-changes] [15293] CalendarServer/trunk/support/_cache_deps

source_changes at macosforge.org source_changes at macosforge.org
Thu Nov 5 10:33:13 PST 2015


Revision: 15293
          http://trac.calendarserver.org//changeset/15293
Author:   cdaboo at apple.com
Date:     2015-11-05 10:33:12 -0800 (Thu, 05 Nov 2015)
Log Message:
-----------
Need to remove .eggs from submit.

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

Modified: CalendarServer/trunk/support/_cache_deps
===================================================================
--- CalendarServer/trunk/support/_cache_deps	2015-11-05 03:48:04 UTC (rev 15292)
+++ CalendarServer/trunk/support/_cache_deps	2015-11-05 18:33:12 UTC (rev 15293)
@@ -122,3 +122,16 @@
     rm "${tmp}";
   fi;
 done;
+
+
+
+#
+# Remove .eggs files from arvhives
+#
+
+for archive in $(find "${wd}/.develop" -type f -name '*.zip'); do
+  if unzip -qql "${archive}" "*/.eggs/" > /dev/null 2>&1; then
+    ruler "Removing eggs from ${archive}";
+    zip -d "${archive}" "*/.eggs/*";
+  fi;
+done;
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/calendarserver-changes/attachments/20151105/653899b5/attachment.html>


More information about the calendarserver-changes mailing list