[CalendarServer-changes] [13511] CalendarServer/trunk/support

source_changes at macosforge.org source_changes at macosforge.org
Mon May 19 18:09:59 PDT 2014


Revision: 13511
          http://trac.calendarserver.org//changeset/13511
Author:   wsanchez at apple.com
Date:     2014-05-19 18:09:59 -0700 (Mon, 19 May 2014)
Log Message:
-----------
Put CalDAVTester back into the B&I build

Modified Paths:
--------------
    CalendarServer/trunk/support/Apple.make
    CalendarServer/trunk/support/_cache_deps

Modified: CalendarServer/trunk/support/Apple.make
===================================================================
--- CalendarServer/trunk/support/Apple.make	2014-05-20 00:05:19 UTC (rev 13510)
+++ CalendarServer/trunk/support/Apple.make	2014-05-20 01:09:59 UTC (rev 13511)
@@ -183,11 +183,11 @@
 	$(_v) $(INSTALL_DIRECTORY) "$(DSTROOT)$(SIPP)$(LIBEXECDIR)/changeip";
 	$(_v) $(INSTALL_SCRIPT) "$(Sources)/calendarserver/tools/changeip_calendar.py" "$(DSTROOT)$(SIPP)$(LIBEXECDIR)/changeip/changeip_calendar";
 
-# install:: install-caldavtester
-# install-caldavtester::
-# 	@echo "Installing CalDAVTester package...";
-# 	$(_v) $(INSTALL_DIRECTORY) "$(DSTROOT)/AppleInternal/ServerTools";
-# 	$(_v) cd "$(DSTROOT)/AppleInternal/ServerTools" && unzip "$(BuildDirectory)/$(Project)/requirements/cache/CalDAVTester-*.zip";
+install:: install-caldavtester
+install-caldavtester::
+	@echo "Installing CalDAVTester package...";
+	$(_v) $(INSTALL_DIRECTORY) "$(DSTROOT)/AppleInternal/ServerTools";
+	$(_v) tar -C "$(DSTROOT)/AppleInternal/ServerTools" -xvzf "$(Sources)/CalDAVTester.tgz";
 
 #
 # Automatic Extract

Modified: CalendarServer/trunk/support/_cache_deps
===================================================================
--- CalendarServer/trunk/support/_cache_deps	2014-05-20 00:05:19 UTC (rev 13510)
+++ CalendarServer/trunk/support/_cache_deps	2014-05-20 01:09:59 UTC (rev 13511)
@@ -69,6 +69,19 @@
 
 
 #
+# Check out CalDAVTester
+#
+
+url="$(grep egg=CalDAVTester "${wd}/requirements-dev.txt" | sed 's|^.*svn+\([^@#]*\).*$|\1|')";
+rev="$(grep egg=CalDAVTester "${wd}/requirements-dev.txt" | sed 's|^.*svn+[^@#]*@\([0-9]*\).*$|\1|')";
+
+svn export -r "${rev}" "${url}@${rev}" "${wd}/CalDAVTester";
+tar -C "${wd}" -cvzf "${wd}/CalDAVTester.tgz" CalDAVTester; 
+rm -r CalDAVTester;
+
+
+
+#
 # Remove .exe files from arvhives
 #
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/calendarserver-changes/attachments/20140519/5159d69a/attachment.html>


More information about the calendarserver-changes mailing list