[Pkg-owncloud-commits] [python-owncloud] 84/96: add 0.70.5 to tested versions of libocsync
Sandro Knauß
hefee-guest at moszumanska.debian.org
Fri Nov 22 01:28:30 UTC 2013
This is an automated email from the git hooks/post-receive script.
hefee-guest pushed a commit to branch master
in repository python-owncloud.
commit 4e79ce93566628c64f14550b50f1b172861d3f40
Author: hefee <hefee at netzguerilla.net>
Date: Thu Apr 11 19:47:32 2013 +0200
add 0.70.5 to tested versions of libocsync
---
csync/csync.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/csync/csync.py b/csync/csync.py
index 4a5bae2..2ffdf01 100755
--- a/csync/csync.py
+++ b/csync/csync.py
@@ -96,7 +96,7 @@ class ownCloudSync():
libVersion = csynclib.csync_version(0,40,1)
if DEBUG:
print 'libocsync version: ', libVersion
- if libVersion != '0.70.4':
+ if libVersion not in ('0.70.4', '0.70.5'):
print 'This version of libocsync %s is not tested against ownCloud server 4.7.5.' % libVersion
c = csynclib.CSYNC()
self.ctx = ctypes.pointer(c)
--
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