[CalendarServer-changes] [14879] CalendarServer/trunk/bin/_build.sh

source_changes at macosforge.org source_changes at macosforge.org
Thu Jun 4 14:05:08 PDT 2015


Revision: 14879
          http://trac.calendarserver.org//changeset/14879
Author:   wsanchez at apple.com
Date:     2015-06-04 14:05:08 -0700 (Thu, 04 Jun 2015)
Log Message:
-----------
more noise

Modified Paths:
--------------
    CalendarServer/trunk/bin/_build.sh

Modified: CalendarServer/trunk/bin/_build.sh
===================================================================
--- CalendarServer/trunk/bin/_build.sh	2015-06-04 20:29:56 UTC (rev 14878)
+++ CalendarServer/trunk/bin/_build.sh	2015-06-04 21:05:08 UTC (rev 14879)
@@ -675,6 +675,7 @@
   mkdir -p "${dev_home}/pip_downloads";
 
   "${python}" -m pip install               \
+    --verbose                                \
     --download="${dev_home}/pip_downloads" \
     --pre --allow-all-external             \
     --log-file="${dev_home}/pip.log"       \
@@ -684,6 +685,7 @@
 
 pip_install_from_cache () {
   "${python}" -m pip install                 \
+    --verbose                                \
     --pre --allow-all-external               \
     --no-index                               \
     --find-links="${dev_home}/pip_downloads" \
@@ -694,6 +696,7 @@
 
 pip_download_and_install () {
   "${python}" -m pip install                 \
+    --verbose                                \
     --pre --allow-all-external               \
     --log-file="${dev_home}/pip.log"         \
     "$@";
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/calendarserver-changes/attachments/20150604/3f8b199f/attachment-0001.html>


More information about the calendarserver-changes mailing list