[CalendarServer-changes] [13391] CalendarServer/trunk/bin/_build.sh
source_changes at macosforge.org
source_changes at macosforge.org
Thu May 1 16:49:49 PDT 2014
Revision: 13391
http://trac.calendarserver.org//changeset/13391
Author: wsanchez at apple.com
Date: 2014-05-01 16:49:49 -0700 (Thu, 01 May 2014)
Log Message:
-----------
Use bootstrap_python in init
Modified Paths:
--------------
CalendarServer/trunk/bin/_build.sh
Modified: CalendarServer/trunk/bin/_build.sh
===================================================================
--- CalendarServer/trunk/bin/_build.sh 2014-05-01 23:46:26 UTC (rev 13390)
+++ CalendarServer/trunk/bin/_build.sh 2014-05-01 23:49:49 UTC (rev 13391)
@@ -618,7 +618,7 @@
# Make sure setup got called enough to write the version file.
- "${python}" "${wd}/setup.py" check > /dev/null;
+ "${bootstrap_python}" "${wd}/setup.py" check > /dev/null;
if [ -d "${dev_home}/pip_downloads" ]; then
pip_install="pip_install_from_cache";
@@ -630,7 +630,7 @@
echo "";
"${pip_install}" --requirement="${requirements}";
- for option in $("${python}" -c 'import setup; print "\n".join(setup.extras_requirements.keys())'); do
+ for option in $("${bootstrap_python}" -c 'import setup; print "\n".join(setup.extras_requirements.keys())'); do
ruler "Preparing Python requirements for optional feature: ${option}";
echo "";
if ! "${pip_install}" --editable="${wd}[${option}]"; then
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/calendarserver-changes/attachments/20140501/780a1aae/attachment-0001.html>
More information about the calendarserver-changes
mailing list