[CalendarServer-changes] [12481] CalendarServer/trunk/bin/_build.sh
source_changes at macosforge.org
source_changes at macosforge.org
Wed Mar 12 11:15:45 PDT 2014
Revision: 12481
http://trac.calendarserver.org//changeset/12481
Author: wsanchez at apple.com
Date: 2014-01-30 10:50:20 -0800 (Thu, 30 Jan 2014)
Log Message:
-----------
Make sure setup got called enough to write the version file.
Modified Paths:
--------------
CalendarServer/trunk/bin/_build.sh
Modified: CalendarServer/trunk/bin/_build.sh
===================================================================
--- CalendarServer/trunk/bin/_build.sh 2014-01-30 18:33:53 UTC (rev 12480)
+++ CalendarServer/trunk/bin/_build.sh 2014-01-30 18:50:20 UTC (rev 12481)
@@ -111,6 +111,10 @@
python="${py_bindir}/python";
+ # Make sure setup got called enough to write the version file.
+
+ "${python}" "${wd}/setup.py" check > /dev/null;
+
# These variables are defaults for things which might be configured by
# environment; only set them if they're un-set.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/calendarserver-changes/attachments/20140312/29c6b7a5/attachment.html>
More information about the calendarserver-changes
mailing list