summaryrefslogtreecommitdiff
path: root/doc/examples
diff options
context:
space:
mode:
authorJulian Andres Klode <jak@debian.org>2025-10-06 21:47:32 +0200
committerJulian Andres Klode <jak@debian.org>2025-10-25 17:27:48 +0200
commit4b22a1e36787923fcf303c481f64d580607e670b (patch)
treeffa99de22e65c0a85a04cc06cf37d0c1354e99fb /doc/examples
parent2e1243e3f582b1a68ac3fb313364a93128a3f918 (diff)
Record varying defaults based on cli-version, rather than binary
The --cli-version argument can be used to request a specific CLI version. The default CLI version is the APT version for apt(8) and 0 for the other apt-get tools.
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>";