Groups
Groups
Sign in
Groups
Groups
bup-list
Conversations
About
Send feedback
Help
Group path
bup-list
1–30 of 3307
Mark all as read
Report group
0 selected
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
Greg Troxel
,
Rob Browning
3
Jun 24
py-test and deprecations
Rob Browning <r...@defaultvalue.org> writes: > Does the backtrace show any of our code? ie is
unread,
py-test and deprecations
Rob Browning <r...@defaultvalue.org> writes: > Does the backtrace show any of our code? ie is
Jun 24
Rob Browning
Jun 22
[PATCH 1/4] test-metadata: improve "skipped test" reporting
Signed-off-by: Rob Browning <r...@defaultvalue.org> Tested-by: Rob Browning <rlb@defaultvalue
unread,
[PATCH 1/4] test-metadata: improve "skipped test" reporting
Signed-off-by: Rob Browning <r...@defaultvalue.org> Tested-by: Rob Browning <rlb@defaultvalue
Jun 22
Rob Browning
Jun 22
[PATCH 4/4] test_stopped: skip when not running in main_thread
This test was frequently failing in CI: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
unread,
[PATCH 4/4] test_stopped: skip when not running in main_thread
This test was frequently failing in CI: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
Jun 22
Rob Browning
Jun 22
[PATCH 2/4] test_handling_of_incorrect_existing_linux_xattrs: don't require root
Opportunistically run these tests if we detect that the target directory supports user xattrs. Fall
unread,
[PATCH 2/4] test_handling_of_incorrect_existing_linux_xattrs: don't require root
Opportunistically run these tests if we detect that the target directory supports user xattrs. Fall
Jun 22
Rob Browning
Jun 22
[PATCH 3/4] Test linux-xattr entries in metadata.detailed_bytes()
Signed-off-by: Rob Browning <r...@defaultvalue.org> Tested-by: Rob Browning <rlb@defaultvalue
unread,
[PATCH 3/4] Test linux-xattr entries in metadata.detailed_bytes()
Signed-off-by: Rob Browning <r...@defaultvalue.org> Tested-by: Rob Browning <rlb@defaultvalue
Jun 22
Greg Troxel
,
Rob Browning
2
Jun 22
assertion errors with bup main on remote
Greg Troxel <g...@lexort.com> writes: > It does not appear to lead to failed or troubled
unread,
assertion errors with bup main on remote
Greg Troxel <g...@lexort.com> writes: > It does not appear to lead to failed or troubled
Jun 22
Sarah Tylor0160
Jun 22
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
Jun 22
Rob Browning
Jun 19
[PATCH 1/1] bup_set_linux_file_attr: don't mangle values
I made a mistake in 20a5752021769c3fab183f2646662bdf1b6083fc Reallow linux attrs on big endian hosts
unread,
[PATCH 1/1] bup_set_linux_file_attr: don't mangle values
I made a mistake in 20a5752021769c3fab183f2646662bdf1b6083fc Reallow linux attrs on big endian hosts
Jun 19
Rob Browning
4
Jun 19
Don't drop any trailing data after multipliexing; redirect to stderr
Move sending the "BUPMUX" start indicator into mux() so that it's responsible for both
unread,
Don't drop any trailing data after multipliexing; redirect to stderr
Move sending the "BUPMUX" start indicator into mux() so that it's responsible for both
Jun 19
Rob Browning
Jun 17
[PATCH 1/1] Remove vestigial check_linux_file_attr_api and struct
Overlooked when restoring big-endian linux attr support in 20a5752021769c3fab183f2646662bdf1b6083fc
unread,
[PATCH 1/1] Remove vestigial check_linux_file_attr_api and struct
Overlooked when restoring big-endian linux attr support in 20a5752021769c3fab183f2646662bdf1b6083fc
Jun 17
Rob Browning
Jun 17
[PATCH 1/1] Reallow linux attrs on big endian hosts where long > int
Due to a disgreement in the kernel over the size of linux attrs we disabled support in bup on
unread,
[PATCH 1/1] Reallow linux attrs on big endian hosts where long > int
Due to a disgreement in the kernel over the size of linux attrs we disabled support in bup on
Jun 17
Rob Browning
4
Jun 16
Fix stat values across platforms and pythonv versions
Rob Browning <r...@defaultvalue.org> writes: > See the second commit message First, I meant,
unread,
Fix stat values across platforms and pythonv versions
Rob Browning <r...@defaultvalue.org> writes: > See the second commit message First, I meant,
Jun 16
Rob Browning
3
Jun 16
Migrate CI to srht and gh
And avoid a test-save-restore git config dependency on the newer set/unset sub-sub-commands. Signed-
unread,
Migrate CI to srht and gh
And avoid a test-save-restore git config dependency on the newer set/unset sub-sub-commands. Signed-
Jun 16
Rob Browning
Jun 16
[PATCH 2/3] Test via ssh in CI
Use BUP_TEST_LOCAL_SSH, introduced in 044b8b56a949cb621226ede6385750a031e7750a ViaSsh: remove
unread,
[PATCH 2/3] Test via ssh in CI
Use BUP_TEST_LOCAL_SSH, introduced in 044b8b56a949cb621226ede6385750a031e7750a ViaSsh: remove
Jun 16
Rob Browning
8
Jun 6
Fix issues exposed by additional platforms; improve manpages
Change setup_testfs and cleanup_testfs to require you to specify "where", and adjust
unread,
Fix issues exposed by additional platforms; improve manpages
Change setup_testfs and cleanup_testfs to require you to specify "where", and adjust
Jun 6