Groups
Groups
Sign in
Groups
Groups
bup-list
Conversations
About
Send feedback
Help
bup-list
1–30 of 3229
Mark all as read
Report group
0 selected
Sarah Tylor0160
Mar 19
$180 For Each Duct, Dryer and Chimney cleaning Group rate
Just wanted to let you know that me and a few neighbors had our ducts,dryer and Chimney cleaned by
unread,
$180 For Each Duct, Dryer and Chimney cleaning Group rate
Just wanted to let you know that me and a few neighbors had our ducts,dryer and Chimney cleaned by
Mar 19
Rob Browning
5
Mar 15
Simplfy drecurse and don't chdir during traversal
Switch to open_noatime so that we'll avoid changing the atime when possible, and replace
unread,
Simplfy drecurse and don't chdir during traversal
Switch to open_noatime so that we'll avoid changing the atime when possible, and replace
Mar 15
Rob Browning
Mar 15
[PATCH 2/7] recursive_dirlist: remove redundant top-level path stat
We already have an lstat of the path, and from that we know it's a directory, so relying on the
unread,
[PATCH 2/7] recursive_dirlist: remove redundant top-level path stat
We already have an lstat of the path, and from that we know it's a directory, so relying on the
Mar 15
Rob Browning
Mar 15
[PATCH 3/7] drecurse: simplify the logic and only normpath() once
Flatten the logic via more loop continue short-circuting, and remember the normalized path if we
unread,
[PATCH 3/7] drecurse: simplify the logic and only normpath() once
Flatten the logic via more loop continue short-circuting, and remember the normalized path if we
Mar 15
Rob Browning
Mar 15
[PATCH 1/7] Add openat_noatime wrapping openat(2) and matching open_noatime
This will be used by a forthcoming file descriptor based drecurse that doesn't chdir. Signed-off-
unread,
[PATCH 1/7] Add openat_noatime wrapping openat(2) and matching open_noatime
This will be used by a forthcoming file descriptor based drecurse that doesn't chdir. Signed-off-
Mar 15
Rob Browning
Mar 15
Fix O_NOATIME failures introduced by recent hashsplit change
The O_NOATIME EPERM rejections that our wrapper suggested were long lost behaviors are alive and well
unread,
Fix O_NOATIME failures introduced by recent hashsplit change
The O_NOATIME EPERM rejections that our wrapper suggested were long lost behaviors are alive and well
Mar 15
Rob Browning
Mar 15
[PATCH 1/3] restore: always return to parent after child restore attempt
Signed-off-by: Rob Browning <r...@defaultvalue.org> Tested-by: Rob Browning <rlb@defaultvalue
unread,
[PATCH 1/3] restore: always return to parent after child restore attempt
Signed-off-by: Rob Browning <r...@defaultvalue.org> Tested-by: Rob Browning <rlb@defaultvalue
Mar 15
Rob Browning
Mar 15
[PATCH 3/3] save: use open_noatime, not os.open(..., O_NOATIME)
Switch back to our open_noatime because os.open with O_NOATIME may die with EPERM in some situations
unread,
[PATCH 3/3] save: use open_noatime, not os.open(..., O_NOATIME)
Switch back to our open_noatime because os.open with O_NOATIME may die with EPERM in some situations
Mar 15
Rob Browning
Mar 15
[PATCH 2/3] open_noatime: add flags arg, only add O_LARGEFILE
Add a flags argument to the python function, and stop adding any flags other than O_NOATIME and
unread,
[PATCH 2/3] open_noatime: add flags arg, only add O_LARGEFILE
Add a flags argument to the python function, and stop adding any flags other than O_NOATIME and
Mar 15
Rob Browning
6
Mar 14
[PATCH 7/7] bup-on: restrict local server actions based on command
This allows us to create the Server directly, making it easier to control/customize it without being
unread,
[PATCH 7/7] bup-on: restrict local server actions based on command
This allows us to create the Server directly, making it easier to control/customize it without being
Mar 14
Rob Browning
Mar 14
[PATCH 1/7] Client(): only require set-dir and init-dir when needed
Previously we always required both. Thanks to Johannes Berg for proposing the change. Signed-off-by:
unread,
[PATCH 1/7] Client(): only require set-dir and init-dir when needed
Previously we always required both. Thanks to Johannes Berg for proposing the change. Signed-off-by:
Mar 14
Rob Browning
Mar 14
[PATCH 2/7] Client(): only require list-indexes and send-index when needed
Previously we always required both. Thanks to Johannes Berg for proposing the change. Signed-off-by:
unread,
[PATCH 2/7] Client(): only require list-indexes and send-index when needed
Previously we always required both. Thanks to Johannes Berg for proposing the change. Signed-off-by:
Mar 14
Rob Browning
Mar 14
[PATCH 2/2] dataclass_frozen_for_testing: add and use for WalkItem and GetResult
The dataclass docs say that "there is a tiny perforance penalty when using frozen=True".
unread,
[PATCH 2/2] dataclass_frozen_for_testing: add and use for WalkItem and GetResult
The dataclass docs say that "there is a tiny perforance penalty when using frozen=True".
Mar 14
Rob Browning
Mar 14
[PATCH 1/2] get: improve --exclude*/--ignore* help
Signed-off-by: Rob Browning <r...@defaultvalue.org> Tested-by: Rob Browning <rlb@defaultvalue
unread,
[PATCH 1/2] get: improve --exclude*/--ignore* help
Signed-off-by: Rob Browning <r...@defaultvalue.org> Tested-by: Rob Browning <rlb@defaultvalue
Mar 14
Rob Browning
Mar 14
Limit use of frozen dataclasses when not testing
Pushed to main. Looks like they're too expensive for some uses right now. -- Rob Browning rlb @
unread,
Limit use of frozen dataclasses when not testing
Pushed to main. Looks like they're too expensive for some uses right now. -- Rob Browning rlb @
Mar 14
Rob Browning
14
Mar 14
[PATCH 13/13] pylint: examine test/ext too
Signed-off-by: Rob Browning <r...@defaultvalue.org> --- test/ext/conftest.py | 4 +++- test/ext/
unread,
[PATCH 13/13] pylint: examine test/ext too
Signed-off-by: Rob Browning <r...@defaultvalue.org> --- test/ext/conftest.py | 4 +++- test/ext/
Mar 14
Rob Browning
Mar 14
[PATCH 4/5] Enable c-extension-no-member trailing-newlines using-constant-test
Signed-off-by: Rob Browning <r...@defaultvalue.org> Tested-by: Rob Browning <rlb@defaultvalue
unread,
[PATCH 4/5] Enable c-extension-no-member trailing-newlines using-constant-test
Signed-off-by: Rob Browning <r...@defaultvalue.org> Tested-by: Rob Browning <rlb@defaultvalue
Mar 14
Rob Browning
2
Mar 14
Enable all the remaining linters that we want right now
Signed-off-by: Rob Browning <r...@defaultvalue.org> --- .pylintrc | 43 +++++++++++++++++++++++++
unread,
Enable all the remaining linters that we want right now
Signed-off-by: Rob Browning <r...@defaultvalue.org> --- .pylintrc | 43 +++++++++++++++++++++++++
Mar 14
Rob Browning
Mar 14
[PATCH 3/5] Accommodate and enable wildcard-import
Signed-off-by: Rob Browning <r...@defaultvalue.org> Tested-by: Rob Browning <rlb@defaultvalue
unread,
[PATCH 3/5] Accommodate and enable wildcard-import
Signed-off-by: Rob Browning <r...@defaultvalue.org> Tested-by: Rob Browning <rlb@defaultvalue
Mar 14
Rob Browning
Mar 14
[PATCH 1/5] Accommodate and enable pylint no-member
For now, used @notimplemented more broadly as the indicator for members of "abstract"
unread,
[PATCH 1/5] Accommodate and enable pylint no-member
For now, used @notimplemented more broadly as the indicator for members of "abstract"
Mar 14
Rob Browning
Mar 14
[PATCH 2/5] Accommodate and enable no-name-in-module
Signed-off-by: Rob Browning <r...@defaultvalue.org> Tested-by: Rob Browning <rlb@defaultvalue
unread,
[PATCH 2/5] Accommodate and enable no-name-in-module
Signed-off-by: Rob Browning <r...@defaultvalue.org> Tested-by: Rob Browning <rlb@defaultvalue
Mar 14
Rob Browning
2
Mar 14
[PATCH 5/5] Accommodate and enable pylint possibly-used-before-assignment
...and fix some bugs that it revealed. Thanks to Johannes Berg for review. Pushed to main. -- Rob
unread,
[PATCH 5/5] Accommodate and enable pylint possibly-used-before-assignment
...and fix some bugs that it revealed. Thanks to Johannes Berg for review. Pushed to main. -- Rob
Mar 14
Rob Browning
Mar 14
[PATCH 1/5] encode_vint/encode_vuint: move fallback code out of except
Signed-off-by: Rob Browning <r...@defaultvalue.org> Tested-by: Rob Browning <rlb@defaultvalue
unread,
[PATCH 1/5] encode_vint/encode_vuint: move fallback code out of except
Signed-off-by: Rob Browning <r...@defaultvalue.org> Tested-by: Rob Browning <rlb@defaultvalue
Mar 14
Rob Browning
Mar 14
[PATCH 2/5] Raise ValueError when asked to encode negative vuint values
And use %zd for Py_ssize_t values. Signed-off-by: Rob Browning <r...@defaultvalue.org> Tested-by
unread,
[PATCH 2/5] Raise ValueError when asked to encode negative vuint values
And use %zd for Py_ssize_t values. Signed-off-by: Rob Browning <r...@defaultvalue.org> Tested-by
Mar 14
Rob Browning
Mar 14
[PATCH 3/5] ls.summary_bytes: fix case where major/minor string was undefined
Always define the device major/minor string for a character or block device. (If meta.rdev is 0,
unread,
[PATCH 3/5] ls.summary_bytes: fix case where major/minor string was undefined
Always define the device major/minor string for a character or block device. (If meta.rdev is 0,
Mar 14
Rob Browning
Mar 14
[PATCH 4/5] margin: fix incorrect indentation that breaks --predict
The problem was introduced here: 1eb38bb8e0c63d02a4672d4beeccafe06dba3d04 Fully (and explicitly)
unread,
[PATCH 4/5] margin: fix incorrect indentation that breaks --predict
The problem was introduced here: 1eb38bb8e0c63d02a4672d4beeccafe06dba3d04 Fully (and explicitly)
Mar 14
Rob Browning
Mar 14
[PATCH 1/1] vfs.IOError: don't pass self to super().__init__
Fix mistake in 0e392bc2a7b5164889be303ca15c43aa00ed1e65 Accommodate and enable pylint used-before-
unread,
[PATCH 1/1] vfs.IOError: don't pass self to super().__init__
Fix mistake in 0e392bc2a7b5164889be303ca15c43aa00ed1e65 Accommodate and enable pylint used-before-
Mar 14
Rob Browning
7
Mar 14
Enable more linters (round 4)
Signed-off-by: Rob Browning <r...@defaultvalue.org> Tested-by: Rob Browning <rlb@defaultvalue
unread,
Enable more linters (round 4)
Signed-off-by: Rob Browning <r...@defaultvalue.org> Tested-by: Rob Browning <rlb@defaultvalue
Mar 14
Rob Browning
Mar 14
[PATCH 3/7] Accommodate and enable pylint stop-iteration-return
We know the iterators in question won't throw StopIteration for some/all of these cases (because,
unread,
[PATCH 3/7] Accommodate and enable pylint stop-iteration-return
We know the iterators in question won't throw StopIteration for some/all of these cases (because,
Mar 14
Rob Browning
Mar 14
[PATCH 1/1] Drop workaround for negative cygwin uid/gid
I suspect this has been long fixed, but if not, we can reintroduce a workaround, but just for cygwin.
unread,
[PATCH 1/1] Drop workaround for negative cygwin uid/gid
I suspect this has been long fixed, but if not, we can reintroduce a workaround, but just for cygwin.
Mar 14