[Pkg-owncloud-commits] [python-owncloud] 12/33: Removed the check against libocsync's versions.
Sandro Knauß
hefee-guest at moszumanska.debian.org
Fri Nov 22 01:49:47 UTC 2013
This is an automated email from the git hooks/post-receive script.
hefee-guest pushed a commit to branch upstream
in repository python-owncloud.
commit e9bafe07c911868e85307c08ce8818c33b493588
Author: Diederik de Haas <github at cknow.org>
Date: Tue Nov 12 21:42:13 2013 +0100
Removed the check against libocsync's versions.
It was confusing and didn't add anything.
---
csync/csync.py | 2 --
1 file changed, 2 deletions(-)
diff --git a/csync/csync.py b/csync/csync.py
index 33b0081..5e6a20a 100755
--- a/csync/csync.py
+++ b/csync/csync.py
@@ -99,8 +99,6 @@ class ownCloudSync():
libVersion = csynclib.csync_version(0,40,1)
if DEBUG:
print 'libocsync version: ', libVersion
- if libVersion not in ('0.70.4', '0.70.5','0.70.6','0.70.7'):
- print 'This version of libocsync %s is not tested against ownCloud server 4.7.5.' % libVersion
c = csynclib.CSYNC()
self.ctx = ctypes.pointer(c)
self.buildURL()
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-owncloud/python-owncloud.git
More information about the Pkg-owncloud-commits
mailing list