diff options
author | David Kalnischkies <david@kalnischkies.de> | 2017-05-28 17:44:11 +0200 |
---|---|---|
committer | David Kalnischkies <david@kalnischkies.de> | 2017-06-28 19:18:47 +0200 |
commit | 24b5bc4e41ed527799a9fa01dec9c29294d0a3f2 (patch) | |
tree | 868ec0ba429d4df96b09a45c2f782c7c49786db3 /doc | |
parent | ca8da1bf83ecc90ba882520b79c1cda03ee7485d (diff) |
ask for releaseinfo change interactively in apt
If we have a user sitting around we can let 'apt' ask the user for a
confirmation rather than print errors at the end and require the user to
figure out which commandline flags are needed to confirm the changes
non-interactively.
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 8adef26a9..155dac84f 100644 --- a/doc/examples/configure-index +++ b/doc/examples/configure-index @@ -106,6 +106,8 @@ APT CallResolver "<BOOL>"; IndexTargets::ReleaseInfo "<BOOL>"; IndexTargets::format "<STRING>"; + + Update::InteractiveReleaseInfoChanges "<BOOL>"; }; Cache |