apple / ccs-calendarserver

The Calendar and Contacts Server.
https://www.calendarserver.org
Apache License 2.0
486 stars 136 forks source link

calendarserver/tools/bootstrapdatabase.py assumes wrong location for current.sql #465

Closed macosforgebot closed 10 years ago

macosforgebot commented 13 years ago

mail@… originally submitted this as ticket:463


In bootstrapdatabase.py the schema is assumed to be at /usr/share/caldavd/lib/python/txdav/common/datastore/sql_schema/current.sql.

However just doing a python setup.py install places it for me at /usr/lib64/python2.7/site-packages/txdav/common/datastore/sql_schema/current.sql

macosforgebot commented 12 years ago

@wsanchez originally submitted this as comment:1:⁠ticket:463

macosforgebot commented 12 years ago

@wsanchez originally submitted this as comment:2:⁠ticket:463

macosforgebot commented 10 years ago

@wsanchez originally submitted this as comment:9:⁠ticket:463


This tool was obsoleted