Projects
Kolab:3.4
pykolab
Log In
Username
Password
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
Expand all
Collapse all
Changes of Revision 129
View file
setup_roundcube.patch
Added
@@ -0,0 +1,32 @@ +From 8b2933d7bdc2d410691fbc5a39a74a02166610c6 Mon Sep 17 00:00:00 2001 +From: Daniel Hoffend <dh@dotlan.net> +Date: Sun, 14 Sep 2014 02:18:04 +0200 +Subject: [PATCH] fixed import of roundcube mysql.initial.sql + +--- + pykolab/setup/setup_roundcube.py | 7 ++++--- + 1 file changed, 4 insertions(+), 3 deletions(-) + +diff --git a/pykolab/setup/setup_roundcube.py b/pykolab/setup/setup_roundcube.py +index 259f676..ab73861 100644 +--- a/pykolab/setup/setup_roundcube.py ++++ b/pykolab/setup/setup_roundcube.py +@@ -140,12 +140,13 @@ def execute(*args, **kw): + + schema_files = [] + for root, directories, filenames in os.walk('/usr/share/doc/'): ++ directories.sort() + for directory in directories: + if directory.startswith("roundcubemail"): +- for root, directories, filenames in os.walk(os.path.join(root, directory)): +- for filename in filenames: ++ for nested_root, nested_directories, nested_filenames in os.walk(os.path.join(root, directory)): ++ for filename in nested_filenames: + if filename.startswith('mysql.initial') and filename.endswith('.sql'): +- schema_filepath = os.path.join(root,filename) ++ schema_filepath = os.path.join(nested_root,filename) + if not schema_filepath in schema_files: + schema_files.append(schema_filepath) + +-- +1.7.10.4
View file
debian.changelog
Changed
@@ -1,3 +1,9 @@ +pykolab (0.7.6-0~kolab3) unstable; urgency=low + + * Database scripts for Roundcube were not found with Python 2.7 (#2811) + + -- Timotheus Pokorra (TBits.net) <tp@tbits.net> Tue, 20 Jan 2015 02:49:00 +0100 + pykolab (0.7.6-0~kolab2) unstable; urgency=low * Fix wallace dependancy on python-dateutil (#4246)
View file
debian.series
Changed
@@ -1,1 +1,2 @@ cyrus-imapd.conf-cert-paths.patch -p1 +setup_roundcube.patch -p1
View file
pykolab.dsc
Changed
@@ -2,7 +2,7 @@ Source: pykolab Binary: pykolab, kolab-cli, kolab-conf, kolab-saslauthd, kolab-server, kolab-telemetry, kolab-xml, wallace Architecture: all -Version: 0.7.6-0~kolab2 +Version: 0.7.6-0~kolab3 Maintainer: Jeroen van Meeuwen (Kolab Systems) <vanmeeuwen@kolabsys.com> Uploaders: Paul Klos <kolab@klos2day.nl> Homepage: http://www.kolab.org
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
.