[CalendarServer-changes] [6464] CalendarServer/trunk/contrib/migration/calendarmigrator.py
source_changes at macosforge.org
source_changes at macosforge.org
Mon Oct 25 10:19:57 PDT 2010
Revision: 6464
http://trac.macosforge.org/projects/calendarserver/changeset/6464
Author: sagen at apple.com
Date: 2010-10-25 10:19:55 -0700 (Mon, 25 Oct 2010)
Log Message:
-----------
Handle the case where there is neither calendar nor addressbook data
Modified Paths:
--------------
CalendarServer/trunk/contrib/migration/calendarmigrator.py
Modified: CalendarServer/trunk/contrib/migration/calendarmigrator.py
===================================================================
--- CalendarServer/trunk/contrib/migration/calendarmigrator.py 2010-10-25 16:48:50 UTC (rev 6463)
+++ CalendarServer/trunk/contrib/migration/calendarmigrator.py 2010-10-25 17:19:55 UTC (rev 6464)
@@ -426,7 +426,8 @@
addressbookDataInDefaultLocation = True
uid = -1
gid = -1
- newServerRoot = None
+ newServerRoot = None # actual path
+ newServerRootValue = NEW_SERVER_ROOT # value to put in plist
oldCalConfigDir = os.path.join(options.sourceRoot, CALDAVD_CONFIG_DIR)
oldCalPlistPath = os.path.join(oldCalConfigDir, CALDAVD_PLIST)
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/calendarserver-changes/attachments/20101025/fca65d03/attachment.html>
More information about the calendarserver-changes
mailing list