diff options
| author | Julian Andres Klode <jak@debian.org> | 2025-03-14 14:34:14 +0000 |
|---|---|---|
| committer | Julian Andres Klode <jak@debian.org> | 2025-03-14 14:34:14 +0000 |
| commit | d4d1366ef45d4002e1fd05ef8bdcb0c5039b8370 (patch) | |
| tree | 0cee3fe2c45cd7fe18dcd8ec79f43421726a27bd /doc | |
| parent | d010239daab81ca027be332f1b5372eaf9dbbeb6 (diff) | |
| parent | 67cb7423bd47d881f660987f04836d4a1d293121 (diff) | |
Merge branch 'doc/snapshot' into 'main'
doc/sources.list.5.xml: snapshot facts
See merge request apt-team/apt!460
Diffstat (limited to 'doc')
| -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> |
