[CalendarServer-changes] [14529] CalendarServer/trunk

source_changes at macosforge.org source_changes at macosforge.org
Mon Mar 9 09:00:57 PDT 2015


Revision: 14529
          http://trac.calendarserver.org//changeset/14529
Author:   cdaboo at apple.com
Date:     2015-03-09 09:00:57 -0700 (Mon, 09 Mar 2015)
Log Message:
-----------
Add TODO comment. Include new cli tool in package.

Modified Paths:
--------------
    CalendarServer/trunk/setup.py
    CalendarServer/trunk/txdav/common/datastore/podding/migration/home_sync.py

Modified: CalendarServer/trunk/setup.py
===================================================================
--- CalendarServer/trunk/setup.py	2015-03-08 03:38:42 UTC (rev 14528)
+++ CalendarServer/trunk/setup.py	2015-03-09 16:00:57 UTC (rev 14529)
@@ -225,6 +225,9 @@
 
     "verify_data":
     ("calendarserver.tools.calverify", "main"),
+
+    "pod_migration":
+    ("calendarserver.tools.pod_migration", "main"),
 }
 
 for tool, (module, function) in script_entry_points.iteritems():

Modified: CalendarServer/trunk/txdav/common/datastore/podding/migration/home_sync.py
===================================================================
--- CalendarServer/trunk/txdav/common/datastore/podding/migration/home_sync.py	2015-03-08 03:38:42 UTC (rev 14528)
+++ CalendarServer/trunk/txdav/common/datastore/podding/migration/home_sync.py	2015-03-09 16:00:57 UTC (rev 14529)
@@ -269,6 +269,9 @@
         if newnotifications:
             yield newnotifications.setStatus(_HOME_STATUS_NORMAL)
 
+        # TODO: remove migration state
+        pass
+
         # TODO: purge the old ones
         pass
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/calendarserver-changes/attachments/20150309/12196ca7/attachment.html>


More information about the calendarserver-changes mailing list