]> code.delx.au - monosys/blob - patches/rdiff-shutup.patch
hack to make rdiff-backup shut up about .gvfs
[monosys] / patches / rdiff-shutup.patch
1 --- /usr/share/pyshared/rdiff_backup/selection.py.bak 2012-07-23 22:58:47.588142001 +1000
2 +++ /usr/share/pyshared/rdiff_backup/selection.py 2012-07-23 23:00:10.556142002 +1000
3 @@ -116,6 +116,9 @@
4
5 """
6 for filename in self.listdir(rpath):
7 + if filename == ".gvfs":
8 + # stop sending me emails!
9 + continue
10 new_rpath = robust.check_common_error(error_handler,
11 rpath.append, (filename,))
12 if new_rpath and new_rpath.lstat():