Groups
Groups
Sign in
Groups
Groups
bup-list
Conversations
About
Send feedback
Help
Group path
bup-list
1–30 of 3321
Mark all as read
Report group
0 selected
Rob Browning
2
Jul 22
Call for testing for a 0.34 release
Rob Browning <r...@defaultvalue.org> writes: > we'd be interested in the effect. For
unread,
Call for testing for a 0.34 release
Rob Browning <r...@defaultvalue.org> writes: > we'd be interested in the effect. For
Jul 22
Greg Troxel
,
Rob Browning
16
Jul 22
bup-init man page comments
Signed-off-by: Rob Browning <r...@defaultvalue.org> --- Pushed to main. Documentation/bup-config
unread,
bup-init man page comments
Signed-off-by: Rob Browning <r...@defaultvalue.org> --- Pushed to main. Documentation/bup-config
Jul 22
Rob Browning
2
Jul 22
Adjust remote repo test controls; fix remote repo \n\r rejection
Rename BUP_TEST_REMOTE_REPO to BUP_TEST_LOCAL_SSH, since that's what it's for, and what we
unread,
Adjust remote repo test controls; fix remote repo \n\r rejection
Rename BUP_TEST_REMOTE_REPO to BUP_TEST_LOCAL_SSH, since that's what it's for, and what we
Jul 22
Rob Browning
Jul 22
[PATCH 1/3] test-ls*: rename BUP_TEST_REMOTE_REPO to BUP_TEST_LS_FAKE_SSH_REMOTE
BUP_TEST_REMOTE_REPO is supposed to require "real ssh" (see HACKING), but the remote test-
unread,
[PATCH 1/3] test-ls*: rename BUP_TEST_REMOTE_REPO to BUP_TEST_LS_FAKE_SSH_REMOTE
BUP_TEST_REMOTE_REPO is supposed to require "real ssh" (see HACKING), but the remote test-
Jul 22
Rob Browning
Jul 22
[PATCH 3/3] client: fix rejection message for remote repo paths with \r or \n
Signed-off-by: Rob Browning <r...@defaultvalue.org> Tested-by: Rob Browning <rlb@defaultvalue
unread,
[PATCH 3/3] client: fix rejection message for remote repo paths with \r or \n
Signed-off-by: Rob Browning <r...@defaultvalue.org> Tested-by: Rob Browning <rlb@defaultvalue
Jul 22
Rob Browning
Jul 22
[PATCH 1/1] client: don't mangle \r and \n in remote repo paths; reject them
To date, bup has replaced \r and \n in remote repository paths with spaces because the path is passed
unread,
[PATCH 1/1] client: don't mangle \r and \n in remote repo paths; reject them
To date, bup has replaced \r and \n in remote repository paths with spaces because the path is passed
Jul 22
Rob Browning
Jul 22
[PATCH 1/1] Mention ~/.bup/index-cache default in XDG cache release note
Signed-off-by: Rob Browning <r...@defaultvalue.org> --- Pushed to main. note/main.md | 5 +++-- 1
unread,
[PATCH 1/1] Mention ~/.bup/index-cache default in XDG cache release note
Signed-off-by: Rob Browning <r...@defaultvalue.org> --- Pushed to main. note/main.md | 5 +++-- 1
Jul 22
Greg Troxel
,
Rob Browning
4
Jul 22
bup validate-ref-links blows up on empty repo
Skip the --links tests when the object count is zero, and for now have gc.find_live_objects reject an
unread,
bup validate-ref-links blows up on empty repo
Skip the --links tests when the object count is zero, and for now have gc.find_live_objects reject an
Jul 22
Greg Troxel
,
Rob Browning
12
Jul 22
test failures on NetBSD
du, of course can't portably report a file's actual size, and with zfs (on NetBSD), for
unread,
test failures on NetBSD
du, of course can't portably report a file's actual size, and with zfs (on NetBSD), for
Jul 22
Rob Browning
Jul 22
[PATCH 1/1] Don't report a test/ext test with errors as SKIPPED
Move the BupSubprocTestRunner.runtest() check for skipped tests to the end. Previously it would act
unread,
[PATCH 1/1] Don't report a test/ext test with errors as SKIPPED
Move the BupSubprocTestRunner.runtest() check for skipped tests to the end. Previously it would act
Jul 22
Jack
, …
Nix
18
Jul 19
Bup depends on fuse-2.9.9
On 19 Jul 2026, Greg Troxel outgrape: > Rob Browning <r...@defaultvalue.org> writes: >
unread,
Bup depends on fuse-2.9.9
On 19 Jul 2026, Greg Troxel outgrape: > Rob Browning <r...@defaultvalue.org> writes: >
Jul 19
Mark Hewitt
, …
Rob Browning
18
Jul 9
A compatibility question
According to POSIX, "ls -l symlink" must not follow symlinks. Signed-off-by: Rob Browning
unread,
A compatibility question
According to POSIX, "ls -l symlink" must not follow symlinks. Signed-off-by: Rob Browning
Jul 9
Rob Browning
Jul 7
[PATCH 1/1] validate-refs: fix expected split tree bupm entry count
Returning 2 just appears to be a mistake. Fix it, and describe the split tree handling of bupm files
unread,
[PATCH 1/1] validate-refs: fix expected split tree bupm entry count
Returning 2 just appears to be a mistake. Fix it, and describe the split tree handling of bupm files
Jul 7
Rob Browning
4
Jul 7
Add a few minor doc and log improvements
Signed-off-by: Rob Browning <r...@defaultvalue.org> Tested-by: Rob Browning <rlb@defaultvalue
unread,
Add a few minor doc and log improvements
Signed-off-by: Rob Browning <r...@defaultvalue.org> Tested-by: Rob Browning <rlb@defaultvalue
Jul 7
Sarah Tylor0160
Jul 4
WALTER IS COMING
Hey neighbors! Walter will be coming around again to clean our air vents and dryer vents. He did an
unread,
WALTER IS COMING
Hey neighbors! Walter will be coming around again to clean our air vents and dryer vents. He did an
Jul 4
Rob Browning
2
Jul 3
[PATCH 1/2] Remove vestigial REVIEW comments
Restore HashSplitter_uncache() calls before EOF. A mistake in
unread,
[PATCH 1/2] Remove vestigial REVIEW comments
Restore HashSplitter_uncache() calls before EOF. A mistake in
Jul 3
Rob Browning
2
Jul 1
Raise minimum python version to 3.8
This should allow us to drop our custom argv (bytes) handling since the underlying issue https://
unread,
Raise minimum python version to 3.8
This should allow us to drop our custom argv (bytes) handling since the underlying issue https://
Jul 1
Rob Browning
Jul 1
[PATCH 2/2] bup: initialize python with -P when >= 3.11
Include the "avoid unsafe paths" -P option when it's available: https://docs.python.org
unread,
[PATCH 2/2] bup: initialize python with -P when >= 3.11
Include the "avoid unsafe paths" -P option when it's available: https://docs.python.org
Jul 1
Rob Browning
4
Jul 1
[PATCH 1/5] test_bloom: write bup.bloom to tmpdir, not ./
Signed-off-by: Rob Browning <r...@defaultvalue.org> Tested-by: Rob Browning <rlb@defaultvalue
unread,
[PATCH 1/5] test_bloom: write bup.bloom to tmpdir, not ./
Signed-off-by: Rob Browning <r...@defaultvalue.org> Tested-by: Rob Browning <rlb@defaultvalue
Jul 1
Rob Browning
Jul 1
[PATCH 2/5] init: add missing newline to GitError exit message
Signed-off-by: Rob Browning <r...@defaultvalue.org> Tested-by: Rob Browning <rlb@defaultvalue
unread,
[PATCH 2/5] init: add missing newline to GitError exit message
Signed-off-by: Rob Browning <r...@defaultvalue.org> Tested-by: Rob Browning <rlb@defaultvalue
Jul 1
Rob Browning
Jul 1
[PATCH 3/5] test-index: add a --status test
Signed-off-by: Rob Browning <r...@defaultvalue.org> Tested-by: Rob Browning <rlb@defaultvalue
unread,
[PATCH 3/5] test-index: add a --status test
Signed-off-by: Rob Browning <r...@defaultvalue.org> Tested-by: Rob Browning <rlb@defaultvalue
Jul 1
Rob Browning
2
Jul 1
[PATCH 1/2] GNUmakefile: add missing clean paths
Build common and helpers object files via static pattern rule, and simplify the helpers flag handling
unread,
[PATCH 1/2] GNUmakefile: add missing clean paths
Build common and helpers object files via static pattern rule, and simplify the helpers flag handling
Jul 1
Rob Browning
9
Jun 30
[PATCH 1/9] BUP_ASSIGN_PYLONG_TO_INTEGRAL: check the sign of the *destination*
Rob Browning <r...@defaultvalue.org> writes: > Check EXPR_SIGNED(*(dest)), not the sign of
unread,
[PATCH 1/9] BUP_ASSIGN_PYLONG_TO_INTEGRAL: check the sign of the *destination*
Rob Browning <r...@defaultvalue.org> writes: > Check EXPR_SIGNED(*(dest)), not the sign of
Jun 30
Rob Browning
Jun 30
[PATCH 3/9] BUP_ASSIGN_PYLONG_TO_INTEGRAL: drop INTEGRAL_ASSIGNMENT_FITS
Just use INT_ADD_OK, (we already include intprops.h). No need for the extra dependency. Signed-off-by
unread,
[PATCH 3/9] BUP_ASSIGN_PYLONG_TO_INTEGRAL: drop INTEGRAL_ASSIGNMENT_FITS
Just use INT_ADD_OK, (we already include intprops.h). No need for the extra dependency. Signed-off-by
Jun 30
Rob Browning
Jun 29
Raising minimum python version to 3.8
I might raise the minimum version for the release. Given how long ago 3.7 passed its end-of-life
unread,
Raising minimum python version to 3.8
I might raise the minimum version for the release. Given how long ago 3.7 passed its end-of-life
Jun 29
Rob Browning
Jun 29
[PATCH 1/1] Actually handle "dot encoded" URLs (previously omitted)
Although we'd intended to interpret paths with a leading "/./" as relative for path-
unread,
[PATCH 1/1] Actually handle "dot encoded" URLs (previously omitted)
Although we'd intended to interpret paths with a leading "/./" as relative for path-
Jun 29
Rob Browning
Jun 28
[PATCH 1/1] test_handling_of_incorrect_existing_linux_xattrs: restrict to user.*
This was failing in the same environment where we previously encountered a default posix1e ACL:
unread,
[PATCH 1/1] test_handling_of_incorrect_existing_linux_xattrs: restrict to user.*
This was failing in the same environment where we previously encountered a default posix1e ACL:
Jun 28
Nathaniel Hourt
,
Rob Browning
5
Jun 27
Get tar archive of a bup save
Rob Browning <r...@defaultvalue.org> writes: > I do have a branch where I started exploring a
unread,
Get tar archive of a bup save
Rob Browning <r...@defaultvalue.org> writes: > I do have a branch where I started exploring a
Jun 27
Greg Troxel
,
Rob Browning
2
Jun 24
py-test 9.1.1 is not a bup issue
Greg Troxel <g...@lexort.com> writes: > The problem was the combination of. > > I had
unread,
py-test 9.1.1 is not a bup issue
Greg Troxel <g...@lexort.com> writes: > The problem was the combination of. > > I had
Jun 24
Greg Troxel
,
Rob Browning
12
Jun 24
bup main rejecting local remotes
Rob Browning <r...@defaultvalue.org> writes: > Rob Browning <r...@defaultvalue.org>
unread,
bup main rejecting local remotes
Rob Browning <r...@defaultvalue.org> writes: > Rob Browning <r...@defaultvalue.org>
Jun 24