[elbe-devel] [PATCH v3 6/6] docs: elbeoverview-en: Replace noauth example for options
Bastian Germann
bage at linutronix.de
Mon Jul 27 15:18:44 CEST 2020
Am 23.07.20 um 18:31 schrieb Olivier Dion:
> Signed-off-by: Olivier Dion <dion at linutronix.de>
> ---
> docs/elbeoverview-en.txt | 20 ++++++++++++++------
> 1 file changed, 14 insertions(+), 6 deletions(-)
>
> diff --git a/docs/elbeoverview-en.txt b/docs/elbeoverview-en.txt
> index 34391585..84b6618b 100644
> --- a/docs/elbeoverview-en.txt
> +++ b/docs/elbeoverview-en.txt
> @@ -195,8 +195,10 @@ source~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> <primary_host>debian.tu-bs.de</primary_host>
> <primary_path>/debian</primary_path>
> <primary_proto>http</primary_proto>
> + <options>
> + <option>trusted=yes</option>
> + </options>
> </mirror>
> - <noauth />
> <suite>buster</suite>
> </project>
> <target>
> @@ -549,15 +551,21 @@ source~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> <primary_host>debian.tu-bs.de</primary_host> <1>
> <primary_path>/debian</primary_path>
> <primary_proto>http</primary_proto>
> - <url-list> <2>
> + <options>
> + <option>trusted=yes</option> <2>
> + <option>check-valid-until=no</option> <2>
> + </options>
> + <url-list> <3>
> <url>
> <binary>http://debian.linutronix.de/elbe buster main</binary>
> <source>http://debian.linutronix.de/elbe buster main</source>
> + <options>
> + <option>trusted=yes</option> <2>
> + </options>
> </url>
> </url-list>
>
> </mirror>
> - <noauth /> <3>
> <suite>buster</suite> <4>
> source~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
>
> @@ -567,10 +575,10 @@ source~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> architecture.
> It describes the Debian mirror used.
>
> -<2> The 'url-list' can contain additional package sources in 'url' tag.
> +<2> The 'options' tag can be used to set a list of 'option' tag. Each
'option' tag -> 'option' tags (plural)
> + 'option tag can contains an option of the form NAME=VALUE.
contains -> contain
>
> -<3> The 'noauth' tag can be used to disable authentication if custom
> - unsigned packages are supposed to be installed.
> +<3> The 'url-list' can contain additional package sources.
>
> <4> The 'suite' selects the distribution codename used from the primary mirror.
With the suggested changes:
Reviewed-by: Bastian Germann <bage at linutronix.de>
More information about the elbe-devel
mailing list