diff options
| author | Christopher Bock <christopher@bocki.com> | 2025-03-14 12:16:38 +0100 |
|---|---|---|
| committer | Christopher Bock <christopher@bocki.com> | 2025-03-14 12:21:13 +0100 |
| commit | 67cb7423bd47d881f660987f04836d4a1d293121 (patch) | |
| tree | 0cee3fe2c45cd7fe18dcd8ec79f43421726a27bd | |
| parent | d010239daab81ca027be332f1b5372eaf9dbbeb6 (diff) | |
doc/sources.list.5.xml: snapshot infos
* rephrase information about possible snapshot values
* add snapshot example configurations
| -rw-r--r-- | doc/sources.list.5.xml | 45 |
1 files changed, 28 insertions, 17 deletions
diff --git a/doc/sources.list.5.xml b/doc/sources.list.5.xml index 6153adfc4..3675bef60 100644 --- a/doc/sources.list.5.xml +++ b/doc/sources.list.5.xml @@ -408,24 +408,19 @@ Signed-By: and the fallback to <filename>Release</filename> files will be disabled. </para></listitem> - <listitem><para><option>Snapshot</option> (<option>snapshot</option>) - allows selecting an earlier version of the archive from the snapshot service. Supported - values are: </para> - <itemizedlist> - <listitem> - <para><literal>enable</literal> to allow selecting a snapshot with the <option>--snapshot</option> option, or</para> - </listitem> - <listitem> - <para>a snapshot ID to select a specific snapshot.</para> - </listitem> - </itemizedlist> - <para> - Snapshot IDs are usually timestamps in the form of <literal>YYYYMMDDTHHMMSSZ</literal>, such as - <literal>20220102T030405Z</literal> which is the January 2nd, 2022 at 03:04:05 UTC, servers may - however support additional types of IDs, and APT does not perform any checks so far. - </para></listitem> + <listitem> + <para><option>Snapshot</option> (<option>snapshot</option>) + allows selecting an earlier version of the archive from the snapshot service. Supported + values are: <literal>enable</literal> (default) to allow selecting a snapshot with the <option>--snapshot</option> option, + <literal>ID</literal>, or <literal>disable</literal> to exclude the repository. + </para> + <para>Snapshot IDs are usually timestamps in the form of <literal>YYYYMMDDTHHMMSSZ</literal>, such as + <literal>20220102T030405Z</literal> which is the January 2nd, 2022 at 03:04:05 UTC, servers may + however support additional types of IDs, and APT does not perform any checks so far. + </para> + </listitem> - </itemizedlist> + </itemizedlist> </para> </refsect1> @@ -602,6 +597,22 @@ Suites: stable testing unstable Components: main contrib </literallayout> + <para>Uses a specific timestamp for Snapshots.</para> + <literallayout>Types: deb deb-src +URIs: http://deb.debian.org/debian +Suites: stable testing unstable +Snapshot: 20250311T030104Z +Components: main contrib + </literallayout> + + <para>Doesn't allow the optional parameter --snapshot.</para> + <literallayout>Types: deb deb-src +URIs: http://deb.debian.org/debian-security +Suites: stable-security +Snapshot: disable +Components: main contrib non-free-firmware + </literallayout> + </refsect1> <refsect1><title>See Also</title> |
