[CalendarServer-changes] [6453] CalendarServer/trunk/twistedcaldav/upgrade.py

source_changes at macosforge.org source_changes at macosforge.org
Fri Oct 22 11:59:22 PDT 2010


Revision: 6453
          http://trac.macosforge.org/projects/calendarserver/changeset/6453
Author:   sagen at apple.com
Date:     2010-10-22 11:59:20 -0700 (Fri, 22 Oct 2010)
Log Message:
-----------
Remove resource import trigger

Modified Paths:
--------------
    CalendarServer/trunk/twistedcaldav/upgrade.py

Modified: CalendarServer/trunk/twistedcaldav/upgrade.py
===================================================================
--- CalendarServer/trunk/twistedcaldav/upgrade.py	2010-10-22 16:39:48 UTC (rev 6452)
+++ CalendarServer/trunk/twistedcaldav/upgrade.py	2010-10-22 18:59:20 UTC (rev 6453)
@@ -481,6 +481,7 @@
     triggerFile = "trigger_resource_migration"
     triggerPath = os.path.join(config.ServerRoot, triggerFile)
     if os.path.exists(triggerPath):
+        os.remove(triggerPath)
 
         log.info("Migrating locations and resources")
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/calendarserver-changes/attachments/20101022/142e9bf5/attachment.html>


More information about the calendarserver-changes mailing list