[CalendarServer-changes] [15294] CalendarServer/trunk/support/_cache_deps
source_changes at macosforge.org
source_changes at macosforge.org
Thu Nov 5 12:24:42 PST 2015
Revision: 15294
http://trac.calendarserver.org//changeset/15294
Author: cdaboo at apple.com
Date: 2015-11-05 12:24:42 -0800 (Thu, 05 Nov 2015)
Log Message:
-----------
Need to remove --editable src from the submit package.
Modified Paths:
--------------
CalendarServer/trunk/support/_cache_deps
Modified: CalendarServer/trunk/support/_cache_deps
===================================================================
--- CalendarServer/trunk/support/_cache_deps 2015-11-05 18:33:12 UTC (rev 15293)
+++ CalendarServer/trunk/support/_cache_deps 2015-11-05 20:24:42 UTC (rev 15294)
@@ -110,7 +110,7 @@
#
-# Remove .exe files from arvhives
+# Remove .exe files from archives
#
for archive in $(find "${wd}/.develop" -type f -name '*.tgz' -or -name '*.tar.gz'); do
@@ -126,12 +126,22 @@
#
-# Remove .eggs files from arvhives
+# Remove .eggs files from archives
#
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/*";
+ zip -qd "${archive}" "*/.eggs/*";
fi;
done;
+
+
+
+#
+# Remove src
+#
+ruler "Removing eggs from ${archive}";
+rm -rf "${wd}/src"
+
+ruler "";
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/calendarserver-changes/attachments/20151105/debe3580/attachment.html>
More information about the calendarserver-changes
mailing list