[Bug 676418] [NEW] not installing http[s]+webdav

Mark Schmidt 676418 at bugs.launchpad.net
Wed Nov 17 09:43:12 GMT 2010


Public bug reported:

Binary package hint: etckeeper

On Ubuntu maverick amd64 etckeeper complains about
not installing http[s]+webdav:// support (only supported for bzr 1.12 and above)
when being invoked. The installed version of bzr is 2.2.1-0ubuntu1.
So I looked around in the python files of etckeeper and found the message in
/usr/share/pyshared/bzrlib/plugins/webdav/__init__.py
In line 31 is a check if a appropriate of bzr is installed, however this check is wrong and should contain an 'and' instead of an 'or':
if major < 1 or minor < 12
should be changed to
if major < 1 and minor < 12

** Affects: etckeeper (Ubuntu)
     Importance: Undecided
         Status: New

-- 
not installing http[s]+webdav
https://bugs.launchpad.net/bugs/676418
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to etckeeper in ubuntu.



More information about the Ubuntu-server-bugs mailing list