[CalendarServer-changes] [12482] twext/trunk/bin/_build.sh

source_changes at macosforge.org source_changes at macosforge.org
Wed Mar 12 11:24:25 PDT 2014


Revision: 12482
          http://trac.calendarserver.org//changeset/12482
Author:   wsanchez at apple.com
Date:     2014-01-30 10:51:26 -0800 (Thu, 30 Jan 2014)
Log Message:
-----------
Make sure setup got called enough to write the version file.

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

Modified: twext/trunk/bin/_build.sh
===================================================================
--- twext/trunk/bin/_build.sh	2014-01-30 18:50:20 UTC (rev 12481)
+++ twext/trunk/bin/_build.sh	2014-01-30 18:51:26 UTC (rev 12482)
@@ -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/f9628ba6/attachment.html>


More information about the calendarserver-changes mailing list