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

source_changes at macosforge.org source_changes at macosforge.org
Thu Jan 15 10:32:21 PST 2015


Revision: 14308
          http://trac.calendarserver.org//changeset/14308
Author:   wsanchez at apple.com
Date:     2015-01-15 10:32:21 -0800 (Thu, 15 Jan 2015)
Log Message:
-----------
remove set -x

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

Modified: CalendarServer/trunk/support/_cache_deps
===================================================================
--- CalendarServer/trunk/support/_cache_deps	2015-01-15 18:11:02 UTC (rev 14307)
+++ CalendarServer/trunk/support/_cache_deps	2015-01-15 18:32:21 UTC (rev 14308)
@@ -19,7 +19,6 @@
 
 set -e
 set -u
-set -x
 
 wd="$(cd "$(dirname "$0")/.." && pwd)";
 
@@ -34,7 +33,7 @@
 
 
 #
-# Download virtualenv and friends.
+# Download virtualenv and friends so that B&I has that core toolchain.
 #
 
 mkdir -p "${wd}/.develop/tools";
@@ -61,7 +60,7 @@
 
 ve_tmp="$(mktemp -d -t CalendarServer_ve_tools)";
 
-# Bootstrap virtualenv and friends so we can use them
+# Bootstrap virtualenv and friends so we can use them in this script (not sent to B&I).
 py_ve_tools="${ve_tmp}/ve_tools";
 export PYTHONPATH="${py_ve_tools}/lib:${wd}:${PYTHONPATH:-}";
 bootstrap_virtualenv;
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/calendarserver-changes/attachments/20150115/47f1b8a7/attachment.html>


More information about the calendarserver-changes mailing list