diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-05-14 19:18:39 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-05-14 19:18:39 +0000 |
commit | 55158daa5b13e2f61658a1678288e5848bd2927a (patch) | |
tree | 551ec3d16791c4f72e6b7b403094459e7466a548 /doc/examples/configure-index | |
parent | Releasing progress-linux version 2.9.2-0.0~progress7.99u1. (diff) | |
download | apt-55158daa5b13e2f61658a1678288e5848bd2927a.tar.xz apt-55158daa5b13e2f61658a1678288e5848bd2927a.zip |
Merging upstream version 2.9.3.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to '')
-rw-r--r-- | doc/examples/configure-index | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/examples/configure-index b/doc/examples/configure-index index 981fe6f..c27a8f8 100644 --- a/doc/examples/configure-index +++ b/doc/examples/configure-index @@ -603,6 +603,7 @@ Debug SetupAPTPartialDirectory::AssumeGood "<BOOL>"; Locking "<BOOL>"; Phasing "<BOOL>"; + APT::Solver "<INT">; }; pkgCacheGen @@ -720,6 +721,10 @@ apt::hashes::*::untrusted "<BOOL>"; apt::list-cleanup "<BOOL>"; apt::authentication::trustcdrom "<BOOL>"; apt::solver::strict-pinning "<BOOL>"; +apt::solver::enqueue-common-dependencies "<BOOL>"; +apt::solver::upgrade "<BOOL>"; +apt::solver::remove "<BOOL>"; +apt::solver::install "<BOOL>"; apt::keep-downloaded-packages "<BOOL>"; apt::solver "<STRING>"; apt::planner "<STRING>"; |