Groups
Groups
Sign in
Groups
Groups
bup-list
Conversations
About
Send feedback
Help
bup-list
1–30 of 3269
Mark all as read
Report group
0 selected
Greg Troxel
May 24
man page comments: rm, gc, fsck, validate*
I've never really used rm/gc, and I have long been fuzzy on fsck/validate. I'm trying to
unread,
man page comments: rm, gc, fsck, validate*
I've never really used rm/gc, and I have long been fuzzy on fsck/validate. I'm trying to
May 24
Greg Troxel
, …
Mark Hewitt
22
May 20
broken midx files
I was just waiting to ensure that the midx --check passed after trying this, and sure enough, the
unread,
broken midx files
I was just waiting to ensure that the midx --check passed after trying this, and sure enough, the
May 20
Mark Hewitt
,
Rob Browning
2
May 19
Type issue in main
Mark Hewitt <mjh.br...@gmail.com> writes: >> url = url_for_remote_opt(remote) >
unread,
Type issue in main
Mark Hewitt <mjh.br...@gmail.com> writes: >> url = url_for_remote_opt(remote) >
May 19
Greg Troxel
,
Rob Browning
2
May 18
another midx error, unclear if related
Greg Troxel <g...@lexort.com> writes: > bup 0.33.10 both sides. repo is big and has two midx,
unread,
another midx error, unclear if related
Greg Troxel <g...@lexort.com> writes: > bup 0.33.10 both sides. repo is big and has two midx,
May 18
Tanya Agarwal
2
May 18
Re: Missing Out on Google Traffic?
Hi, Did you get my below email? Let me know if you are interested, May I send you the website
unread,
Re: Missing Out on Google Traffic?
Hi, Did you get my below email? Let me know if you are interested, May I send you the website
May 18
Rob Browning
May 16
[PATCH 3/5] test_prune_older: test --pretend
Instead of just computing a list of saves that should have been kept, generate a full list of "
unread,
[PATCH 3/5] test_prune_older: test --pretend
Instead of just computing a list of saves that should have been kept, generate a full list of "
May 16
Rob Browning
May 16
Handle prune-older pruning all; improve tests; test --pretend
Fix some prune older issues (overflow handling, pruning of all saves, etc.), and add tests, eg for
unread,
Handle prune-older pruning all; improve tests; test --pretend
Fix some prune older issues (overflow handling, pruning of all saves, etc.), and add tests, eg for
May 16
Rob Browning
May 16
[PATCH 2/5] test_prune_older: always handle saves in branch order
Previously we disordered the saves (utcs) by sorting them in increasing order, which is also the
unread,
[PATCH 2/5] test_prune_older: always handle saves in branch order
Previously we disordered the saves (utcs) by sorting them in increasing order, which is also the
May 16
Rob Browning
May 16
[PATCH 5/5] prune-older: document current expectations
Signed-off-by: Rob Browning <r...@defaultvalue.org> Tested-by: Rob Browning <rlb@defaultvalue
unread,
[PATCH 5/5] prune-older: document current expectations
Signed-off-by: Rob Browning <r...@defaultvalue.org> Tested-by: Rob Browning <rlb@defaultvalue
May 16
Rob Browning
May 16
[PATCH 4/5] prune-older: test invalid invocations; fix bugs revealed
We were catching a localtime() ValueError when we should have been catching OverflowError, and optons
unread,
[PATCH 4/5] prune-older: test invalid invocations; fix bugs revealed
We were catching a localtime() ValueError when we should have been catching OverflowError, and optons
May 16
Rob Browning
May 16
[PATCH 1/5] test_prune_older: handle removal of all saves (and so the branch)
It's possible for the generative tests to end up removing all of the saves on the test branch.
unread,
[PATCH 1/5] test_prune_older: handle removal of all saves (and so the branch)
It's possible for the generative tests to end up removing all of the saves on the test branch.
May 16
Rob Browning
2
May 13
[PATCH] _helpers: provide +/- infinity via math.inf, not Py_INFINITY
Py_INFINITY didn't appear to be available in 3.11, and now it's "soft deprecated",
unread,
[PATCH] _helpers: provide +/- infinity via math.inf, not Py_INFINITY
Py_INFINITY didn't appear to be available in 3.11, and now it's "soft deprecated",
May 13
Rob Browning
3
May 7
[PATCH 1/4] vint: test more error cases; raise ValueError for invalid args
This allows the misuse checks in save and split via hashsplit.configuration() to work properly. Parse
unread,
[PATCH 1/4] vint: test more error cases; raise ValueError for invalid args
This allows the misuse checks in save and split via hashsplit.configuration() to work properly. Parse
May 7
Rob Browning
May 7
[PATCH 4/4] Improve save/restore test coverage, particularly wrt invocations
Signed-off-by: Rob Browning <r...@defaultvalue.org> Tested-by: Rob Browning <rlb@defaultvalue
unread,
[PATCH 4/4] Improve save/restore test coverage, particularly wrt invocations
Signed-off-by: Rob Browning <r...@defaultvalue.org> Tested-by: Rob Browning <rlb@defaultvalue
May 7
Rob Browning
9
May 7
[PATCH 7/8] metadata.save_tree: remove now unnecessary chdir
Rob Browning <r...@defaultvalue.org> writes: > This will be used by a forthcoming file
unread,
[PATCH 7/8] metadata.save_tree: remove now unnecessary chdir
Rob Browning <r...@defaultvalue.org> writes: > This will be used by a forthcoming file
May 7
Rob Browning
2
May 5
[PATCH 1/2] Respect umask when creating bloom filters
Signed-off-by: Rob Browning <r...@defaultvalue.org> Tested-by: Rob Browning <rlb@defaultvalue
unread,
[PATCH 1/2] Respect umask when creating bloom filters
Signed-off-by: Rob Browning <r...@defaultvalue.org> Tested-by: Rob Browning <rlb@defaultvalue
May 5
Rob Browning
May 4
[PATCH 1/2] 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 1/2] 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
May 4
Rob Browning
May 4
Switch back to _helpers open_noatime
The changes in 58d9e56cc749853baa9ef59166d86c1dda0430f2 weren't quite right, since we *do* need
unread,
Switch back to _helpers open_noatime
The changes in 58d9e56cc749853baa9ef59166d86c1dda0430f2 weren't quite right, since we *do* need
May 4
Rob Browning
May 4
[PATCH 2/2] 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 2/2] 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
May 4
Rob Browning
May 3
[PATCH 1/2] bloom: overhaul lifetime/context management; rm when incomplete
Split opening a bloom filter into two categories, opening read-only (BloomReader), and opening for
unread,
[PATCH 1/2] bloom: overhaul lifetime/context management; rm when incomplete
Split opening a bloom filter into two categories, opening read-only (BloomReader), and opening for
May 3
Rob Browning
May 3
[PATCH 2/2] 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 2/2] restore: always return to parent after child restore attempt
Signed-off-by: Rob Browning <r...@defaultvalue.org> Tested-by: Rob Browning <rlb@defaultvalue
May 3
Tanya Agarwal
Apr 25
Re: Let Me Help You Rank on Google
Hi, Your website has great potential but isn't showing on Google results. I can help you reach
unread,
Re: Let Me Help You Rank on Google
Hi, Your website has great potential but isn't showing on Google results. I can help you reach
Apr 25
Rob Browning
2
Apr 16
[PATCH 1/6] test-web: skip non-utf8 when not supported
Instead of yielding a differing number of items, where the first is summary information (oidx, type,
unread,
[PATCH 1/6] test-web: skip non-utf8 when not supported
Instead of yielding a differing number of items, where the first is summary information (oidx, type,
Apr 16
Rob Browning
Apr 16
[PATCH 5/6] 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 5/6] 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:
Apr 16
Rob Browning
Apr 16
[PATCH 4/6] 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 4/6] 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:
Apr 16
Rob Browning
Apr 16
[PATCH 3/6] fsck: report lingering pack-related files
When asked to scan all packfiles (ie when no pack arguments are given), notice and report any pack-
unread,
[PATCH 3/6] fsck: report lingering pack-related files
When asked to scan all packfiles (ie when no pack arguments are given), notice and report any pack-
Apr 16
Rob Browning
Apr 16
[PATCH 2/6] Capture test output via out-to err-to both-to instead of eval/tee
The WVPASS eval 'cmd ... 2> >(tee log)' WVPASS grep ... log approach to capture and
unread,
[PATCH 2/6] Capture test output via out-to err-to both-to instead of eval/tee
The WVPASS eval 'cmd ... 2> >(tee log)' WVPASS grep ... log approach to capture and
Apr 16
Mark Hewitt
, …
Rob Browning
10
Apr 1
Possible race condition in midx
Mark J Hewitt <m...@idnet.com> writes: > for idx in $(find -name "*.idx"); do git
unread,
Possible race condition in midx
Mark J Hewitt <m...@idnet.com> writes: > for idx in $(find -name "*.idx"); do git
Apr 1
Martha David
2
Mar 31
Duct and dryer vent cleaning cleaning in just $199 Only!
2 slots left let me know if anyone is interested? On Fri, Mar 6, 2026, 00:28 Martha David <
unread,
Duct and dryer vent cleaning cleaning in just $199 Only!
2 slots left let me know if anyone is interested? On Fri, Mar 6, 2026, 00:28 Martha David <
Mar 31
Rob Browning
Mar 28
Fix prune-older --pretend format; test more get invocations
A few more minor fixes and test improvements. Pushed to main. -- Rob Browning rlb @defaultvalue.org
unread,
Fix prune-older --pretend format; test more get invocations
A few more minor fixes and test improvements. Pushed to main. -- Rob Browning rlb @defaultvalue.org
Mar 28