summaryrefslogtreecommitdiff
path: root/doc/examples
diff options
context:
space:
mode:
authorJulian Andres Klode <jak@debian.org>2025-10-25 15:57:33 +0000
committerJulian Andres Klode <jak@debian.org>2025-10-25 15:57:33 +0000
commit7e5652d0d0d9408abb8d514259b7faa46aaaa790 (patch)
treeffa99de22e65c0a85a04cc06cf37d0c1354e99fb /doc/examples
parent05fe552b0c61821e5865c5cb224b2ae25247aeab (diff)
parent4b22a1e36787923fcf303c481f64d580607e670b (diff)
Merge branch 'interactive' into 'main'
CLI versioning See merge request apt-team/apt!522
Diffstat (limited to 'doc/examples')
-rw-r--r--doc/examples/configure-index4
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/examples/configure-index b/doc/examples/configure-index
index 65b5032bc..1b050d0b9 100644
--- a/doc/examples/configure-index
+++ b/doc/examples/configure-index
@@ -237,6 +237,8 @@ APT
Periodic {};
Machine-ID "<STRING>"; // Value of /etc/machine-id
+
+ Version "<STRING>"; // Version of behavior requested
};
// Options for the downloading routines
@@ -913,3 +915,5 @@ update-manager::always-include-phased-updates "<BOOL>";
update-manager::never-include-phased-updates "<BOOL>";
apt::history::comment "<STRING>";
+
+interactive "<BOOL>";