[CalendarServer-changes] [236] CalendarServer/trunk/support/submit

source_changes at macosforge.org source_changes at macosforge.org
Tue Oct 3 13:54:33 PDT 2006


Revision: 236
          http://trac.macosforge.org/projects/calendarserver/changeset/236
Author:   wsanchez at apple.com
Date:     2006-10-03 13:54:32 -0700 (Tue, 03 Oct 2006)

Log Message:
-----------
Work around dircaldavd hack

Modified Paths:
--------------
    CalendarServer/trunk/support/submit

Modified: CalendarServer/trunk/support/submit
===================================================================
--- CalendarServer/trunk/support/submit	2006-10-03 19:06:05 UTC (rev 235)
+++ CalendarServer/trunk/support/submit	2006-10-03 20:54:32 UTC (rev 236)
@@ -123,6 +123,9 @@
 echo "Preparing sources...";
 make -C "${wc}" prep;
 
+# FIXME: Work around dircaldavd hack
+mv "${wc}/bin/dircaldavd" "${wc}/bin/caldavd";
+
 echo "";
 echo "Submitting sources...";
 ~rc/bin/submitproject "${wc}" "${release}";

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/calendarserver-changes/attachments/20061003/fdaa4de0/attachment.html


More information about the calendarserver-changes mailing list