diff options
author | David Kalnischkies <david@kalnischkies.de> | 2020-11-07 21:23:57 +0100 |
---|---|---|
committer | David Kalnischkies <david@kalnischkies.de> | 2020-11-07 21:48:21 +0100 |
commit | 9e1398b164f55238990907f63dfdef60588d9b24 (patch) | |
tree | 1d0976f1eea0c74711a60ed069c0232fbb55f284 /doc | |
parent | 645ad0c97334265bbfef82a4bdfdc8337cdd0630 (diff) |
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.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/examples/configure-index | 2 |
1 files changed, 2 insertions, 0 deletions
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 "<STRING>"; dir::dpkg::tupletable "<FILE>"; dir::dpkg::triplettable "<FILE>"; dir::dpkg::cputable "<FILE>"; +Rred::t "<BOOL>"; +Rred::f "<BOOL>"; APT::Internal::OpProgress::Absolute "<BOOL>"; APT::Color "<BOOL>"; |