]> arthur.barton.de Git - bup.git/commit
Add bup-features to report status; drop ACL warnings
authorRob Browning <rlb@defaultvalue.org>
Sun, 19 Jul 2020 19:28:36 +0000 (14:28 -0500)
committerRob Browning <rlb@defaultvalue.org>
Sun, 19 Jul 2020 20:13:15 +0000 (15:13 -0500)
commit133e5c531e15f6a6662ece13cfabe24b1860670d
tree108da7d03d070baecfec52a6d25bbc4600e09973
parentd2b5768a91328cde88bd265def2d7e3400bf9229
Add bup-features to report status; drop ACL warnings

Add a new "bup features" command that reports information about the
status and capabilities of the current installation.

Given that, and the new summary at the end of the ./configure output,
drop the platform specific warnings, which were a bit odd anyway,
since they wouldn't warn you on say Linux if we found libacl, but it
didn't actually have all the features we required.

Signed-off-by: Rob Browning <rlb@defaultvalue.org>
Tested-by: Rob Browning <rlb@defaultvalue.org>
Documentation/bup-features.md [new file with mode: 0644]
lib/bup/metadata.py
lib/cmd/features-cmd.py [new file with mode: 0755]
note/0.31