** Also affects: duplicity (Ubuntu)
Importance: Undecided
Status: New
** Changed in: duplicity (Ubuntu)
Status: New => Triaged
** Changed in: duplicity (Ubuntu)
Importance: Undecided => Medium
--
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to duplicity in Ubuntu.
https://bugs.launchpad.net/bugs/1600692
Title:
Verify fails when comparing symlink pointing to directory
Status in Duplicity:
Fix Released
Status in duplicity package in Ubuntu:
Triaged
Bug description:
duplicity 0.7.08 on Python 2.7.11, Ubuntu 16.04 outputs
Difference found: Symlink home/vorjahr/wwc points to /usr/wwc/,
expected /usr/wwc
Quick and dirty fix:
~/tmp/duplicity-0.7.08/duplicity diff -u path.py.org path.py
--- path.py.org 2016-07-11 08:46:47.237287544 +0200
+++ path.py 2016-07-11 08:47:49.094014163 +0200
@@ -395,7 +395,7 @@
else:
return 1
elif self.issym():
- if self.symtext == other.symtext:
+ if self.symtext == other.symtext or self.symtext + "/" ==
other.symtext:
return 1
else:
log_diff(_("Symlink %%s points to %s, expected %s") %
To manage notifications about this bug go to:
https://bugs.launchpad.net/duplicity/+bug/1600692/+subscriptions
--
Mailing list: https://launchpad.net/~desktop-packages
Post to : [email protected]
Unsubscribe : https://launchpad.net/~desktop-packages
More help : https://help.launchpad.net/ListHelp