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

source_changes at macosforge.org source_changes at macosforge.org
Tue Oct 20 14:46:15 PDT 2009


Revision: 4618
          http://trac.macosforge.org/projects/calendarserver/changeset/4618
Author:   glyph at apple.com
Date:     2009-10-20 14:46:13 -0700 (Tue, 20 Oct 2009)
Log Message:
-----------
finishing touch: build the egg quietly, ignore spurious .svn/entries warning

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:41:36 UTC (rev 4617)
+++ CalendarServer/branches/egg-info-351/support/build.sh	2009-10-20 21:46:13 UTC (rev 4618)
@@ -359,7 +359,7 @@
         echo;
         echo "${name} overrides system, building egg only";
         cd "${srcdir}";
-        "${python}" ./setup.py egg_info;
+        "${python}" ./setup.py -q egg_info 2>| grep -v 'Unrecognized .svn/entries';
         cd /;
       fi;
     else
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/calendarserver-changes/attachments/20091020/94f3bed6/attachment.html>


More information about the calendarserver-changes mailing list