Groups
Groups
Sign in
Groups
Groups
bup-list
Conversations
About
Send feedback
Help
Group path
bup-list
1–30 of 3314
Mark all as read
Report group
0 selected
Greg Troxel
,
Rob Browning
14
Jul 13
bup-init man page comments
Rob Browning <r...@defaultvalue.org> writes: > Greg Troxel <g...@lexort.com> writes:
unread,
bup-init man page comments
Rob Browning <r...@defaultvalue.org> writes: > Greg Troxel <g...@lexort.com> writes:
Jul 13
Greg Troxel
,
Rob Browning
3
Jul 13
bup validate-ref-links blows up on empty repo
Rob Browning <r...@defaultvalue.org> writes: > Greg Troxel <g...@lexort.com> writes:
unread,
bup validate-ref-links blows up on empty repo
Rob Browning <r...@defaultvalue.org> writes: > Greg Troxel <g...@lexort.com> writes:
Jul 13
Greg Troxel
,
Rob Browning
11
Jul 12
test failures on NetBSD
Greg Troxel <g...@lexort.com> writes: > After a bunch of bisecting and cleaning and rerunning
unread,
test failures on NetBSD
Greg Troxel <g...@lexort.com> writes: > After a bunch of bisecting and cleaning and rerunning
Jul 12
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
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