[CalendarServer-changes] [14887] CalendarServer/trunk/support/Apple.make

source_changes at macosforge.org source_changes at macosforge.org
Sun Jun 7 08:19:53 PDT 2015


Revision: 14887
          http://trac.calendarserver.org//changeset/14887
Author:   sagen at apple.com
Date:     2015-06-07 08:19:53 -0700 (Sun, 07 Jun 2015)
Log Message:
-----------
Avoid creating ~/Library/Caches/pip

Modified Paths:
--------------
    CalendarServer/trunk/support/Apple.make

Modified: CalendarServer/trunk/support/Apple.make
===================================================================
--- CalendarServer/trunk/support/Apple.make	2015-06-06 18:58:20 UTC (rev 14886)
+++ CalendarServer/trunk/support/Apple.make	2015-06-07 15:19:53 UTC (rev 14887)
@@ -111,6 +111,8 @@
 	@echo "Installing cffi...";
 	$(_v) $(Environment)                                                  \
 	          "$(DSTROOT)$(CS_VIRTUALENV)/bin/pip" install                \
+	              --disable-pip-version-check                             \
+	              --no-cache-dir                                          \
 	              --pre --allow-all-external --no-index                   \
 	              --find-links="file://$(Sources)/.develop/pip_downloads" \
 	              --log=$(OBJROOT)/pip.log                                \
@@ -121,6 +123,8 @@
 	@echo "Installing Twisted...";
 	$(_v) $(Environment)                                                  \
 	          "$(DSTROOT)$(CS_VIRTUALENV)/bin/pip" install                \
+	              --disable-pip-version-check                             \
+	              --no-cache-dir                                          \
 	              --pre --allow-all-external --no-index                   \
 	              --find-links="file://$(Sources)/.develop/pip_downloads" \
 	              --log=$(OBJROOT)/pip.log                                \
@@ -130,6 +134,8 @@
 	@echo "Installing CalendarServer and remaining dependancies...";
 	$(_v) $(Environment)                                                  \
 	          "$(DSTROOT)$(CS_VIRTUALENV)/bin/pip" install                \
+	              --disable-pip-version-check                             \
+	              --no-cache-dir                                          \
 	              --pre --allow-all-external --no-index                   \
 	              --find-links="file://$(Sources)/.develop/pip_downloads" \
 	              --log=$(OBJROOT)/pip.log                                \
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/calendarserver-changes/attachments/20150607/987fc33e/attachment.html>


More information about the calendarserver-changes mailing list