Revision: 6453 http://trac.macosforge.org/projects/calendarserver/changeset/6453 Author: sagen@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")
participants (1)
-
source_changes@macosforge.org