summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorJulian Andres Klode <jak@debian.org>2024-05-14 10:26:45 +0000
committerJulian Andres Klode <jak@debian.org>2024-05-14 10:26:45 +0000
commit422fb4f9637d0164dec9e55dc3df56c89af65a64 (patch)
tree3fef52a852123c958314cd2d2a4ec319a58b1523 /doc
parent6d96601ede7164620cc404ef8ead7d72c3010b8d (diff)
parentd2323b179c4fafa0424177a8c702166722384b14 (diff)
Merge branch 'solver3' into 'main'
Initial implementation of the 3.0 solver See merge request apt-team/apt!347
Diffstat (limited to 'doc')
-rw-r--r--doc/examples/configure-index5
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/examples/configure-index b/doc/examples/configure-index
index 981fe6f93..c27a8f862 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>";