Groups
Groups
Sign in
Groups
Groups
bup-list
Conversations
About
Send feedback
Help
bup-list
1–30 of 3195
Mark all as read
Report group
0 selected
Rob Browning
3
Mar 13
Overhaul --remote argument semantics/syntax
Rob Browning <r...@defaultvalue.org> writes: > Formalize the --remote argument syntax and
unread,
Overhaul --remote argument semantics/syntax
Rob Browning <r...@defaultvalue.org> writes: > Formalize the --remote argument syntax and
Mar 13
Rob Browning
Mar 13
[PATCH 1/1] test_large_bloom: write filter to tmpdir
Signed-off-by: Rob Browning <r...@defaultvalue.org> Tested-by: Rob Browning <rlb@defaultvalue
unread,
[PATCH 1/1] test_large_bloom: write filter to tmpdir
Signed-off-by: Rob Browning <r...@defaultvalue.org> Tested-by: Rob Browning <rlb@defaultvalue
Mar 13
Rob Browning
Mar 13
[PATCH 1/1] pytest: omit prefix and suffix from test/ext wvskip messages
Changes xdev skip message from, for example SKIPPED (! /home/rlb/src/bup/main/test/ext/test-xdev:9 no
unread,
[PATCH 1/1] pytest: omit prefix and suffix from test/ext wvskip messages
Changes xdev skip message from, for example SKIPPED (! /home/rlb/src/bup/main/test/ext/test-xdev:9 no
Mar 13
Johannes Berg
5
Mar 11
[PATCH 0/3] server security
On Fri, 2026-02-13 at 21:16 +0100, Johannes Berg wrote: > > @@ -308,9 +333,11 @@ class Server:
unread,
[PATCH 0/3] server security
On Fri, 2026-02-13 at 21:16 +0100, Johannes Berg wrote: > > @@ -308,9 +333,11 @@ class Server:
Mar 11
Rob Browning
Mar 8
[PATCH 1/1] Unify some of the test subprocess invocation functions
We may eventually want to simplify further, but for now, decrease the number of separate commands
unread,
[PATCH 1/1] Unify some of the test subprocess invocation functions
We may eventually want to simplify further, but for now, decrease the number of separate commands
Mar 8
Rob Browning
Mar 8
[PATCH 1/1] test_helpers: add finalized() tests
Signed-off-by: Rob Browning <r...@defaultvalue.org> Tested-by: Rob Browning <rlb@defaultvalue
unread,
[PATCH 1/1] test_helpers: add finalized() tests
Signed-off-by: Rob Browning <r...@defaultvalue.org> Tested-by: Rob Browning <rlb@defaultvalue
Mar 8
Rob Browning
Mar 8
[PATCH 1/1] readpipe: replace with subprocess.check_output
Signed-off-by: Rob Browning <r...@defaultvalue.org> Tested-by: Rob Browning <rlb@defaultvalue
unread,
[PATCH 1/1] readpipe: replace with subprocess.check_output
Signed-off-by: Rob Browning <r...@defaultvalue.org> Tested-by: Rob Browning <rlb@defaultvalue
Mar 8
Rob Browning
Mar 6
[PATCH 1/1] save: probe for O_NOATIME
...since it doesn't exist on at least freebsd and macos. Signed-off-by: Rob Browning <rlb@
unread,
[PATCH 1/1] save: probe for O_NOATIME
...since it doesn't exist on at least freebsd and macos. Signed-off-by: Rob Browning <rlb@
Mar 6
Rob Browning
Mar 6
[PATCH 1/1] Move pylint from "make check" to a new "make dev-check"
Don't run pylint for "make check" since pylint versions vary, and lint failures shouldn
unread,
[PATCH 1/1] Move pylint from "make check" to a new "make dev-check"
Don't run pylint for "make check" since pylint versions vary, and lint failures shouldn
Mar 6
Rob Browning
5
Mar 6
[PATCH 1/5] daemon: really ignore ignored subprocess
Invoke runctx with the globals() and locals() so it can actually see the relevant bindings, and
unread,
[PATCH 1/5] daemon: really ignore ignored subprocess
Invoke runctx with the globals() and locals() so it can actually see the relevant bindings, and
Mar 6
Rob Browning
Mar 6
[PATCH 4/5] vfs.root_items: don't retrieve commit twice
Signed-off-by: Rob Browning <r...@defaultvalue.org> Tested-by: Rob Browning <rlb@defaultvalue
unread,
[PATCH 4/5] vfs.root_items: don't retrieve commit twice
Signed-off-by: Rob Browning <r...@defaultvalue.org> Tested-by: Rob Browning <rlb@defaultvalue
Mar 6
Rob Browning
5
Mar 6
Enable more linters (round 3)
Signed-off-by: Rob Browning <r...@defaultvalue.org> Tested-by: Rob Browning <rlb@defaultvalue
unread,
Enable more linters (round 3)
Signed-off-by: Rob Browning <r...@defaultvalue.org> Tested-by: Rob Browning <rlb@defaultvalue
Mar 6
Rob Browning
Mar 6
[PATCH 07/12] Accommodate and enable pylint function-redefined
Signed-off-by: Rob Browning <r...@defaultvalue.org> Tested-by: Rob Browning <rlb@defaultvalue
unread,
[PATCH 07/12] Accommodate and enable pylint function-redefined
Signed-off-by: Rob Browning <r...@defaultvalue.org> Tested-by: Rob Browning <rlb@defaultvalue
Mar 6
Rob Browning
Mar 6
[PATCH 08/12] Accommodate and enable pylint consider-using-from-import
Signed-off-by: Rob Browning <r...@defaultvalue.org> Tested-by: Rob Browning <rlb@defaultvalue
unread,
[PATCH 08/12] Accommodate and enable pylint consider-using-from-import
Signed-off-by: Rob Browning <r...@defaultvalue.org> Tested-by: Rob Browning <rlb@defaultvalue
Mar 6
Rob Browning
Mar 6
[PATCH 06/12] Accommodate and enable pylint unused-argument
Drop run_midx from client since it's not supported. Fix wrong idxmerge progress argument. Remove
unread,
[PATCH 06/12] Accommodate and enable pylint unused-argument
Drop run_midx from client since it's not supported. Fix wrong idxmerge progress argument. Remove
Mar 6
Rob Browning
Mar 6
[PATCH 03/12] Accommodate and enable pylint bad-indentation
Signed-off-by: Rob Browning <r...@defaultvalue.org> Tested-by: Rob Browning <rlb@defaultvalue
unread,
[PATCH 03/12] Accommodate and enable pylint bad-indentation
Signed-off-by: Rob Browning <r...@defaultvalue.org> Tested-by: Rob Browning <rlb@defaultvalue
Mar 6
Rob Browning
Mar 6
[PATCH 05/12] Accommodate and enable pylint no-value-for-parameter
Signed-off-by: Rob Browning <r...@defaultvalue.org> Tested-by: Rob Browning <rlb@defaultvalue
unread,
[PATCH 05/12] Accommodate and enable pylint no-value-for-parameter
Signed-off-by: Rob Browning <r...@defaultvalue.org> Tested-by: Rob Browning <rlb@defaultvalue
Mar 6
Rob Browning
Mar 6
[PATCH 04/12] Accommodate and enable pylint abstract-method
Signed-off-by: Rob Browning <r...@defaultvalue.org> Tested-by: Rob Browning <rlb@defaultvalue
unread,
[PATCH 04/12] Accommodate and enable pylint abstract-method
Signed-off-by: Rob Browning <r...@defaultvalue.org> Tested-by: Rob Browning <rlb@defaultvalue
Mar 6
Rob Browning
Mar 6
[PATCH 01/12] Accommodate and enable pylint arguments-differ
Remove the finish_writing() run_midx argument; it doesn't look like it's ever been used.
unread,
[PATCH 01/12] Accommodate and enable pylint arguments-differ
Remove the finish_writing() run_midx argument; it doesn't look like it's ever been used.
Mar 6
Rob Browning
Mar 6
[PATCH 02/12] Accommodate and enable pylint arguments-renamed
Signed-off-by: Rob Browning <r...@defaultvalue.org> Tested-by: Rob Browning <rlb@defaultvalue
unread,
[PATCH 02/12] Accommodate and enable pylint arguments-renamed
Signed-off-by: Rob Browning <r...@defaultvalue.org> Tested-by: Rob Browning <rlb@defaultvalue
Mar 6
Rob Browning
Mar 6
[PATCH 3/4] recursive_dirlist: always return to startdir; don't suppress errors
This assumes that it's not OK for the top level to disappear or become unreadable. Once we add
unread,
[PATCH 3/4] recursive_dirlist: always return to startdir; don't suppress errors
This assumes that it's not OK for the top level to disappear or become unreadable. Once we add
Mar 6
Rob Browning
Mar 6
[PATCH 1/4] ViaSsh.__init__: don't suppress a Conn failure
Signed-off-by: Rob Browning <r...@defaultvalue.org> Tested-by: Rob Browning <rlb@defaultvalue
unread,
[PATCH 1/4] ViaSsh.__init__: don't suppress a Conn failure
Signed-off-by: Rob Browning <r...@defaultvalue.org> Tested-by: Rob Browning <rlb@defaultvalue
Mar 6
Rob Browning
2
Mar 6
Accommodate and enable pylint bare-except
Signed-off-by: Rob Browning <r...@defaultvalue.org> Tested-by: Rob Browning <rlb@defaultvalue
unread,
Accommodate and enable pylint bare-except
Signed-off-by: Rob Browning <r...@defaultvalue.org> Tested-by: Rob Browning <rlb@defaultvalue
Mar 6
Rob Browning
Mar 6
[PATCH 2/4] Replace hashsplit.open_noatime with os.open
In the one place we called open_noatime, just use os.open directly since python can handle it all now
unread,
[PATCH 2/4] Replace hashsplit.open_noatime with os.open
In the one place we called open_noatime, just use os.open directly since python can handle it all now
Mar 6
Rob Browning
Mar 6
[PATCH 1/1] version: detect missing checkout info via ImportError
When checkout_info.py was missing entirely, an ImportError was raised, not ModuleNotFoundError (a
unread,
[PATCH 1/1] version: detect missing checkout info via ImportError
When checkout_info.py was missing entirely, an ImportError was raised, not ModuleNotFoundError (a
Mar 6
Rob Browning
Mar 6
[PATCH 1/1] test-rewrite: don't use date for test output (length varies)
Among other things, the date output is affected by the locale, and the expected output currently
unread,
[PATCH 1/1] test-rewrite: don't use date for test output (length varies)
Among other things, the date output is affected by the locale, and the expected output currently
Mar 6
Rob Browning
Mar 5
[PATCH 1/1] cirrus: migrate to debian bookworm/trixie
Since trixie is now stable (also gives us a newer minimum pylint). Signed-off-by: Rob Browning <
unread,
[PATCH 1/1] cirrus: migrate to debian bookworm/trixie
Since trixie is now stable (also gives us a newer minimum pylint). Signed-off-by: Rob Browning <
Mar 5
Rob Browning
,
Johannes Berg
4
Mar 5
[PATCH 1/1] remote.cat: check hash of retrieved data for hash-like refs
When the ref is 40 hexadecimal bytes, compute the oid of the incoming data and make sure it matches
unread,
[PATCH 1/1] remote.cat: check hash of retrieved data for hash-like refs
When the ref is 40 hexadecimal bytes, compute the oid of the incoming data and make sure it matches
Mar 5
Rob Browning
Mar 5
[PATCH 1/1] fsck: be more careful when detecting par2
Narrow the set of permissable exceptions, and check the exit status of par2 --help too. Signed-off-by
unread,
[PATCH 1/1] fsck: be more careful when detecting par2
Narrow the set of permissable exceptions, and check the exit status of par2 --help too. Signed-off-by
Mar 5
Rob Browning
Mar 5
[PATCH 1/1] gc: refuse to proceed when there are no refs
For now, when gc finds that the respository has no refs, just stop under the assumption that either
unread,
[PATCH 1/1] gc: refuse to proceed when there are no refs
For now, when gc finds that the respository has no refs, just stop under the assumption that either
Mar 5