[CalendarServer-changes] [4619] CalendarServer/branches/egg-info-351/support/build.sh

source_changes at macosforge.org source_changes at macosforge.org
Tue Oct 20 14:47:32 PDT 2009


Revision: 4619
          http://trac.macosforge.org/projects/calendarserver/changeset/4619
Author:   glyph at apple.com
Date:     2009-10-20 14:47:30 -0700 (Tue, 20 Oct 2009)
Log Message:
-----------
try to avoid scaring people (we're not building an egg!)

Modified Paths:
--------------
    CalendarServer/branches/egg-info-351/support/build.sh

Modified: CalendarServer/branches/egg-info-351/support/build.sh
===================================================================
--- CalendarServer/branches/egg-info-351/support/build.sh	2009-10-20 21:46:13 UTC (rev 4618)
+++ CalendarServer/branches/egg-info-351/support/build.sh	2009-10-20 21:47:30 UTC (rev 4619)
@@ -357,7 +357,7 @@
     if "${inplace}"; then
       if "${override_system}" && ! "${skip_egg}"; then
         echo;
-        echo "${name} overrides system, building egg only";
+        echo "Building ${name}... [overrides system, building egg-info metadata only]";
         cd "${srcdir}";
         "${python}" ./setup.py -q egg_info 2>| grep -v 'Unrecognized .svn/entries';
         cd /;
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/calendarserver-changes/attachments/20091020/0bbe88f2/attachment.html>


More information about the calendarserver-changes mailing list