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

source_changes at macosforge.org source_changes at macosforge.org
Tue Oct 31 15:57:58 PST 2006


Revision: 344
          http://trac.macosforge.org/projects/calendarserver/changeset/344
Author:   wsanchez at apple.com
Date:     2006-10-31 15:57:58 -0800 (Tue, 31 Oct 2006)

Log Message:
-----------
No more dircaldavd.
Add project_version string to output.

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

Modified: CalendarServer/trunk/support/submit
===================================================================
--- CalendarServer/trunk/support/submit	2006-10-31 23:52:15 UTC (rev 343)
+++ CalendarServer/trunk/support/submit	2006-10-31 23:57:58 UTC (rev 344)
@@ -120,14 +120,11 @@
 EOF
 
 echo "";
-echo "Preparing sources...";
+echo "Preparing sources for ${project_version}...";
 make -C "${wc}" prep;
 
-# FIXME: Work around dircaldavd hack
-mv "${wc}/bin/dircaldavd" "${wc}/bin/caldavd";
-
 echo "";
-echo "Submitting sources...";
+echo "Submitting sources for $(project_version}...";
 ~rc/bin/submitproject "${wc}" "${release}";
 
 rm -rf "${tmp}";

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


More information about the calendarserver-changes mailing list