Merge lp:~gliptak/duplicity/415619 into lp:duplicity/0.6

Proposed by Gábor Lipták
Status: Merged
Merged at revision: 932
Proposed branch: lp:~gliptak/duplicity/415619
Merge into: lp:duplicity/0.6
Diff against target: 12 lines (+1/-1)
1 file modified
duplicity/tarfile.py (+1/-1)
To merge this branch: bzr merge lp:~gliptak/duplicity/415619
Reviewer Review Type Date Requested Status
duplicity-team Pending
Review via email: mp+189473@code.launchpad.net
To post a comment you must log in.

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
=== modified file 'duplicity/tarfile.py'
--- duplicity/tarfile.py 2012-11-09 03:21:40 +0000
+++ duplicity/tarfile.py 2013-10-05 15:16:42 +0000
@@ -2282,7 +2282,7 @@
2282 if sys.platform != "os2emx":2282 if sys.platform != "os2emx":
2283 os.chown(targetpath, u, g)2283 os.chown(targetpath, u, g)
2284 except EnvironmentError, e:2284 except EnvironmentError, e:
2285 raise ExtractError("could not change owner")2285 raise ExtractError("could not change owner to %d:%d" % (u, g))
22862286
2287 def chmod(self, tarinfo, targetpath):2287 def chmod(self, tarinfo, targetpath):
2288 """Set file permissions of targetpath according to tarinfo.2288 """Set file permissions of targetpath according to tarinfo.

Subscribers

People subscribed via source and target branches