diff options
| author | Julian Andres Klode <jak@debian.org> | 2025-03-09 13:29:29 +0000 |
|---|---|---|
| committer | Julian Andres Klode <jak@debian.org> | 2025-03-09 13:29:29 +0000 |
| commit | 153bbf448f91eb347574624890c36f97cd168b53 (patch) | |
| tree | 8f5f98fbe27ac7060b38e545eb43317215f1ae89 /doc | |
| parent | 1e7f123ea59d6ae3af74725d4dab846f81d122e8 (diff) | |
| parent | 6c112f9860c1730237029f4e23d40bf658d73704 (diff) | |
Merge branch 'transaction' into 'main'
Run 3.0 solver if internal is unsuccessful or we have apport for automatic solver evaluation
See merge request apt-team/apt!446
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 8476d733a..c36f922b6 100644 --- a/doc/examples/configure-index +++ b/doc/examples/configure-index @@ -33,6 +33,7 @@ quiet "<INT>" { NoUpdate "<BOOL>"; // never update progress information - included in -q=1 NoProgress "<BOOL>"; // disables the 0% → 100% progress on cache generation and stuff NoStatistic "<BOOL>"; // no "42 kB downloaded" stats in update + NoSolver3Explanation "<BOOL>"; // do not print solver3 explanations when used with internal solver ReleaseInfoChange "<BOOL>" // don't even print the notices if the info change is allowed { Origin "<BOOL>"; @@ -464,6 +465,7 @@ Dir "<DIR>" Boot "<DIR>"; Usr "<DIR>"; + Apport "<DIR>"; }; // Things that effect the APT dselect method |
