Projects
Kolab:3.4
pykolab
pykolab-0.6.9-sql-setup.patch
Log In
Username
Password
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File pykolab-0.6.9-sql-setup.patch of Package pykolab (Revision 48)
Currently displaying revision
48
,
Show latest
commit dada49f8283803b8519c94e4feca4fdbff8acf85 Author: Jeroen van Meeuwen (Kolab Systems) <vanmeeuwen@kolabsys.com> Date: Sun Nov 24 20:11:22 2013 +0100 Remove horde_cache.sql, correct syncroton.sql -> mysql.initial.sql diff --git a/pykolab/setup/setup_roundcube.py b/pykolab/setup/setup_roundcube.py index fef4d4a..b53a314 100644 --- a/pykolab/setup/setup_roundcube.py +++ b/pykolab/setup/setup_roundcube.py @@ -142,11 +142,6 @@ def execute(*args, **kw): if not schema_filepath in schema_files: schema_files.append(schema_filepath) - if filename.startswith('horde_cache') and filename.endswith('.sql'): - schema_filepath = os.path.join(root,filename) - if not schema_filepath in schema_files: - schema_files.append(schema_filepath) - if os.path.isdir('/usr/share/roundcubemail'): rcpath = '/usr/share/roundcubemail/' elif os.path.isdir('/usr/share/roundcube'): diff --git a/pykolab/setup/setup_syncroton.py b/pykolab/setup/setup_syncroton.py index f902f57..0722882 100644 --- a/pykolab/setup/setup_syncroton.py +++ b/pykolab/setup/setup_syncroton.py @@ -43,7 +43,7 @@ def execute(*args, **kw): schema_files = [] for root, directories, filenames in os.walk('/usr/share/doc/'): for filename in filenames: - if filename.startswith('syncroton') and filename.endswith('.sql'): + if filename.startswith('mysql.initial') and filename.endswith('.sql'): schema_filepath = os.path.join(root,filename) if not schema_filepath in schema_files: schema_files.append(schema_filepath)
Locations
Projects
Search
Status Monitor
Help
Open Build Service
OBS Manuals
API Documentation
OBS Portal
Reporting a Bug
Contact
Mailing List
Forums
Chat (IRC)
Twitter
Open Build Service (OBS)
is an
openSUSE project
.