[CalendarServer-changes] [12723] CalendarServer/branches/release/CalendarServer-5.2-dev/support/ build.sh
source_changes at macosforge.org
source_changes at macosforge.org
Wed Mar 12 11:24:58 PDT 2014
Revision: 12723
http://trac.calendarserver.org//changeset/12723
Author: cdaboo at apple.com
Date: 2014-02-19 11:59:34 -0800 (Wed, 19 Feb 2014)
Log Message:
-----------
Be tolerant of leading spaces instead of zeros in date values.
Modified Paths:
--------------
CalendarServer/branches/release/CalendarServer-5.2-dev/support/build.sh
Modified: CalendarServer/branches/release/CalendarServer-5.2-dev/support/build.sh
===================================================================
--- CalendarServer/branches/release/CalendarServer-5.2-dev/support/build.sh 2014-02-19 19:57:24 UTC (rev 12722)
+++ CalendarServer/branches/release/CalendarServer-5.2-dev/support/build.sh 2014-02-19 19:59:34 UTC (rev 12723)
@@ -808,9 +808,9 @@
"${pypi}/p/${n}/${p}.tar.gz";
# XXX actually PyCalendar should be imported in-place.
- py_dependency -fe -i "src" -r 11458 \
+ py_dependency -fe -i "src" -r HEAD \
"PyCalendar" "pycalendar" "pycalendar" \
- "${svn_uri_base}/PyCalendar/trunk";
+ "${svn_uri_base}/PyCalendar/branches/CalendarServer-5.2";
#
# Tool dependencies. The code itself doesn't depend on these, but
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/calendarserver-changes/attachments/20140312/0f03a374/attachment.html>
More information about the calendarserver-changes
mailing list