From 9e1398b164f55238990907f63dfdef60588d9b24 Mon Sep 17 00:00:00 2001 From: David Kalnischkies Date: Sat, 7 Nov 2020 21:23:57 +0100 Subject: Prepare rred binary for external usage Merging patches is a bit of non-trivial code we have for client-side work, but as we support also server-side merging we can export this functionality so that server software can reuse it. Note that this just cleans up and makes rred behave a bit more like all our other binaries by supporting setting configuration at runtime and supporting --help and --version. If you can make due without this, the now advertised functionality is provided already in earlier versions. --- doc/examples/configure-index | 2 ++ 1 file changed, 2 insertions(+) (limited to 'doc') diff --git a/doc/examples/configure-index b/doc/examples/configure-index index d9f269344..ee031c8b4 100644 --- a/doc/examples/configure-index +++ b/doc/examples/configure-index @@ -830,6 +830,8 @@ dir::filelistdir ""; dir::dpkg::tupletable ""; dir::dpkg::triplettable ""; dir::dpkg::cputable ""; +Rred::t ""; +Rred::f ""; APT::Internal::OpProgress::Absolute ""; APT::Color ""; -- cgit v1.2.3 From e5bb443cf58cec23503ad0deeeb06a080053da8a Mon Sep 17 00:00:00 2001 From: David Kalnischkies Date: Sat, 7 Nov 2020 22:52:20 +0100 Subject: Support compressed output from rred similar to apt-helper cat-file --- doc/examples/configure-index | 1 + 1 file changed, 1 insertion(+) (limited to 'doc') diff --git a/doc/examples/configure-index b/doc/examples/configure-index index ee031c8b4..0af923811 100644 --- a/doc/examples/configure-index +++ b/doc/examples/configure-index @@ -832,6 +832,7 @@ dir::dpkg::triplettable ""; dir::dpkg::cputable ""; Rred::t ""; Rred::f ""; +Rred::Compress ""; APT::Internal::OpProgress::Absolute ""; APT::Color ""; -- cgit v1.2.3